Home
last modified time | relevance | path

Searched refs:curPtr (Results 1 - 4 of 4) sorted by relevance

/third_party/lz4/lib/
H A Dlz4hc.c1430 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 Ddtptngen.cpp2656 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 Ddtptngen.cpp2648 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 Ddtptngen.cpp2569 PtnElem *curPtr = nodePtr;
2575 if ( curPtr != nullptr ) {
2576 if ( curPtr->next != nullptr ) {
2581 curPtr=nullptr;

Completed in 17 milliseconds