Searched refs:curPtr (Results 1 - 4 of 4) sorted by relevance
/third_party/lz4/lib/ |
H A D | lz4hc.c | 1430 const BYTE* const curPtr = ip + cur; in LZ4HC_compress_optimal() local 1433 if (curPtr > mflimit) break; in LZ4HC_compress_optimal() 1449 newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, MINMATCH-1, nbSearches, dict, favorDecSpeed); in LZ4HC_compress_optimal() 1452 newMatch = LZ4HC_FindLongerMatch(ctx, curPtr, matchlimit, last_match_pos - cur, nbSearches, dict, favorDecSpeed); in LZ4HC_compress_optimal()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtptngen.cpp | 2656 PtnElem *curPtr = nodePtr; in hasNext() local 2662 if ( curPtr != nullptr ) { in hasNext() 2663 if ( curPtr->next != nullptr ) { in hasNext() 2668 curPtr=nullptr; in hasNext()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtptngen.cpp | 2648 PtnElem *curPtr = nodePtr; in hasNext() local 2654 if ( curPtr != nullptr ) { in hasNext() 2655 if ( curPtr->next != nullptr ) { in hasNext() 2660 curPtr=nullptr; in hasNext()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtptngen.cpp | 2569 PtnElem *curPtr = nodePtr; 2575 if ( curPtr != nullptr ) { 2576 if ( curPtr->next != nullptr ) { 2581 curPtr=nullptr;
|
Completed in 17 milliseconds