Searched refs:rPos (Results 1 – 2 of 2) sorted by relevance
1204 { int rPos; in LZ4HC_compress_optimal() local1205 for (rPos = 0 ; rPos < MINMATCH ; rPos++) { in LZ4HC_compress_optimal()1206 int const cost = LZ4HC_literalsPrice(llen + rPos); in LZ4HC_compress_optimal()1207 opt[rPos].mlen = 1; in LZ4HC_compress_optimal()1208 opt[rPos].off = 0; in LZ4HC_compress_optimal()1209 opt[rPos].litlen = llen + rPos; in LZ4HC_compress_optimal()1210 opt[rPos].price = cost; in LZ4HC_compress_optimal()1212 rPos, cost, opt[rPos].litlen); in LZ4HC_compress_optimal()1361 { int rPos = 0; /* relative position (to ip) */ in LZ4HC_compress_optimal() local1362 while (rPos < last_match_pos) { in LZ4HC_compress_optimal()[all …]
1284 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument1289 if (lPos < rPos) { in compareInt32()1291 } else if (lPos > rPos) { in compareInt32()1302 int32_t rPos = ((const KeyMapEntry *)r)->oldpos; in compareKeySuffixes() local1305 const char *rStart = bundle->getKeyString(rPos); in compareKeySuffixes()1323 return compareInt32(lPos, rPos); in compareKeySuffixes()