/external/compiler-rt/test/builtins/Unit/ |
clear_cache_test.c | 29 typedef int (*pfunc)(void); typedef 73 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); 79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
|
enable_execute_stack_test.c | 36 typedef int (*pfunc)(void); typedef 68 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); 74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
|
/external/clang/test/Sema/ |
array-constraint.c | 30 typedef int (*pfunc)(void); typedef 32 pfunc xx(int f[](void)) { // expected-error {{'f' declared as array of functions}}
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 154 void *pfunc; local 198 pfunc = dlsym(handle, "voGetAACEncAPI"); 199 if(pfunc == 0) 204 pGetAPI = (VOGETAUDIODECAPI)pfunc;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
AMRWB_E_SAMPLE.c | 104 void *pfunc; local 140 pfunc = dlsym(handle, "voGetAMRWBEncAPI"); 141 if(pfunc == 0) 147 pGetAPI = (VOGETAUDIOENCAPI)pfunc;
|
/external/clang/test/SemaTemplate/ |
temp_arg_nontype.cpp | 159 static int pfunc(float); 162 X0<X1::pfunc> x01;
|
/external/tcpdump/ |
print-lldp.c | [all...] |
print-ppp.c | 418 int (*pfunc)(netdissect_options *, const u_char *, int); 476 pfunc = print_lcp_config_options; 479 pfunc = print_ipcp_config_options; 482 pfunc = print_ip6cp_config_options; 485 pfunc = print_ccp_config_options; 488 pfunc = print_bacp_config_options; 495 pfunc = NULL; 499 if (pfunc == NULL) /* catch the above null pointer if unknown CP */ 502 if ((j = (*pfunc)(ndo, tptr, len)) == 0) [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
tic4x-dis.c | 189 tic4x_print_ftoa (unsigned int val, FILE *stream, fprintf_ftype pfunc) 208 (*pfunc)(stream, "%.9g", num);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
ceval.c | 2698 PyObject **pfunc, *func, **sp; local 4003 PyObject **pfunc = (*pp_stack) - n - 1; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
ceval.c | 2683 PyObject **pfunc, *func, **sp; local 3981 PyObject **pfunc = (*pp_stack) - n - 1; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
trace.py | 285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls:
294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
trace.py | 285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls: 294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
trace.py | 285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls: 294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
trace.py | 285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls: 294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
trace.py | 285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls: 294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)
|
/toolchain/binutils/binutils-2.25/binutils/ |
dlltool.c | 846 static int pfunc (const void *, const void *); 3699 pfunc (const void *a, const void *b) function [all...] |