Searched refs:next_ip (Results 1 – 6 of 6) sorted by relevance
522 const uint8_t* next_ip = ip; in BrotliCompressFragmentFastImpl() local529 BROTLI_DCHECK(hash == Hash(next_ip, shift)); in BrotliCompressFragmentFastImpl()530 ip = next_ip; in BrotliCompressFragmentFastImpl()531 next_ip = ip + bytes_between_hash_lookups; in BrotliCompressFragmentFastImpl()532 if (BROTLI_PREDICT_FALSE(next_ip > ip_limit)) { in BrotliCompressFragmentFastImpl()535 next_hash = Hash(next_ip, shift); in BrotliCompressFragmentFastImpl()
283 const uint8_t* next_ip = ip; in CreateCommands() local291 ip = next_ip; in CreateCommands()293 next_ip = ip + bytes_between_hash_lookups; in CreateCommands()294 if (BROTLI_PREDICT_FALSE(next_ip > ip_limit)) { in CreateCommands()297 next_hash = Hash(next_ip, shift, min_match); in CreateCommands()
953 int next_ip = 0; in opt_register_coalesce() local957 int ip = next_ip; in opt_register_coalesce()958 next_ip++; in opt_register_coalesce()
2903 int next_ip = 0; in opt_split_sends() local2906 int ip = next_ip; in opt_split_sends()2907 next_ip++; in opt_split_sends()3104 int next_ip = 0; in compute_to_mrf() local3113 int ip = next_ip; in compute_to_mrf()3114 next_ip++; in compute_to_mrf()