Searched refs:pEnd (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/stand/ficl/
H A Dvm.c315 char *pEnd = vmGetInBufEnd(pVM); local
320 pSrc = skipSpace(pSrc, pEnd);
324 for (ch = *pSrc; (pEnd != pSrc) && !isspace(ch); ch = *++pSrc)
333 if (pEnd == pSrc)
344 if ((pEnd != pSrc) && isspace(ch)) /* skip one trailing delimiter */
393 char *pEnd = vmGetInBufEnd(pVM); local
398 while ((pSrc != pEnd) && (*pSrc == delim))
404 for (ch = *pSrc; (pSrc != pEnd)
415 if ((pSrc != pEnd) && (*pSrc == delim)) /* gobble trailing delimiter */
H A Dwords.c1041 char *pEnd = vmGetInBufEnd(pVM); local
1044 while ((cp != pEnd) && (ch != '\r') && (ch != '\n'))
1054 if (cp != pEnd)
1058 if ( (cp != pEnd) && (ch != *cp)
2671 char *pEnd = vmGetInBufEnd(pVM); local
2678 for (ch = *pSrc; (pEnd != pSrc) && (ch != ')'); ch = *++pSrc)
2682 if ((pEnd != pSrc) && (ch == ')'))
3156 char *pBuf, *pEnd; local
3163 pEnd = vmGetInBufEnd(pVM);
3164 len = pEnd
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c215 HUF_decodeStreamX1(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX1* const dt, const U32 dtLog) argument
220 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) & (p < pEnd-3)) {
229 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) & (p < pEnd))
233 while (p < pEnd)
236 return pEnd-pStart;
696 HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, argument
702 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) & (p < pEnd-(sizeof(bitDPtr->bitContainer)-1))) {
710 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) & (p <= pEnd-2))
713 while (p <= pEnd-2)
716 if (p < pEnd)
[all...]
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c501 HUF_decodeStreamX1(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX1* const dt, const U32 dtLog) argument
506 if ((pEnd - p) > 3) {
507 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) & (p < pEnd-3)) {
519 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) & (p < pEnd))
523 while (p < pEnd)
526 return pEnd-pStart;
1177 HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, argument
1183 if ((size_t)(pEnd - p) >= sizeof(bitDPtr->bitContainer)) {
1186 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) & (p < pEnd-9)) {
1195 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) & (p < pEnd
[all...]
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v02.c1692 static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX2* const dt, const U32 dtLog) argument
1697 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p <= pEnd-4))
1706 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p < pEnd))
1710 while (p < pEnd)
1713 return pEnd-pStart;
2051 static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HUF_DEltX4* const dt, const U32 dtLog) argument
2056 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p < pEnd-7))
2065 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p <= pEnd-2))
2068 while (p <= pEnd-2)
2071 if (p < pEnd)
2402 HUF_decodeStreamX6(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const U32* DTable, const U32 dtLog) argument
[all...]
H A Dzstd_v03.c1689 static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX2* const dt, const U32 dtLog) argument
1694 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p <= pEnd-4))
1703 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p < pEnd))
1707 while (p < pEnd)
1710 return pEnd-pStart;
2048 static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HUF_DEltX4* const dt, const U32 dtLog) argument
2053 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p < pEnd-7))
2062 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p <= pEnd-2))
2065 while (p <= pEnd-2)
2068 if (p < pEnd)
[all...]
H A Dzstd_v06.c2069 static inline size_t HUFv06_decodeStreamX2(BYTE* p, BITv06_DStream_t* const bitDPtr, BYTE* const pEnd, const HUFv06_DEltX2* const dt, const U32 dtLog) argument
2074 while ((BITv06_reloadDStream(bitDPtr) == BITv06_DStream_unfinished) && (p <= pEnd-4)) {
2082 while ((BITv06_reloadDStream(bitDPtr) == BITv06_DStream_unfinished) && (p < pEnd))
2086 while (p < pEnd)
2089 return pEnd-pStart;
2438 static inline size_t HUFv06_decodeStreamX4(BYTE* p, BITv06_DStream_t* bitDPtr, BYTE* const pEnd, const HUFv06_DEltX4* const dt, const U32 dtLog) argument
2443 while ((BITv06_reloadDStream(bitDPtr) == BITv06_DStream_unfinished) && (p < pEnd-7)) {
2451 while ((BITv06_reloadDStream(bitDPtr) == BITv06_DStream_unfinished) && (p <= pEnd-2))
2454 while (p <= pEnd-2)
2457 if (p < pEnd)
[all...]
H A Dzstd_v05.c1933 static inline size_t HUFv05_decodeStreamX2(BYTE* p, BITv05_DStream_t* const bitDPtr, BYTE* const pEnd, const HUFv05_DEltX2* const dt, const U32 dtLog) argument
1938 while ((BITv05_reloadDStream(bitDPtr) == BITv05_DStream_unfinished) && (p <= pEnd-4)) {
1946 while ((BITv05_reloadDStream(bitDPtr) == BITv05_DStream_unfinished) && (p < pEnd))
1950 while (p < pEnd)
1953 return pEnd-pStart;
2309 static inline size_t HUFv05_decodeStreamX4(BYTE* p, BITv05_DStream_t* bitDPtr, BYTE* const pEnd, const HUFv05_DEltX4* const dt, const U32 dtLog) argument
2314 while ((BITv05_reloadDStream(bitDPtr) == BITv05_DStream_unfinished) && (p < pEnd-7)) {
2322 while ((BITv05_reloadDStream(bitDPtr) == BITv05_DStream_unfinished) && (p <= pEnd-2))
2325 while (p <= pEnd-2)
2328 if (p < pEnd)
[all...]
H A Dzstd_v04.c1841 static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, const HUF_DEltX2* const dt, const U32 dtLog) argument
1846 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p <= pEnd-4))
1855 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p < pEnd))
1859 while (p < pEnd)
1862 return pEnd-pStart;
2198 static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HUF_DEltX4* const dt, const U32 dtLog) argument
2203 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p < pEnd-7))
2212 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p <= pEnd-2))
2215 while (p <= pEnd-2)
2218 if (p < pEnd)
[all...]
H A Dzstd_v07.c1844 static inline size_t HUFv07_decodeStreamX2(BYTE* p, BITv07_DStream_t* const bitDPtr, BYTE* const pEnd, const HUFv07_DEltX2* const dt, const U32 dtLog) argument
1849 while ((BITv07_reloadDStream(bitDPtr) == BITv07_DStream_unfinished) && (p <= pEnd-4)) {
1857 while ((BITv07_reloadDStream(bitDPtr) == BITv07_DStream_unfinished) && (p < pEnd))
1861 while (p < pEnd)
1864 return pEnd-pStart;
2249 static inline size_t HUFv07_decodeStreamX4(BYTE* p, BITv07_DStream_t* bitDPtr, BYTE* const pEnd, const HUFv07_DEltX4* const dt, const U32 dtLog) argument
2254 while ((BITv07_reloadDStream(bitDPtr) == BITv07_DStream_unfinished) && (p < pEnd-7)) {
2262 while ((BITv07_reloadDStream(bitDPtr) == BITv07_DStream_unfinished) && (p <= pEnd-2))
2265 while (p <= pEnd-2)
2268 if (p < pEnd)
[all...]
/freebsd-current/contrib/libpcap/
H A Dpcap-dpdk.c535 char *pEnd; local
546 ret_ul = strtoul(&(device[prefix_len]), &pEnd, 10);
547 if (pEnd == &(device[prefix_len]) || *pEnd != '\0'){
/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c401 U32 p, pEnd, length; local
409 pEnd = (U32)(testedPos + length);
410 for (p=testedPos; p<pEnd; p++)
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c17465 void *pEnd; /* First byte past end of available space */ member in struct:Lookaside
17466 void *pTrueEnd; /* True value of pEnd, when db->pnBytesFreed!=0 */
20358 Expr *pEnd; /* Expression for "<expr> FOLLOWING" */ member in struct:Window
54976 void *pStart, *pEnd; /* Bounds of global page cache memory */ member in struct:PCacheGlobal
71365 u8 *pEnd = &pIter[8]; local
71442 u8 *pEnd = &pIter[8]; local
71489 u8 *pEnd; /* End mark for a varint */ local
71531 u8 *pEnd; /* End mark for a varint */ local
71573 u8 *pEnd; /* End mark for a varint */ local
71594 u8 *pEnd; /* End mark for a varint */ local
71733 u8 *pEnd = &data[cellOffset + nCell*2]; local
77619 u8 * const pEnd = &aData[usableSize]; local
77715 u8 *pEnd; /* Maximum extent of cell data */ local
77773 u8 * const pEnd = &aData[pPg->pBt->usableSize]; local
86469 Mem *pEnd = &p[N]; local
99823 Mem *pEnd; /* Last memory cell in new array */ local
117482 RenameToken *pEnd; local
123191 sqlite3EndTable( Parse *pParse, Token *pCons, Token *pEnd, u32 tabOpts, Select *pSelect ) argument
154552 sqlite3VtabFinishParse(Parse *pParse, Token *pEnd) argument
157703 WhereTerm *pStart, *pEnd; local
165366 SrcItem *pEnd = &pTabList->a[pWInfo->nLevel]; local
166498 WhereTerm *pTerm, *pEnd; local
168980 sqlite3WindowAlloc( Parse *pParse, int eType, int eStart, Expr *pStart, int eEnd, Expr *pEnd, u8 eExclude ) argument
184876 sqlite3Fts3GetVarintBounded( const char *pBuf, const char *pEnd, sqlite_int64 *v ) argument
186576 char *pEnd = *ppPoslist; local
186623 char *pEnd = *ppPoslist; local
186990 fts3GetDeltaVarint3( char **pp, char *pEnd, int bDescIdx, sqlite3_int64 *pVal ) argument
187255 char *pEnd = &pList[nList]; local
189037 char *pEnd = &aDoclist[nDoclist]; local
189116 char *pEnd; /* 1 byte past end of aAll */ local
189491 const char *pEnd; local
196306 char *pEnd = &pReader->aDoclist[pReader->nDoclist]; local
197430 char *pEnd = &pList[nList]; local
200049 char *pEnd = &pCsr[csr.nDoclist]; local
201483 char *pEnd = *ppCollist; local
201684 const char *pEnd; local
201900 const char *pEnd; /* First byte past end of length array */ local
201926 const char *pEnd = a + sqlite3_column_bytes(pSelectDocsize, 0); local
242169 const u8 *pEnd = &p[nPos]; /* One byte past end of position list */ local
242292 u8 *pEnd = (u8*)&a[pSeg->nPos]; local
242461 Fts5StructureLevel *pEnd = &pStruct->aLevel[pStruct->nLevel]; local
252407 const char *pEnd = &aFold[nFold-6]; local
[all...]
H A Dshell.c1332 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ argument
1333 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
1334 (double)(pEnd->tv_sec - pStart->tv_sec);
1410 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ argument
1412 sqlite_int64 i64End = *((sqlite_int64 *) pEnd);
9985 u8 *pEnd = &aExtra[nExtra]; local
9987 while( p<pEnd ){
13216 IdxWrite *pEnd = 0; local
13219 while( rc==SQLITE_OK && pFirst!=pEnd ){
13221 for(pIter=pFirst; rc==SQLITE_OK && pIter!=pEnd; pIte
23817 struct ArSwitch *pEnd = &aSwitch[nSwitch]; local
[all...]

Completed in 877 milliseconds