Searched refs:call_func (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/
H A Dnestedfns.c12 static void call_func(void (*sel)(void)) function
23 call_func( test1_inner );
32 call_func( test2_inner );
/external/clang/test/SemaCXX/
H A Dmember-expr.cpp195 template <class T> void call_func(T t) { function in namespace:PR15045
212 call_func(e); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::bar>' requested here}}
214 call_func(f); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::foo>' requested here}}
/external/pixman/test/
H A Dlowlevel-blt-bench.c136 call_func (pixman_composite_func_t func, function
204 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 63 - x, 0, width, lines_count);
225 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT);
257 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
292 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
328 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h);
363 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1745 call_func(sqlite_func *sf, int nargs, const char **args) function
1917 call_func, f);
1929 call_func, f);

Completed in 135 milliseconds