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

  /external/chromium_org/third_party/libsrtp/srtp/test/
lfsr.c 205 #define MAX_LEN 8
206 #define MAX_WEIGHT (1 << MAX_LEN)
  /external/openssl/crypto/srp/
srp_vfy.c 69 #define MAX_LEN 2500
228 unsigned char tmp[MAX_LEN];
231 if (strlen(s) > MAX_LEN || strlen(v) > MAX_LEN)
286 unsigned char tmp[MAX_LEN];
534 unsigned char tmp[MAX_LEN];
535 unsigned char tmp2[MAX_LEN];
616 unsigned char tmp2[MAX_LEN];
  /bionic/tests/
string_test.cpp 143 StringTestState(size_t MAX_LEN) : MAX_LEN(MAX_LEN) {
146 // TODO: fix the tests to not sometimes use twice their specified "MAX_LEN".
147 glob_ptr = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
148 glob_ptr1 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
149 glob_ptr2 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
173 const size_t MAX_LEN;
183 // smallest (0) and biggest (MAX_LEN) lengths. Avoid repeats.
189 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp     [all...]

Completed in 794 milliseconds