Searched refs:num_left (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dkey.c58 key->num_left = s;
81 if (low32(key->num_left) == 0)
84 key->num_left = make64(high32(key->num_left)-1,low32(key->num_left) - 1);
89 key->num_left = make64(high32(key->num_left),low32(key->num_left) - 1);
91 if (high32(key->num_left) != 0 || low32(key->num_left) >
[all...]
/external/srtp/crypto/kernel/
H A Dkey.c58 key->num_left = s;
81 if (low32(key->num_left) == 0)
84 key->num_left = make64(high32(key->num_left)-1,low32(key->num_left) - 1);
89 key->num_left = make64(high32(key->num_left),low32(key->num_left) - 1);
91 if (high32(key->num_left) != 0 || low32(key->num_left) >
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dkey.h78 xtd_seq_num_t num_left; member in struct:key_limit_ctx_t
/external/srtp/crypto/include/
H A Dkey.h78 xtd_seq_num_t num_left; member in struct:key_limit_ctx_t
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c1797 UINT16 num_left = 0, local
1882 num_left++;
1888 num_left += p_ccb->xmit_hold_q.count;
1891 L2CAP_TRACE_DEBUG ("L2CA_FlushChannel() flushed: %u + %u, num_left: %u", num_flushed1, num_flushed2, num_left);
1896 return (num_left);

Completed in 166 milliseconds