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

  /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/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 104 void *pfunc; local
141 pfunc = dlsym(handle, "voGetAMRWBEncAPI");
142 if(pfunc == 0)
149 pGetAPI = (VOGETAUDIOENCAPI)pfunc;
  /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...]
  /external/python/cpython2/Python/
ceval.c 3026 PyObject **pfunc, *func, **sp; local
4340 PyObject **pfunc = (*pp_stack) - n - 1; local
    [all...]
  /external/python/cpython3/Include/
object.h 440 void *pfunc; /* function pointer */ member in struct:__anon37097
    [all...]
  /external/python/cpython3/Python/
ceval.c 4556 PyObject **pfunc = (*pp_stack) - oparg - 1; local
    [all...]

Completed in 425 milliseconds