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

  /external/clang/test/CodeGen/
microsoft-call-conv.c 25 void (__thiscall *pf3)(void) = f3; variable
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6();
stdcall-fastcall.c 25 void (__attribute__((thiscall)) *pf3)(void) = f3;
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6();
  /external/clang/test/SemaCXX/
member-pointer.cpp 45 int (D::*pf3)(int, int) = 0;
48 bool b3 = (pf == pf3); (void)b3;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 834 const unsigned char *pf3 =f_img[y_f-2]+xm_f; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 834 const unsigned char *pf3 =f_img[y_f-2]+xm_f; local
    [all...]

Completed in 142 milliseconds