Home
last modified time | relevance | path

Searched refs:tseq (Results 1 – 2 of 2) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_probe_benchmark.cc290 mutable Sequential<T> tseq; member
293 using RealT = decltype(tseq());
313 while (ti >= ts.size()) ts.push_back(tseq()); in get_t()
/external/libsrtp2/srtp/
Dsrtp.c3508 uint32_t tseq; in srtp_protect_rtcp_aead() local
3602 tseq = trailer; in srtp_protect_rtcp_aead()
3603 status = srtp_cipher_set_aad(session_keys->rtcp_cipher, (uint8_t *)&tseq, in srtp_protect_rtcp_aead()
3680 uint32_t tseq; in srtp_unprotect_rtcp_aead() local
3771 tseq = trailer; in srtp_unprotect_rtcp_aead()
3772 status = srtp_cipher_set_aad(session_keys->rtcp_cipher, (uint8_t *)&tseq, in srtp_unprotect_rtcp_aead()