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

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
functions-original.cc 49 int (*functionPointer)(int, int) = &testFunctionThatTakesTwoInts;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 341 auto *functionPointer = reinterpret_cast<int (*)()>(
344 EXPECT_EQ(42, functionPointer());
388 auto *functionPointer = reinterpret_cast<int (*)()>(
391 EXPECT_EQ(42, functionPointer());
408 auto *functionPointer = reinterpret_cast<int (*)()>(
411 EXPECT_EQ(42, functionPointer());
464 auto *functionPointer = reinterpret_cast<int (*)()>(
467 EXPECT_EQ(42, functionPointer());
  /external/clang/test/Sema/
attr-swiftcall.c 12 void (*functionPointer)(void) SWIFTCALL;
  /external/clang/test/SemaCXX/
attr-swiftcall.cpp 11 void (*functionPointer)(void) SWIFTCALL;
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 279 string bindCode(string functionPointer, string symbol) {
280 return functionPointer ~ " = cast(typeof(" ~ functionPointer ~
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 151 void (*ComputeMBSum)(UChar *, Int, MOT *) = video->functionPointer->ComputeMBSum;
152 void (*ChooseMode)(UChar*, UChar*, Int, Int) = video->functionPointer->ChooseMode;
559 // video->functionPointer->SAD_MB_PADDING = &SAD_MB_PADDING_HTFM_Collect;
560 video->functionPointer->SAD_Macroblock = &SAD_MB_HTFM_Collect;
561 video->functionPointer->SAD_MB_HalfPel[0] = NULL;
562 video->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HP_HTFM_Collectxh;
563 video->functionPointer->SAD_MB_HalfPel[2] = &SAD_MB_HP_HTFM_Collectyh;
564 video->functionPointer->SAD_MB_HalfPel[3] = &SAD_MB_HP_HTFM_Collectxhyh;
571 // video->functionPointer->SAD_MB_PADDING = &SAD_MB_PADDING_HTFM;
572 video->functionPointer->SAD_Macroblock = &SAD_MB_HTFM
    [all...]
findhalfpel.cpp 83 video->functionPointer->SAD_MB_HalfPel;
196 Int(*SAD_Blk_HalfPel)(UChar*, UChar*, Int, Int, Int, Int, Int, void*) = video->functionPointer->SAD_Blk_HalfPel;
mp4enc_api.cpp     [all...]
mp4lib_int.h 426 FuncPtr *functionPointer; /* structure containing platform dependent functions */

Completed in 644 milliseconds