Searched refs:next_ip (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp700 int next_ip = 0; local
707 int ip = next_ip;
708 next_ip++;
H A Dbrw_fs.cpp1674 int next_ip = 0; local
1681 int ip = next_ip;
1682 next_ip++;
/external/webrtc/webrtc/base/
H A Dvirtualsocketserver.cc530 IPAddress next_ip(next_ipv4_);
533 return next_ip;
535 IPAddress next_ip(next_ipv6_);
538 return next_ip;

Completed in 74 milliseconds