OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rdbx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/test/
rdbx_driver.c
4
* driver for the
rdbx
implementation (replay database with extended range)
49
#include "
rdbx
.h"
94
printf("
rdbx
(replay database w/ extended range) test driver\n"
132
print_rdbx(rdbx_t *
rdbx
) {
134
printf("
rdbx
: {%llu, %s}\n",
135
(unsigned long long)(
rdbx
->index),
136
bitvector_bit_string(&
rdbx
->bitmask, buf, sizeof(buf))
142
* rdbx_check_add(
rdbx
, idx) checks a known-to-be-good idx against
143
*
rdbx
, then adds it. if a failure is detected (i.e., the check
144
* indicates that the value is already in
rdbx
) the
225
rdbx
_t
rdbx
;
local
332
rdbx
_t
rdbx
;
local
[
all
...]
/external/srtp/test/
rdbx_driver.c
4
* driver for the
rdbx
implementation (replay database with extended range)
49
#include "
rdbx
.h"
94
printf("
rdbx
(replay database w/ extended range) test driver\n"
132
print_rdbx(rdbx_t *
rdbx
) {
134
printf("
rdbx
: {%llu, %s}\n",
135
(unsigned long long)(
rdbx
->index),
136
bitvector_bit_string(&
rdbx
->bitmask, buf, sizeof(buf))
142
* rdbx_check_add(
rdbx
, idx) checks a known-to-be-good idx against
143
*
rdbx
, then adds it. if a failure is detected (i.e., the check
144
* indicates that the value is already in
rdbx
) the
213
rdbx
_t
rdbx
;
local
316
rdbx
_t
rdbx
;
local
[
all
...]
Completed in 55 milliseconds