Searched refs:iEnd (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 589 const BYTE* iEnd, const BYTE* mEnd, const BYTE* iStart) in ZSTD_count_2segments() argument 591 const BYTE* const vEnd = MIN( ip + (mEnd - match), iEnd); in ZSTD_count_2segments() 596 DEBUGLOG(7, "distance from current pos to end buffer = %zi", iEnd - ip); in ZSTD_count_2segments() 598 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments() 599 return matchLength + ZSTD_count(ip+matchLength, iStart, iEnd); in ZSTD_count_2segments()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 824 const BYTE* iEnd, const BYTE* mEnd, const BYTE* iStart) in ZSTD_count_2segments() argument 826 const BYTE* const vEnd = MIN( ip + (mEnd - match), iEnd); in ZSTD_count_2segments() 831 DEBUGLOG(7, "distance from current pos to end buffer = %zi", iEnd - ip); in ZSTD_count_2segments() 833 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments() 834 return matchLength + ZSTD_count(ip+matchLength, iStart, iEnd); in ZSTD_count_2segments()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 13667 int iEnd /* Byte offset of end of token within input text */ 13691 int iEnd /* Byte offset of end of token within input text */
|
| H A D | sqlite3.c | 13986 int iEnd /* Byte offset of end of token within input text */ 14010 int iEnd /* Byte offset of end of token within input text */ 38462 sqlite3_int64 iEnd = iOfst+iAmt; in kvvfsWriteJrnl() local 38464 if( iEnd>=0x10000000 ) return SQLITE_FULL; in kvvfsWriteJrnl() 38465 if( pFile->aJrnl==0 || pFile->nJrnl<iEnd ){ in kvvfsWriteJrnl() 38466 char *aNew = sqlite3_realloc(pFile->aJrnl, iEnd); in kvvfsWriteJrnl() 38474 pFile->nJrnl = iEnd; in kvvfsWriteJrnl() 73478 int iEnd = iStart + iSize; /* First byte past the iStart buffer */ local 73485 assert( CORRUPT_DB || iEnd <= pPage->pBt->usableSize ); 73516 if( iFreeBlk && iEnd+3>=iFreeBlk ){ [all …]
|
| H A D | shell.c | 706 sqlite3_int64 iEnd = timeOfDay(); in endTimer() local 710 (iEnd - iBegin)*0.001, in endTimer() 7541 int iStart, iEnd, iGoto; in re_subcompile_re() local 7546 iEnd = p->nState; in re_subcompile_re() 7547 re_insert(p, iStart, RE_OP_FORK, iEnd + 2 - iStart); in re_subcompile_re() 15559 int iEnd = iEndOfCol ? iEndOfCol : iOff; in intckParseCreateIndex() local 15560 nRet = (iEnd - iStart); in intckParseCreateIndex() 26197 static char **readline_completion(const char *zText, int iStart, int iEnd){ in readline_completion() argument 26199 (void)iEnd; in readline_completion()
|