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

  /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...]
  /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:
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 45 #define MAX_LEN 1024
64 static char g_config_file_name[MAX_LEN];
65 static char g_src_file_name[MAX_LEN];
66 static char g_dst_file_name[MAX_LEN];
67 static char g_filter_type_name[MAX_LEN];
88 char strLine[MAX_LEN];
101 if (!fgets(strLine, MAX_LEN, fp))
104 for (i = 0; strLine[i] && i < MAX_LEN; i++)
133 char str[MAX_LEN];
147 char str[MAX_LEN];
    [all...]
  /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];
  /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/icu/icu4c/source/test/intltest/
transtst.cpp     [all...]

Completed in 255 milliseconds