HomeSort by relevance Sort by last modified time
    Searched refs:fnc (Results 1 - 25 of 48) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
copy.pass.cpp 30 std::function<float(float, float)> fnc = _pow; local
31 auto task = std::bind(fnc, 2.f, 4.f);
  /frameworks/rs/scriptc/
rs_cl.rsh 97 #define FN_FUNC_FN(fnc)
98 #define F_FUNC_FN(fnc)
99 #define IN_FUNC_FN(fnc)
100 #define FN_FUNC_FN_FN(fnc)
101 #define F_FUNC_FN_FN(fnc)
102 #define FN_FUNC_FN_F(fnc)
103 #define FN_FUNC_FN_IN(fnc)
104 #define FN_FUNC_FN_I(fnc)
105 #define FN_FUNC_FN_PFN(fnc)
106 #define FN_FUNC_FN_PIN(fnc)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 97 #define FN_FUNC_FN(fnc)
98 #define F_FUNC_FN(fnc)
99 #define IN_FUNC_FN(fnc)
100 #define FN_FUNC_FN_FN(fnc)
101 #define F_FUNC_FN_FN(fnc)
102 #define FN_FUNC_FN_F(fnc)
103 #define FN_FUNC_FN_IN(fnc)
104 #define FN_FUNC_FN_I(fnc)
105 #define FN_FUNC_FN_PFN(fnc)
106 #define FN_FUNC_FN_PIN(fnc)
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 24 #define FN_FUNC_FN(fnc) \
25 extern float2 __attribute__((overloadable)) fnc(float2 v) { \
27 r.x = fnc(v.x); \
28 r.y = fnc(v.y); \
31 extern float3 __attribute__((overloadable)) fnc(float3 v) { \
33 r.x = fnc(v.x); \
34 r.y = fnc(v.y); \
35 r.z = fnc(v.z); \
38 extern float4 __attribute__((overloadable)) fnc(float4 v) { \
40 r.x = fnc(v.x);
    [all...]
  /external/valgrind/main/callgrind/
clo.c 101 fn_config* fnc = (fn_config*) CLG_MALLOC("cl.clo.nf.1", local
104 fnc->dump_before = CONFIG_DEFAULT;
105 fnc->dump_after = CONFIG_DEFAULT;
106 fnc->zero_before = CONFIG_DEFAULT;
107 fnc->toggle_collect = CONFIG_DEFAULT;
108 fnc->skip = CONFIG_DEFAULT;
109 fnc->pop_on_jump = CONFIG_DEFAULT;
110 fnc->group = CONFIG_DEFAULT;
111 fnc->separate_callers = CONFIG_DEFAULT;
112 fnc->separate_recursions = CONFIG_DEFAULT
302 fn_config* fnc; local
431 fn_config* fnc = get_fnc(tmp_str); local
436 fn_config* fnc = get_fnc(tmp_str); local
441 fn_config* fnc = get_fnc(tmp_str); local
446 fn_config* fnc = get_fnc(tmp_str); local
451 fn_config* fnc = get_fnc(tmp_str); local
462 fn_config* fnc = get_fnc(tmp_str); local
471 fn_config* fnc; local
486 fn_config* fnc; local
495 fn_config* fnc; local
504 fn_config* fnc; local
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.h 50 static ErrorCode MakeTrap(TrapFnc fnc, const void *aux, bool safe);
72 : fnc(f),
76 TrapFnc fnc; member in struct:playground2::Trap::TrapKey
94 ErrorCode MakeTrapImpl(TrapFnc fnc, const void *aux, bool safe);
trap.cc 199 if (fnc != o.fnc) {
200 return fnc < o.fnc;
208 ErrorCode Trap::MakeTrap(TrapFnc fnc, const void *aux, bool safe) {
209 return GetInstance()->MakeTrapImpl(fnc, aux, safe);
212 ErrorCode Trap::MakeTrapImpl(TrapFnc fnc, const void *aux, bool safe) {
233 TrapKey key(fnc, aux, safe);
299 trap_array_[trap_array_size_] = ErrorCode(fnc, aux, safe, id);
303 return ErrorCode(fnc, aux, safe, id)
    [all...]
  /external/blktrace/btt/
dip_rb.c 68 void (*fnc)(struct io *iop, struct io *this),
77 if (fnc) fnc(iop, this);
82 rb_foreach(n->rb_left, iop, fnc, head);
84 rb_foreach(n->rb_right, iop, fnc, head);
  /ndk/tests/device/test-stlport_shared-exception/jni/
catch3.cpp 22 void fnc(C *obj) { throw obj; } function
95 try { fnc((C *)d); }
101 try { fnc((C *)d); }
107 try { fnc((C *)d); }
catch3p.cpp 21 void fnc(C *obj) { throw obj; } function
89 try { fnc((C *)d); }
95 try { fnc((C *)d); }
101 try { fnc((C *)d); }
catch4.cpp 21 void fnc(C *obj) { throw obj; } function
86 try { fnc((C *)d); }
92 try { fnc((C *)d); }
98 try { fnc((C *)d); }
catch4p.cpp 21 void fnc(C *obj) { throw obj; } function
86 try { fnc((C *)d); }
92 try { fnc((C *)d); }
98 try { fnc((C *)d); }
catch9.cpp 21 void fnc(C *obj) { throw obj; } function
89 try { fnc((C *)d); }
95 try { fnc((C *)d); }
101 try { fnc((C *)d); }
catch9p.cpp 21 void fnc(C *obj) { throw obj; } function
89 try { fnc((C *)d); }
95 try { fnc((C *)d); }
101 try { fnc((C *)d); }
catch8.cpp 20 void fnc(C *obj) { throw obj; } function
87 try { fnc((C *)d); }
94 try { fnc((C *)d); }
catch8p.cpp 20 void fnc(C *obj) { throw obj; } function
88 try { fnc((C *)d); }
95 try { fnc((C *)d); }
catch5.cpp 22 void fnc(C *obj) { throw obj; } function
105 try { fnc((C *)d); }
111 try { fnc((C *)d); }
117 try { fnc((C *)d); }
  /ndk/tests/device/test-stlport_static-exception/jni/
catch3.cpp 22 void fnc(C *obj) { throw obj; } function
95 try { fnc((C *)d); }
101 try { fnc((C *)d); }
107 try { fnc((C *)d); }
catch3p.cpp 21 void fnc(C *obj) { throw obj; } function
89 try { fnc((C *)d); }
95 try { fnc((C *)d); }
101 try { fnc((C *)d); }
catch4.cpp 21 void fnc(C *obj) { throw obj; } function
86 try { fnc((C *)d); }
92 try { fnc((C *)d); }
98 try { fnc((C *)d); }
catch4p.cpp 21 void fnc(C *obj) { throw obj; } function
86 try { fnc((C *)d); }
92 try { fnc((C *)d); }
98 try { fnc((C *)d); }
catch9.cpp 21 void fnc(C *obj) { throw obj; } function
89 try { fnc((C *)d); }
95 try { fnc((C *)d); }
101 try { fnc((C *)d); }
catch9p.cpp 21 void fnc(C *obj) { throw obj; } function
89 try { fnc((C *)d); }
95 try { fnc((C *)d); }
101 try { fnc((C *)d); }
catch8.cpp 20 void fnc(C *obj) { throw obj; } function
87 try { fnc((C *)d); }
94 try { fnc((C *)d); }
catch8p.cpp 20 void fnc(C *obj) { throw obj; } function
88 try { fnc((C *)d); }
95 try { fnc((C *)d); }

Completed in 466 milliseconds

1 2