Searched defs:fnc (Results 1 – 6 of 6) 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 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/ |
| D | copy.pass.cpp | 30 std::function<float(float, float)> fnc = _pow; in main() local
|
| /external/chromium_org/sandbox/linux/seccomp-bpf/ |
| D | trap.cc | 220 ErrorCode Trap::MakeTrap(TrapFnc fnc, const void* aux, bool safe) { in MakeTrap() 224 ErrorCode Trap::MakeTrapImpl(TrapFnc fnc, const void* aux, bool safe) { in MakeTrapImpl()
|
| D | trap.h | 68 TrapFnc fnc; member
|
| D | errorcode.cc | 30 ErrorCode::ErrorCode(Trap::TrapFnc fnc, const void* aux, bool safe, uint16_t id) in ErrorCode()
|
| D | sandbox_bpf.cc | 996 ErrorCode SandboxBPF::Trap(Trap::TrapFnc fnc, const void* aux) { in Trap() function in sandbox::SandboxBPF 1000 ErrorCode SandboxBPF::UnsafeTrap(Trap::TrapFnc fnc, const void* aux) { in UnsafeTrap()
|