HomeSort by relevance Sort by last modified time
    Searched defs:pfunc (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/test/Unit/
enable_execute_stack_test.c 36 typedef int (*pfunc)(void); typedef
60 pfunc f1 = (pfunc)(uintptr_t)execution_buffer;
67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer;
clear_cache_test.c 29 typedef int (*pfunc)(void); typedef
64 pfunc f1 = (pfunc)(uintptr_t)execution_buffer;
71 pfunc f2 = (pfunc)(uintptr_t)execution_buffer;
  /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;

Completed in 406 milliseconds