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

  /bionic/tests/
string_test.cpp 136 StringTestState(size_t MAX_LEN) : MAX_LEN(MAX_LEN) {
139 // TODO: fix the tests to not sometimes use twice their specified "MAX_LEN".
140 glob_ptr = reinterpret_cast<Character*>(valloc(2 * sizeof(Character) * MAX_LEN + max_alignment));
141 glob_ptr1 = reinterpret_cast<Character*>(valloc(2 * sizeof(Character) * MAX_LEN + max_alignment));
142 glob_ptr2 = reinterpret_cast<Character*>(valloc(2 * sizeof(Character) * MAX_LEN + max_alignment));
166 const size_t MAX_LEN;
176 // smallest (0) and biggest (MAX_LEN) lengths. Avoid repeats.
182 int l = (int) exp(log((double) MAX_LEN) * i / ITER)
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 415 if (!strncmp(curRxUCMDevice, SND_USE_CASE_DEV_SPEAKER, MAX_LEN(curRxUCMDevice, SND_USE_CASE_DEV_SPEAKER))) {
    [all...]
  /external/chromium_org/chrome/tools/
history-viz.py 61 MAX_LEN = 30 # Maximum length of a line in the output.
71 if len(part) > MAX_LEN:
72 part = part[0:MAX_LEN-3] + '...'
73 if len(line)+len(part) > MAX_LEN:
  /external/chromium_org/third_party/openssl/openssl/crypto/srp/
srp_vfy.c 69 #define MAX_LEN 2500
225 unsigned char tmp[MAX_LEN];
228 if (strlen(s) > MAX_LEN || strlen(v) > MAX_LEN)
283 unsigned char tmp[MAX_LEN];
531 unsigned char tmp[MAX_LEN];
532 unsigned char tmp2[MAX_LEN];
613 unsigned char tmp2[MAX_LEN];
  /external/openssl/crypto/srp/
srp_vfy.c 69 #define MAX_LEN 2500
225 unsigned char tmp[MAX_LEN];
228 if (strlen(s) > MAX_LEN || strlen(v) > MAX_LEN)
283 unsigned char tmp[MAX_LEN];
531 unsigned char tmp[MAX_LEN];
532 unsigned char tmp2[MAX_LEN];
613 unsigned char tmp2[MAX_LEN];
  /external/srtp/test/
lfsr.c 170 #define MAX_LEN 8
171 #define MAX_WEIGHT (1 << MAX_LEN)
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 389 MAX_LEN(ctrl_list[index].case_name,ident2))) {
    [all...]
msm8960_use_cases.h 93 #define MAX_LEN(x,y) ((strlen(x)>strlen(y))?strlen(x):strlen(y))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /external/srec/srec/crec/
word_lattice.c 351 #define MAX_LEN 256
520 char transcription[MAX_LEN];
523 srec_get_top_choice_transcription(recm, transcription, MAX_LEN, 1);
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/icu4c/test/intltest/
transtst.cpp     [all...]

Completed in 365 milliseconds