OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdbx_check
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
rdbx.h
124
*
rdbx_check
(rdbx, delta);
126
*
rdbx_check
(&r, delta) checks to see if the xtd_seq_num_t
132
rdbx_check
(const rdbx_t *rdbx, int difference);
/external/chromium_org/third_party/libsrtp/srtp/test/
rdbx_driver.c
123
printf("
rdbx_check
/replay_adds per second (ws=128): %e\n", rate);
125
printf("
rdbx_check
/replay_adds per second (ws=1024): %e\n", rate);
156
if (
rdbx_check
(rdbx, delta) != err_status_ok) {
189
status =
rdbx_check
(rdbx, delta);
207
rstat =
rdbx_check
(rdbx, delta);
348
if (
rdbx_check
(&rdbx, delta) != err_status_ok)
/external/chromium_org/third_party/libsrtp/srtp/crypto/replay/
rdbx.c
259
*
rdbx_check
(&r, delta) checks to see if the xtd_seq_num_t
264
rdbx_check
(const rdbx_t *rdbx, int delta) {
function
/external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c
868
status =
rdbx_check
(&stream->rtp_rdbx, delta);
1046
status =
rdbx_check
(&stream->rtp_rdbx, delta);
[
all
...]
Completed in 106 milliseconds