Home
last modified time | relevance | path

Searched defs:fnc (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/callgrind/
Dclo.c101 fn_config* fnc = (fn_config*) CLG_MALLOC("cl.clo.nf.1", in new_fnc() local
302 fn_config* fnc; in get_fnc() local
318 static void update_fn_config1(fn_node* fn, fn_config* fnc) in update_fn_config1()
432 fn_config* fnc = get_fnc(tmp_str); in CLG_() local
437 fn_config* fnc = get_fnc(tmp_str); in CLG_() local
442 fn_config* fnc = get_fnc(tmp_str); in CLG_() local
447 fn_config* fnc = get_fnc(tmp_str); in CLG_() local
452 fn_config* fnc = get_fnc(tmp_str); in CLG_() local
463 fn_config* fnc = get_fnc(tmp_str); in CLG_() local
472 fn_config* fnc; in CLG_() local
[all …]
/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
Dcopy.pass.cpp30 std::function<float(float, float)> fnc = _pow; in main() local
/external/chromium_org/sandbox/linux/seccomp-bpf/
Dtrap.cc253 uint16_t Trap::MakeTrap(TrapFnc fnc, const void* aux, bool safe) { in MakeTrap()
257 uint16_t Trap::MakeTrapImpl(TrapFnc fnc, const void* aux, bool safe) { in MakeTrapImpl()
Derrorcode.cc35 ErrorCode::ErrorCode(Trap::TrapFnc fnc, const void* aux, bool safe) in ErrorCode()
Dtrap.h75 TrapFnc fnc; member
Dsandbox_bpf.cc1054 ErrorCode SandboxBPF::Trap(Trap::TrapFnc fnc, const void* aux) { in Trap() function in sandbox::SandboxBPF
1058 ErrorCode SandboxBPF::UnsafeTrap(Trap::TrapFnc fnc, const void* aux) { in UnsafeTrap()