HomeSort by relevance Sort by last modified time
    Searched refs:pEnd (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 186 const char *pEnd;
192 pEnd = nptr;
232 pEnd = nptr;
249 pEnd = ++nptr;
257 *endptr = (char *)pEnd;
275 const char *pEnd;
280 pEnd = nptr;
315 pEnd = nptr;
326 pEnd = ++nptr;
331 *endptr = (char *)pEnd;
    [all...]
  /external/pdfium/xfa/fde/css/
cfde_cssselector.cpp 19 int32_t GetCSSNameLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) {
21 while (psz < pEnd) {
63 const FX_WCHAR* pEnd = psz + str.GetLength();
64 for (; psz < pEnd; ++psz) {
74 for (psz = pStart; psz < pEnd;) {
77 int32_t iNameLen = wch == '*' ? 1 : GetCSSNameLen(psz, pEnd);
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 40 const char* pEnd) const {
42 for (; pBegin != pEnd; ++pBegin) {
50 if (pBegin == pEnd)
55 while (pBegin != pEnd && !isdigit(*pBegin) && *pBegin != '{')
58 if (pBegin == pEnd)
65 return pEnd;
71 const char* pEnd,
74 while (cur_char != pEnd) {
76 const char* new_end = std::find(cur_char, pEnd, '%');
102 cur_char = findMatch('}', cur_char, pEnd);
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub2.cpp 42 const_fixup_iterator pEnd)
43 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
AArch64CA53Erratum835769Stub.h 52 const_fixup_iterator pEnd);
AArch64CA53Erratum843419Stub2.h 52 const_fixup_iterator pEnd);
AArch64CA53Erratum843419Stub.h 57 const_fixup_iterator pEnd);
AArch64CA53Erratum835769Stub.cpp 39 const_fixup_iterator pEnd)
40 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
AArch64CA53Erratum843419Stub.cpp 41 const_fixup_iterator pEnd)
42 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
  /device/linaro/bootloader/edk2/StdLib/SocketDxe/
DriverBinding.c 73 CONST ESL_SOCKET_BINDING * pEnd;
87 pEnd = &pSocketBinding[ cEslSocketBindingEntries ];
88 while ( pEnd > pSocketBinding ) {
  /external/icu/icu4c/source/common/
ulocimp.h 52 const char **pEnd);
57 const char **pEnd);
62 const char **pEnd);
  /external/libvncserver/common/
zywrletemplate.c 482 int* pEnd;
486 pEnd = pBuf+height*width;
488 while (pTop < pEnd) {
493 pEnd = pBuf+width;
495 while (pTop < pEnd) {
508 int* pEnd;
512 pEnd = pBuf+width;
514 while (pTop < pEnd) {
519 pEnd = pBuf+height*width;
521 while (pTop < pEnd) {
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_lexer.cpp 44 const FX_WCHAR*& pEnd);
66 const FX_WCHAR*& pEnd) {
68 *pValue = wcstod((wchar_t*)s, (wchar_t**)&pEnd);
407 const FX_WCHAR*& pEnd) {
409 if (XFA_FMDChar::string2number(p, &number, pEnd)) {
412 if (pEnd && XFA_FMDChar::isAlpha(pEnd)) {
415 t->m_wstring = CFX_WideStringC(p, (pEnd - p));
421 const FX_WCHAR*& pEnd) {
429 pEnd = p
    [all...]
xfa_lexer.h 110 uint32_t Number(CXFA_FMToken* t, const FX_WCHAR* p, const FX_WCHAR*& pEnd);
111 uint32_t String(CXFA_FMToken* t, const FX_WCHAR* p, const FX_WCHAR*& pEnd);
114 const FX_WCHAR*& pEnd);
115 void Comment(const FX_WCHAR* p, const FX_WCHAR*& pEnd);
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
UseEfiSocketLib.c 189 CONST ESL_SOCKET_BINDING * pEnd;
207 pEnd = &pSocketBinding[ cEslSocketBindingEntries ];
208 while ( pEnd > pSocketBinding ) {
292 CONST ESL_SOCKET_BINDING * pEnd;
308 pEnd = &pSocketBinding[ cEslSocketBindingEntries ];
309 while ( pEnd > pSocketBinding ) {
Service.c 47 CONST ESL_SOCKET_BINDING * pEnd;
68 pEnd = &pSocketBinding[ cEslSocketBindingEntries ];
69 while ( pEnd > pSocketBinding ) {
269 CONST ESL_SOCKET_BINDING * pEnd;
283 pEnd = &cEslSocketBinding[0];
284 pSocketBinding = &pEnd[ cEslSocketBindingEntries ];
285 while ( pEnd < pSocketBinding ) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DhcpOptions.c 42 EFI_HANDLE * pEnd;
104 pEnd = &pHandle [ HandleCount ];
105 while ( pEnd > pHandle ) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.h 48 const_fixup_iterator pEnd);
MipsLA25Stub.cpp 44 const_fixup_iterator pEnd)
46 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 83 UINT8 * pEnd;
109 pEnd = &Value.u8[ LengthInBytes ];
110 while ( pEnd > Value.u8 ) {
251 CONST OPTIONS * pEnd;
264 pEnd = &pOption[sizeof ( mOptions ) / sizeof ( mOptions[0])];
266 while ( pEnd > pOption ) {
272 if ( pEnd <= pOption ) {
286 while ( pEnd > pOption ) {
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 110 LEUnicode *pEnd = u_strpbrk(pStart, separators);
114 if (pEnd == NULL) {
115 pEnd = &fChars[charCount];
118 if (pEnd != pStart) {
119 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr);
121 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
156 if (*pEnd == 0) {
160 pStart = skipLineEnd(pEnd);
pflow.c 159 LEUnicode *pEnd = u_strpbrk(pStart, separators);
163 if (pEnd == NULL) {
164 pEnd = &flow->fChars[charCount];
167 if (pEnd != pStart) {
168 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
172 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart);
175 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
209 if (*pEnd == 0) {
213 pStart = skipLineEnd(pEnd);
  /external/icu/icu4c/source/tools/toolutil/
uparse.h 134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
  /external/pdfium/core/fpdfapi/cmaps/
fpdf_cmaps.cpp 132 const uint16_t* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 2;
133 while (pCur < pEnd) {
141 const uint16_t* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 3;
142 while (pCur < pEnd) {
  /frameworks/compile/mclinker/include/mcld/LD/
GroupReader.h 42 Module::input_iterator pEnd,

Completed in 968 milliseconds

1 2 3 4