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 346 } functionPointer;
347 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
349 EXPECT_EQ(42, functionPointer.usable());
364 } functionPointer;
365 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
367 EXPECT_EQ(42, functionPointer.usable());
387 } functionPointer;
388 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
390 EXPECT_EQ(42, functionPointer.usable());
452 } 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 75 milliseconds