Home
last modified time | relevance | path

Searched refs:set_next (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDet-forest.c101 set_next (struct et_occ *occ, struct et_occ *t) in set_next() function
330 set_next (occ, f); in et_splay()
336 set_next (f, occ->prev); in et_splay()
366 set_next (occ, f); in et_splay()
367 set_next (f, gf); in et_splay()
378 set_next (f, occ->prev); in et_splay()
380 set_next (occ, gf); in et_splay()
393 set_next (gf, occ->prev); in et_splay()
396 set_next (occ, f); in et_splay()
406 set_next (gf, f->prev); in et_splay()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDet-forest.c102 set_next (struct et_occ *occ, struct et_occ *t) in set_next() function
331 set_next (occ, f); in et_splay()
337 set_next (f, occ->prev); in et_splay()
367 set_next (occ, f); in et_splay()
368 set_next (f, gf); in et_splay()
379 set_next (f, occ->prev); in et_splay()
381 set_next (occ, gf); in et_splay()
394 set_next (gf, occ->prev); in et_splay()
397 set_next (occ, f); in et_splay()
407 set_next (gf, f->prev); in et_splay()
[all …]
/dragonfly/crypto/libressl/crypto/x509/
HDx509name.c159 int i, n, set_prev, set_next; in X509_NAME_delete_entry() local
177 set_next = sk_X509_NAME_ENTRY_value(sk, loc)->set; in X509_NAME_delete_entry()
187 if (set_prev + 1 < set_next) in X509_NAME_delete_entry()
/dragonfly/contrib/binutils-2.27/gold/
HDmips.cc855 set_next(Mips_got_info<size, big_endian>* next) in set_next() function in __anoncbcfaebd0111::Mips_got_info
6430 g->set_next(current); in merge_gots()
6439 this->primary_got_->set_next(current); in merge_gots()