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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcproxy.h 141 #define IID_BS_LOOKUP_RETURN_RESULT(name,sz,index) low = low + 1; if (low >= sz) goto not_found_label; result = name##_CHECK_IID(low); if (result) goto not_found_label; found_label: (index) = low; return 1; not_found_label: return 0;
  /art/compiler/optimizing/
intrinsics_x86_64.cc 1726 NearLabel not_found_label; local
    [all...]
intrinsics_x86.cc 1558 NearLabel not_found_label; local
    [all...]

Completed in 100 milliseconds