Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c1393 { int rPos; in LZ4HC_compress_optimal() local
1394 for (rPos = 0 ; rPos < MINMATCH ; rPos++) { in LZ4HC_compress_optimal()
1395 int const cost = LZ4HC_literalsPrice(llen + rPos); in LZ4HC_compress_optimal()
1396 opt[rPos].mlen = 1; in LZ4HC_compress_optimal()
1397 opt[rPos].off = 0; in LZ4HC_compress_optimal()
1398 opt[rPos].litlen = llen + rPos; in LZ4HC_compress_optimal()
1399 opt[rPos] in LZ4HC_compress_optimal()
1551 { int rPos = 0; /* relative position (to ip) */ LZ4HC_compress_optimal() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp1297 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
1299 * Compare possibly-negative key offsets. Don't just return lPos - rPos in compareInt32()
1302 if (lPos < rPos) { in compareInt32()
1304 } else if (lPos > rPos) { in compareInt32()
1315 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; in compareKeySuffixes() local
1318 const char *rStart = bundle->getKeyString(rPos); in compareKeySuffixes()
1336 return compareInt32(lPos, rPos); in compareKeySuffixes()
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp1297 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
1299 * Compare possibly-negative key offsets. Don't just return lPos - rPos in compareInt32()
1302 if (lPos < rPos) { in compareInt32()
1304 } else if (lPos > rPos) { in compareInt32()
1315 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; in compareKeySuffixes() local
1318 const char *rStart = bundle->getKeyString(rPos); in compareKeySuffixes()
1336 return compareInt32(lPos, rPos); in compareKeySuffixes()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp1305 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
1307 * Compare possibly-negative key offsets. Don't just return lPos - rPos in compareInt32()
1310 if (lPos < rPos) { in compareInt32()
1312 } else if (lPos > rPos) { in compareInt32()
1323 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; in compareKeySuffixes() local
1326 const char *rStart = bundle->getKeyString(rPos); in compareKeySuffixes()
1344 return compareInt32(lPos, rPos); in compareKeySuffixes()

Completed in 12 milliseconds