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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DhcpOptions.c 42 EFI_HANDLE * pEnd;
104 pEnd = &pHandle [ HandleCount ];
105 while ( pEnd > pHandle ) {
ConfigurationTable.c 299 EFI_CONFIGURATION_TABLE * pEnd;
332 pEnd = &pTable[ gST->NumberOfTableEntries ];
333 while ( pEnd > pTable ) {
HTTP.c 479 @param [in] pEnd End of buffer address
487 IN UINT8 * pEnd
494 while ( pEnd > pData ) {
535 UINT8 * pEnd;
556 pEnd = &pData[ pPort->RequestLength ];
558 pWebPage = HttpReplaceSpace ( pVerb, pEnd );
559 if ( pEnd <= pWebPage ) {
562 pVersion = HttpReplaceSpace ( pWebPage, pEnd );
563 if ( pEnd <= pVersion ) {
883 CONST UINT8 * pEnd;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/SocketDxe/
DriverBinding.c 73 CONST ESL_SOCKET_BINDING * pEnd;
87 pEnd = &pSocketBinding[ cEslSocketBindingEntries ];
88 while ( pEnd > pSocketBinding ) {
  /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);
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
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 ) {
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 ) {
  /external/lzma/C/
7zCrc.c 50 const Byte *pEnd = p + size;
51 for (; p != pEnd; p++)
  /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) {
  /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 ) {
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
Ax88772.c 39 UINT8 * pEnd;
45 pEnd = &pMacAddress[ PXE_HWADDR_LEN_ETHER ];
46 while ( pEnd > pMacAddress ) {
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
Ax88772.c 39 UINT8 * pEnd;
47 pEnd = &pMacAddress[ PXE_HWADDR_LEN_ETHER ];
48 while ( pEnd > pMacAddress ) {
    [all...]
  /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/pdfium/xfa/fde/
cfde_path.cpp 86 const CFX_PointF* pEnd = p + iCount;
88 for (++p; p <= pEnd - 3; p += 3)
198 const CFX_PointF* pEnd = p + iCount;
200 for (++p; p < pEnd; ++p)
  /external/pdfium/xfa/fxfa/app/
xfa_fontmgr.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c 88 if ( pContext->pEnd <= pContext->pFill ) {
123 TFTP_PACKET * pEnd;
146 pContext->pEnd = &pContext->FileData[ sizeof ( pContext->FileData )];
162 pEnd = &pPacket[ DIM ( pContext->Tx )];
163 while ( pEnd > pPacket ) {
433 if ( pContext->pEnd <= pContext->pBuffer ) {
1145 @param [in] pEnd End of buffer address
1155 IN UINT8 * pEnd,
1166 while (( pEnd > pNextOption ) && ( 0 != *pNextOption )) {
1169 if ( pEnd <= pNextOption ) {
    [all...]
TftpServer.h 188 UINT8 * pEnd; ///< End of the file data
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 762 struct pollfd * pEnd;
806 pEnd = &pPollFD [ nfds ];
807 while ( pEnd > pPollFD ) {
    [all...]
  /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/core/fxcrt/
fx_arabic.cpp 353 FX_WCHAR* pEnd = pStart + iCount - 1;
354 while (pStart < pEnd) {
356 *pStart++ = *pEnd;
357 *pEnd-- = wch;
  /external/pdfium/core/fxge/android/
cfpf_skiafontmgr.cpp 80 const FPF_SKIAFONTMAP* pEnd = skFontMap + length;
82 skFontMap, pEnd, dwHash, [](const FPF_SKIAFONTMAP& item, uint32_t hash) {
85 if (pFontMap < pEnd && pFontMap->dwFamily == dwHash)
  /external/pdfium/xfa/fxfa/fm2js/
xfa_simpleexpression.cpp 500 const XFA_FMBuildInFunc* pEnd = g_BuildInFuncs + FX_ArraySize(g_BuildInFuncs);
502 std::lower_bound(g_BuildInFuncs, pEnd, uHash,
506 if (pFunc < pEnd && uHash == pFunc->m_uHash) {

Completed in 565 milliseconds

1 2