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

  /external/compiler-rt/test/builtins/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...]
print-lldp.c     [all...]
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 159 static int pfunc(float);
162 X0<X1::pfunc> x01;
  /external/lldb/source/Interpreter/
ScriptInterpreterPython.cpp 782 PyObject *pfunc = (PyObject*)m_run_one_line; local
    [all...]
  /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)

Completed in 640 milliseconds