Searched refs:fnc (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/callgrind/ |
D | clo.c | 101 fn_config* fnc = (fn_config*) CLG_MALLOC("cl.clo.nf.1", in new_fnc() local 104 fnc->dump_before = CONFIG_DEFAULT; in new_fnc() 105 fnc->dump_after = CONFIG_DEFAULT; in new_fnc() 106 fnc->zero_before = CONFIG_DEFAULT; in new_fnc() 107 fnc->toggle_collect = CONFIG_DEFAULT; in new_fnc() 108 fnc->skip = CONFIG_DEFAULT; in new_fnc() 109 fnc->pop_on_jump = CONFIG_DEFAULT; in new_fnc() 110 fnc->group = CONFIG_DEFAULT; in new_fnc() 111 fnc->separate_callers = CONFIG_DEFAULT; in new_fnc() 112 fnc->separate_recursions = CONFIG_DEFAULT; in new_fnc() [all …]
|
D | dump.c | 1400 fnc = fnc_table[i]; in new_dumpfile() 1401 while (fnc) { in new_dumpfile() 1402 if (fnc->skip) { in new_dumpfile() 1403 VG_(sprintf)(buf, "desc: Option: --fn-skip=%s\n", fnc->name); in new_dumpfile() 1406 if (fnc->dump_at_enter) { in new_dumpfile() 1408 fnc->name); in new_dumpfile() 1411 if (fnc->dump_at_leave) { in new_dumpfile() 1413 fnc->name); in new_dumpfile() 1416 if (fnc->separate_callers != CLG_(clo).separate_callers) { in new_dumpfile() 1418 fnc->separate_callers, fnc->name); in new_dumpfile() [all …]
|
/external/blktrace/btt/ |
D | dip_rb.c | 68 void (*fnc)(struct io *iop, struct io *this), in rb_foreach() 77 if (fnc) fnc(iop, this); in rb_foreach() 82 rb_foreach(n->rb_left, iop, fnc, head); in rb_foreach() 84 rb_foreach(n->rb_right, iop, fnc, head); in rb_foreach()
|
D | devs.c | 185 void (*fnc)(struct io *iop, struct io *this), int rm_after) in dip_foreach() 192 dip_rb_fe(iop->dip, type, iop, fnc, &head); in dip_foreach() 199 dip_rb_fe(iop->dip, type, iop, fnc, NULL); in dip_foreach()
|
D | globals.h | 213 void (*fnc)(struct io *iop, struct io *this), int rm_after); 226 void (*fnc)(struct io *iop, struct io *this),
|
D | inlines.h | 303 void (*fnc)(struct io *iop, struct io *this), in dip_rb_fe() 306 rb_foreach(__get_root(dip, type)->rb_node, iop, fnc, head); in dip_rb_fe()
|
/external/grub/netboot/ |
D | main.c | 300 tftp (const char *name, int (*fnc) (unsigned char *, int, int, int)) in tftp() 461 if ((rc = fnc (tr->u.data.download, in tftp()
|
/external/mksh/src/ |
D | check.t | 6336 fnc() { 6376 fnc
|