HomeSort by relevance Sort by last modified time
    Searched defs:ircvd (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/test/
roc_driver.c 90 uint32_t ircvd; local
129 ircvd = ut_next_index(&utc);
131 /* set ref to value of ircvd */
132 ref = ircvd;
134 /* estimate index based on low bits of ircvd */
137 printf("ref: %lld, local: %lld, est: %lld, ircvd: %d, delta: %d\n",
138 ref, local, est, ircvd, delta);
replay_driver.c 140 uint32_t idx, ircvd; local
173 ircvd = ut_next_index(&utc);
174 err = rdb_check_add_unordered(&rdb, ircvd);
177 err = rdb_check_expect_failure(&rdb, ircvd);
189 for (idx=0, ircvd=0; idx < num_trials; idx++, ircvd += (1 << (rand() % 10))) {
190 err = rdb_check_add(&rdb, ircvd);
193 err = rdb_check_expect_failure(&rdb, ircvd);
rdbx_driver.c 226 uint32_t idx, ircvd; local
285 ircvd = ut_next_index(&utc);
286 status = rdbx_check_add_unordered(&rdbx, ircvd);
289 status = rdbx_check_expect_failure(&rdbx, ircvd);
308 for (idx=0, ircvd=0; idx < num_trials; idx++, ircvd += (1 << (rand() % 12))) {
309 status = rdbx_check_add(&rdbx, ircvd);
312 status = rdbx_check_expect_failure(&rdbx, ircvd);

Completed in 97 milliseconds