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

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 344 } functionPointer;
345 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
347 EXPECT_EQ(42, functionPointer.usable());
394 } functionPointer;
395 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
397 EXPECT_EQ(42, functionPointer.usable());
417 } functionPointer;
418 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
420 EXPECT_EQ(42, functionPointer.usable());
482 } functionPointer;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 461 AVCEncFuncPtr *functionPointer; /* store pointers to platform specific functions */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 425 FuncPtr *functionPointer; /* structure containing platform dependent functions */

Completed in 51 milliseconds