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 169 } functionPointer;
170 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
172 EXPECT_EQ(42, functionPointer.usable());
187 } functionPointer;
188 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
190 EXPECT_EQ(42, functionPointer.usable());
  /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 192 milliseconds