/external/compiler-rt/test/builtins/Unit/ |
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);
|
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);
|
/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 | 103 void *pfunc; local 139 pfunc = dlsym(handle, "voGetAMRWBEncAPI"); 140 if(pfunc == 0) 146 pGetAPI = (VOGETAUDIOENCAPI)pfunc;
|
/external/lldb/source/Interpreter/ |
ScriptInterpreterPython.cpp | 782 PyObject *pfunc = (PyObject*)m_run_one_line; local [all...] |