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

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarieddi_s.h 52 unsigned long Atari_get_EdDI_version(void *function_pointer);
  /external/chromium_org/tools/clang/rewrite_scoped_array/tests/
test-expected.cc 17 scoped_ptr<int[]>(*function_pointer)(scoped_ptr<int[]> test,
test-original.cc 17 scoped_array<int>(*function_pointer)(scoped_array<int> test,
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 167 typedef int (*function_pointer)(int); typedef
169 function_pointer g1() { return 0; }
172 const function_pointer g2() { return 0; }
175 function_pointer* g3() { return 0; }
178 const function_pointer* g4() { return 0; }
mangle-ms-template-callback.cpp 46 void function_pointer(C<void(*)(void)>) {} function
47 // CHECK: "\01?function_pointer@@YAXV?$C@P6AXXZ@@@Z"
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
device.c 179 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer)
185 if (!function_pointer)
188 if (!vlGetFuncFTAB(function_id, function_pointer))
191 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc adress %p for id %d\n", *function_pointer, function_id);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
device.c 179 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer)
185 if (!function_pointer)
188 if (!vlGetFuncFTAB(function_id, function_pointer))
191 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc adress %p for id %d\n", *function_pointer, function_id);
  /external/stlport/test/unit/
ptrspec_test.cpp 23 CPPUNIT_TEST(function_pointer);
29 void function_pointer();
227 void PtrSpecTest::function_pointer() function in class:PtrSpecTest
  /ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp 23 CPPUNIT_TEST(function_pointer);
29 void function_pointer();
227 void PtrSpecTest::function_pointer() function in class:PtrSpecTest
  /ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp 23 CPPUNIT_TEST(function_pointer);
29 void function_pointer();
227 void PtrSpecTest::function_pointer() function in class:PtrSpecTest

Completed in 593 milliseconds