Searched refs:repeats (Results 1 – 3 of 3) sorted by relevance
110 int repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() local111 while (repeats >= 12) { in FSE_readNCount_body()121 repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body()123 charnum += 3 * repeats; in FSE_readNCount_body()124 bitStream >>= 2 * repeats; in FSE_readNCount_body()125 bitCount += 2 * repeats; in FSE_readNCount_body()
508 uint64_t repeats = 0; in l2fwd_main_loop() local514 repeats++; in l2fwd_main_loop()526 if (likely(repeats != 1)) in l2fwd_main_loop()
254 u32 repeats = GET_FIELD(data, local261 for (i = 0; i < repeats; i++, addr += size << 2) {