Home
last modified time | relevance | path

Searched refs:fnc (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/callgrind/
Dclo.c101 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 …]
Ddump.c1270 fnc = fnc_table[i]; in new_dumpfile()
1271 while (fnc) { in new_dumpfile()
1272 if (fnc->skip) { in new_dumpfile()
1273 VG_(fprintf)(fp, "desc: Option: --fn-skip=%s\n", fnc->name); in new_dumpfile()
1275 if (fnc->dump_at_enter) { in new_dumpfile()
1277 fnc->name); in new_dumpfile()
1279 if (fnc->dump_at_leave) { in new_dumpfile()
1281 fnc->name); in new_dumpfile()
1283 if (fnc->separate_callers != CLG_(clo).separate_callers) { in new_dumpfile()
1285 fnc->separate_callers, fnc->name); in new_dumpfile()
[all …]
/external/clang/include/clang/Basic/
DBuiltins.def868 LIBBUILTIN(abs, "ii", "fnc", "stdlib.h", ALL_LANGUAGES)
869 LIBBUILTIN(labs, "LiLi", "fnc", "stdlib.h", ALL_LANGUAGES)
870 LIBBUILTIN(llabs, "LLiLLi", "fnc", "stdlib.h", ALL_LANGUAGES)
872 LIBBUILTIN(copysign, "ddd", "fnc", "math.h", ALL_LANGUAGES)
873 LIBBUILTIN(copysignf, "fff", "fnc", "math.h", ALL_LANGUAGES)
874 LIBBUILTIN(copysignl, "LdLdLd", "fnc", "math.h", ALL_LANGUAGES)
876 LIBBUILTIN(fabs, "dd", "fnc", "math.h", ALL_LANGUAGES)
877 LIBBUILTIN(fabsf, "ff", "fnc", "math.h", ALL_LANGUAGES)
878 LIBBUILTIN(fabsl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
896 LIBBUILTIN(nan, "dcC*", "fnc", "math.h", ALL_LANGUAGES)
[all …]
/external/blktrace/btt/
Ddip_rb.c68 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()
Ddevs.c185 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()
Dglobals.h213 void (*fnc)(struct io *iop, struct io *this), int rm_after);
226 void (*fnc)(struct io *iop, struct io *this),
Dinlines.h303 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/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dcopy.pass.cpp30 std::function<float(float, float)> fnc = _pow; in main() local
31 auto task = std::bind(fnc, 2.f, 4.f); in main()
/external/mksh/src/
Dcheck.t7838 fnc() {
7878 fnc
7954 name: arrassign-fnc-none
7995 name: arrassign-fnc-local
8061 name: arrassign-fnc-global
8118 name: strassign-fnc-none
8155 name: strassign-fnc-local
8213 name: strassign-fnc-global
8270 name: unset-fnc-local-ksh
8300 name: unset-fnc-local-sh