Home
last modified time | relevance | path

Searched refs:next_ip (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/brotli/c/enc/
Dcompress_fragment.c522 const uint8_t* next_ip = ip; in BrotliCompressFragmentFastImpl() local
529 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()
Dcompress_fragment_two_pass.c283 const uint8_t* next_ip = ip; in CreateCommands() local
291 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()
/third_party/skia/third_party/externals/brotli/c/enc/
Dcompress_fragment.c522 const uint8_t* next_ip = ip; in BrotliCompressFragmentFastImpl() local
529 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()
Dcompress_fragment_two_pass.c283 const uint8_t* next_ip = ip; in CreateCommands() local
291 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()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp953 int next_ip = 0; in opt_register_coalesce() local
957 int ip = next_ip; in opt_register_coalesce()
958 next_ip++; in opt_register_coalesce()
Dbrw_fs.cpp2903 int next_ip = 0; in opt_split_sends() local
2906 int ip = next_ip; in opt_split_sends()
2907 next_ip++; in opt_split_sends()
3104 int next_ip = 0; in compute_to_mrf() local
3113 int ip = next_ip; in compute_to_mrf()
3114 next_ip++; in compute_to_mrf()