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

  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 101 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
102 if (lpStart == 0) {
103 lpStart = (const uint8_t*)funcStart;
130 landingPad = (uintptr_t)lpStart + landingPad;
393 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
  /external/libcxxabi/src/
cxa_personality.cpp 48 | lpStart | (encoded with lpStartEncoding) | defaults to funcStart |
66 | | landingPad | (encoded with callSiteEncoding) | offset relative to lpStart | |
79 | | landingPad | (ULEB128) | offset relative to lpStart | |
606 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
607 if (lpStart == 0)
608 lpStart = (const uint8_t*)funcStart;
655 landingPad = (uintptr_t)lpStart + landingPad;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 43 | lpStart | (encoded with lpStartEncoding) | defaults to funcStart |
61 | | landingPad | (encoded with callSiteEncoding) | offset relative to lpStart | |
74 | | landingPad | (ULEB128) | offset relative to lpStart | |
609 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
610 if (lpStart == 0)
611 lpStart = (const uint8_t*)funcStart;
658 landingPad = (uintptr_t)lpStart + landingPad;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 43 LWSTDAPI_(LPSTR) StrChrA(LPCSTR lpStart,WORD wMatch);
44 LWSTDAPI_(LPWSTR) StrChrW(LPCWSTR lpStart,WCHAR wMatch);
45 LWSTDAPI_(LPSTR) StrChrIA(LPCSTR lpStart,WORD wMatch);
46 LWSTDAPI_(LPWSTR) StrChrIW(LPCWSTR lpStart,WCHAR wMatch);
70 LWSTDAPI_(LPSTR) StrRChrA(LPCSTR lpStart,LPCSTR lpEnd,WORD wMatch);
71 LWSTDAPI_(LPWSTR) StrRChrW(LPCWSTR lpStart,LPCWSTR lpEnd,WCHAR wMatch);
72 LWSTDAPI_(LPSTR) StrRChrIA(LPCSTR lpStart,LPCSTR lpEnd,WORD wMatch);
73 LWSTDAPI_(LPWSTR) StrRChrIW(LPCWSTR lpStart,LPCWSTR lpEnd,WCHAR wMatch);
    [all...]
winuser.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp     [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 548 milliseconds