OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdb_check
(Results
1 - 4
of
4
) sorted by null
/external/srtp/test/
replay_driver.c
76
printf("
rdb_check
/rdb_adds per second: %e\n",
91
if (
rdb_check
(rdb, idx) != err_status_ok) {
92
printf("
rdb_check
failed at index %u\n", idx);
107
err =
rdb_check
(rdb, idx);
109
printf("
rdb_check
failed at index %u (false positive)\n", idx);
121
rstat =
rdb_check
(rdb, idx);
193
if (
rdb_check
(&rdb, i+2) != err_status_ok)
197
if (
rdb_check
(&rdb, i+1) != err_status_ok)
201
if (
rdb_check
(&rdb, i) != err_status_ok)
/external/srtp/crypto/include/
rdb.h
43
*
rdb_check
52
rdb_check
(const rdb_t *rdb, uint32_t index);
/external/srtp/crypto/replay/
rdb.c
69
*
rdb_check
checks to see if index appears in rdb
73
rdb_check
(const rdb_t *rdb, uint32_t index) {
function
95
* this function should be called only after
rdb_check
has
/external/srtp/srtp/
srtp.c
[
all
...]
Completed in 4095 milliseconds