Searched refs:rPos (Results 1 – 2 of 2) sorted by relevance
1329 { int rPos; in LZ4HC_compress_optimal() local1330 for (rPos = 0 ; rPos < MINMATCH ; rPos++) { in LZ4HC_compress_optimal()1331 int const cost = LZ4HC_literalsPrice(llen + rPos); in LZ4HC_compress_optimal()1332 opt[rPos].mlen = 1; in LZ4HC_compress_optimal()1333 opt[rPos].off = 0; in LZ4HC_compress_optimal()1334 opt[rPos].litlen = llen + rPos; in LZ4HC_compress_optimal()1335 opt[rPos].price = cost; in LZ4HC_compress_optimal()1337 rPos, cost, opt[rPos].litlen); in LZ4HC_compress_optimal()1487 { int rPos = 0; /* relative position (to ip) */ in LZ4HC_compress_optimal() local1488 while (rPos < last_match_pos) { in LZ4HC_compress_optimal()[all …]
1293 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument1298 if (lPos < rPos) { in compareInt32()1300 } else if (lPos > rPos) { in compareInt32()1311 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; in compareKeySuffixes() local1314 const char *rStart = bundle->getKeyString(rPos); in compareKeySuffixes()1332 return compareInt32(lPos, rPos); in compareKeySuffixes()