Searched refs:f_depth (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | et-forest.c | 305 int occ_depth, f_depth, gf_depth; in et_splay() local 317 f_depth = f->depth; in et_splay() 323 set_depth_add (occ, f_depth); in et_splay() 354 set_depth_add (occ, f_depth + gf_depth); in et_splay() 372 set_depth (gf, -f_depth); in et_splay() 373 set_depth_add (gf->prev, f_depth); in et_splay() 385 set_depth (gf, -occ_depth - f_depth); in et_splay() 386 set_depth_add (gf->prev, occ_depth + f_depth); in et_splay() 401 set_depth (gf, -occ_depth - f_depth); in et_splay() 402 set_depth_add (gf->next, occ_depth + f_depth); in et_splay() [all …]
|
| /freebsd-12-stable/usr.bin/find/ |
| D | option.c | 78 { "-d", c_depth, f_depth, 0 }, 81 { "-depth", c_depth, f_depth, 0 },
|
| D | extern.h | 89 exec_f f_depth; variable
|
| D | function.c | 517 f_depth(PLAN *plan, FTSENT *entry) in f_depth() function
|