HomeSort by relevance Sort by last modified time
    Searched refs:pfunc (Results 1 - 7 of 7) 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;
  /external/tcpdump/
print-ppp.c 428 int (*pfunc)(const u_char *, int);
486 pfunc = print_lcp_config_options;
489 pfunc = print_ipcp_config_options;
492 pfunc = print_ip6cp_config_options;
495 pfunc = print_ccp_config_options;
498 pfunc = print_bacp_config_options;
505 pfunc = NULL;
509 if (pfunc == NULL) /* catch the above null pointer if unknown CP */
512 if ((j = (*pfunc)(tptr, len)) == 0)
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 155 static int pfunc(float);
158 X0<X1::pfunc> x01;

Completed in 397 milliseconds