HomeSort by relevance Sort by last modified time
    Searched refs:UT_BUF (Results 1 - 2 of 2) sorted by null

  /external/srtp/include/
ut_sim.h 54 #define UT_BUF 160 /* maximum amount of packet reorder */
58 uint32_t buffer[UT_BUF];
  /external/srtp/crypto/replay/
ut_sim.c 61 for (i=0; i < UT_BUF; i++)
64 qsort(utc->buffer, UT_BUF, sizeof(uint32_t), ut_compar);
66 utc->index = UT_BUF - 1;
77 qsort(utc->buffer, UT_BUF, sizeof(uint32_t), ut_compar);

Completed in 749 milliseconds