Home
last modified time | relevance | path

Searched refs:ri (Results 1 – 3 of 3) sorted by relevance

/system/netd/resolv/
Dres_cache.cpp1168 resolv_cache::pending_req_info *ri, *tmp; in cache_flush_pending_requests_locked() local
1171 ri = cache->pending_requests.next; in cache_flush_pending_requests_locked()
1173 while (ri) { in cache_flush_pending_requests_locked()
1174 tmp = ri; in cache_flush_pending_requests_locked()
1175 ri = ri->next; in cache_flush_pending_requests_locked()
1190 resolv_cache::pending_req_info* ri = cache->pending_requests.next; in cache_has_pending_request_locked() local
1192 while (ri) { in cache_has_pending_request_locked()
1193 if (ri->hash == key->hash) { in cache_has_pending_request_locked()
1196 prev = ri; in cache_has_pending_request_locked()
1197 ri = ri->next; in cache_has_pending_request_locked()
[all …]
/system/bt/stack/smp/
Dsmp_utils.cc1342 uint8_t ri; in smp_calculate_random_input() local
1346 ri = ((random[i] >> j) & 1) | 0x80; in smp_calculate_random_input()
1347 SMP_TRACE_DEBUG("%s ri=0x%02x", __func__, ri); in smp_calculate_random_input()
1348 return ri; in smp_calculate_random_input()
Dsmp_keys.cc789 uint8_t ri; in smp_calculate_peer_commitment() local
805 ri = smp_calculate_random_input(p_cb->peer_random.data(), p_cb->round); in smp_calculate_peer_commitment()
807 p_cb->rrand, ri); in smp_calculate_peer_commitment()