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

12

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.c     [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 845 const auto* pEnd = g_Japan1_VertCIDs + FX_ArraySize(g_Japan1_VertCIDs);
847 g_Japan1_VertCIDs, pEnd, CID,
849 return (pTransform < pEnd && CID == pTransform->cid) ? &pTransform->a
  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 797 FX_CHAR* pEnd = m_pData->m_String + m_pData->m_nDataLength;
799 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart),
822 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart),
830 FXSYS_memcpy(pDest, pStart, pEnd - pStart);
fx_basic_wstring.cpp 749 FX_WCHAR* pEnd = m_pData->m_String + m_pData->m_nDataLength;
751 const FX_WCHAR* pTarget = FX_wcsstr(pStart, (FX_STRSIZE)(pEnd - pStart),
774 const FX_WCHAR* pTarget = FX_wcsstr(pStart, (FX_STRSIZE)(pEnd - pStart),
782 wmemcpy(pDest, pStart, pEnd - pStart);
  /external/pdfium/core/fxge/ge/
cfx_fontmapper.cpp 196 const CODEPAGE_MAP* pEnd =
199 std::lower_bound(g_Codepage2CharsetTable, pEnd, codepage,
203 if (pCharmap < pEnd && codepage == pCharmap->codepage)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
ACPI.c 217 CONST UINT32 * pEnd;
248 pEnd = &pEntry[(( pRsdt->Length - sizeof ( *pRsdt )) >> 2 ) + 1 ];
249 while ( pEnd > pEntry ) {
296 CONST CHAR8 * pEnd;
331 pEnd = &pChar[ Length ];
332 while ( pEnd > pData ) {
355 while ( pEnd > pData ) {
363 if ( pEnd > pData ) {
411 CONST UINT8 * pEnd;
447 pEnd = &pData[ ByteCount ];
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 235 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
236 final int iHeight = pEnd - pStart;
248 for (int p = pStart; p < pEnd; ++p) {
287 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
288 final int iHeight = pEnd - pStart;
347 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
351 for (int p = pStart; p < pEnd; ++p) {
420 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
424 for (int p = pStart; p < pEnd; ++p) {
530 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows)
    [all...]
BlockRealMatrix.java 229 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
230 final int iHeight = pEnd - pStart;
242 for (int p = pStart; p < pEnd; ++p) {
277 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
278 final int iHeight = pEnd - pStart;
337 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
341 for (int p = pStart; p < pEnd; ++p) {
410 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
414 for (int p = pStart; p < pEnd; ++p) {
519 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows)
    [all...]
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 152 const FX_WCHAR* pEnd = pPath + iLength;
154 while (pStart < pEnd) {
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_layout_itemlayout.cpp 39 const FX_WCHAR* pEnd = pStr + iStrLen;
41 if (pStr >= pEnd || delimiter == *pStr) {
44 if (pStr >= pEnd)
    [all...]
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 275 const FX_WCHAR* pEnd = pStr + iStrLen;
278 if (pStr >= pEnd) {
439 wchar_t* pEnd;
440 return (uint16_t)wcstol((wchar_t*)pstrLCID, &pEnd, 16);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 6400 milliseconds

12