Home
last modified time | relevance | path

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

/external/brotli/enc/
Dcompress_fragment_two_pass.c281 const uint8_t* next_ip = ip; in CreateCommands() local
289 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()
Dcompress_fragment.c523 const uint8_t* next_ip = ip; in BrotliCompressFragmentFastImpl() local
530 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()
/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc530 IPAddress next_ip(next_ipv4_); in GetNextIP() local
533 return next_ip; in GetNextIP()
535 IPAddress next_ip(next_ipv6_); in GetNextIP() local
538 return next_ip; in GetNextIP()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.cpp1129 int next_ip = 0; in opt_register_coalesce() local
1134 int ip = next_ip; in opt_register_coalesce()
1135 next_ip++; in opt_register_coalesce()
Dbrw_fs.cpp2650 int next_ip = 0; in compute_to_mrf() local
2659 int ip = next_ip; in compute_to_mrf()
2660 next_ip++; in compute_to_mrf()