Searched refs:next_ip (Results 1 – 5 of 5) sorted by relevance
281 const uint8_t* next_ip = ip; in CreateCommands() local289 ip = next_ip; in CreateCommands()291 next_ip = ip + bytes_between_hash_lookups; in CreateCommands()292 if (BROTLI_PREDICT_FALSE(next_ip > ip_limit)) { in CreateCommands()295 next_hash = Hash(next_ip, shift); in CreateCommands()
523 const uint8_t* next_ip = ip; in BrotliCompressFragmentFastImpl() local530 assert(hash == Hash(next_ip, shift)); in BrotliCompressFragmentFastImpl()531 ip = next_ip; in BrotliCompressFragmentFastImpl()532 next_ip = ip + bytes_between_hash_lookups; in BrotliCompressFragmentFastImpl()533 if (BROTLI_PREDICT_FALSE(next_ip > ip_limit)) { in BrotliCompressFragmentFastImpl()536 next_hash = Hash(next_ip, shift); in BrotliCompressFragmentFastImpl()
530 IPAddress next_ip(next_ipv4_); in GetNextIP() local533 return next_ip; in GetNextIP()535 IPAddress next_ip(next_ipv6_); in GetNextIP() local538 return next_ip; in GetNextIP()
1129 int next_ip = 0; in opt_register_coalesce() local1134 int ip = next_ip; in opt_register_coalesce()1135 next_ip++; in opt_register_coalesce()
2650 int next_ip = 0; in compute_to_mrf() local2659 int ip = next_ip; in compute_to_mrf()2660 next_ip++; in compute_to_mrf()