Home
last modified time | relevance | path

Searched refs:rPos (Results 1 – 5 of 5) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.c1377 { int rPos; in LZ4HC_compress_optimal() local
1378 for (rPos = 0 ; rPos < MINMATCH ; rPos++) { in LZ4HC_compress_optimal()
1379 int const cost = LZ4HC_literalsPrice(llen + rPos); in LZ4HC_compress_optimal()
1380 opt[rPos].mlen = 1; in LZ4HC_compress_optimal()
1381 opt[rPos].off = 0; in LZ4HC_compress_optimal()
1382 opt[rPos].litlen = llen + rPos; in LZ4HC_compress_optimal()
1383 opt[rPos].price = cost; in LZ4HC_compress_optimal()
1385 rPos, cost, opt[rPos].litlen); in LZ4HC_compress_optimal()
1535 { int rPos = 0; /* relative position (to ip) */ in LZ4HC_compress_optimal() local
1536 while (rPos < last_match_pos) { in LZ4HC_compress_optimal()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp1284 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
1289 if (lPos < rPos) { in compareInt32()
1291 } else if (lPos > rPos) { in compareInt32()
1302 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; in compareKeySuffixes() local
1305 const char *rStart = bundle->getKeyString(rPos); in compareKeySuffixes()
1323 return compareInt32(lPos, rPos); in compareKeySuffixes()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp1305 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
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()
/third_party/node/deps/icu-small/source/tools/genrb/
Dreslist.cpp1297 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
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/
Dreslist.cpp1305 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument
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()