/bionic/tests/ |
string_test.cpp | 166 explicit StringTestState(size_t MAX_LEN) : MAX_LEN(MAX_LEN), align1_index_(0), align2_index_(0) { 169 // TODO: fix the tests to not sometimes use twice their specified "MAX_LEN". 170 glob_ptr = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment)); 171 glob_ptr1 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment)); 172 glob_ptr2 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment)); 211 const size_t MAX_LEN; 224 // smallest (0) and biggest (MAX_LEN) lengths. Avoid repeats. 230 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER)) [all...] |
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/ |
exc_validate.c | 76 //#define MAX_LEN 512 77 #define MAX_LEN 16 103 q = p + page_size - MAX_LEN; 105 for (src = 0; src < MAX_LEN; src++) { 106 for (dst = 0; dst < MAX_LEN; dst++) { 107 for (len = 0; len < MAX_LEN+1; len++) {
|
validate.c | 9 #define MAX_LEN 8192 12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) 85 for (len = 1; len < MAX_LEN; len++) {
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTUnicode.cpp | 39 #define MAX_LEN 0x8FFF 179 while(*++pC && (pC - pUTF16) < MAX_LEN); 182 if(uiBufferLen == MAX_LEN) 277 while(*pC && (pC - pUTF16) < MAX_LEN)
|
/external/toybox/kconfig/lxdialog/ |
textbox.c | 243 if (hscroll >= MAX_LEN) 353 static char line[MAX_LEN + 1]; 362 } else if (i < MAX_LEN) 365 /* Truncate lines longer than MAX_LEN characters */ 366 if (i == MAX_LEN) 371 if (i <= MAX_LEN)
|
inputbox.c | 24 char dialog_input_result[MAX_LEN + 1]; 150 if (scroll + input_x < MAX_LEN) {
|
dialog.h | 54 #define MAX_LEN 2048
|
util.c | 318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2;
|
/external/u-boot/scripts/kconfig/lxdialog/ |
textbox.c | 218 if (hscroll >= MAX_LEN) 359 static char line[MAX_LEN + 1]; 366 } else if (i < MAX_LEN) 369 /* Truncate lines longer than MAX_LEN characters */ 370 if (i == MAX_LEN) 375 if (i <= MAX_LEN)
|
inputbox.c | 11 char dialog_input_result[MAX_LEN + 1]; 185 if (len < MAX_LEN) {
|
dialog.h | 47 #define MAX_LEN 2048
|
util.c | 373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0;
|
/external/u-boot/net/ |
tftp.c | 116 #define MAX_LEN 128 118 #define MAX_LEN CONFIG_TFTP_FILE_NAME_MAX_LEN 121 static char tftp_filename[MAX_LEN]; 754 strncpy(tftp_filename, net_boot_file_name, MAX_LEN); 755 tftp_filename[MAX_LEN - 1] = 0; 758 strncpy(tftp_filename, p + 1, MAX_LEN); 759 tftp_filename[MAX_LEN - 1] = 0;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_imageop.py | 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
|
/external/python/cpython2/Lib/test/ |
test_imageop.py | 16 MAX_LEN = 2**20 28 if strlen < MAX_LEN:
|
/external/icu/icu4c/source/test/intltest/ |
transtst.cpp | [all...] |
/external/libxaac/decoder/ |
ixheaacd_env_extr.c | 80 WORD32 MAX_LEN; 86 MAX_LEN = input_table[0]; 87 mask = mask - (1 << (31 - MAX_LEN)); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
TransliteratorTest.java | [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | [all...] |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
logback-core-0.9.8-SNAPSHOT.jar | |