/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/ |
D | exc_validate.c | 77 #define MAX_LEN 16 macro 103 q = p + page_size - MAX_LEN; in test_copy_exception() 105 for (src = 0; src < MAX_LEN; src++) { in test_copy_exception() 106 for (dst = 0; dst < MAX_LEN; dst++) { in test_copy_exception() 107 for (len = 0; len < MAX_LEN+1; len++) { in test_copy_exception()
|
D | validate.c | 9 #define MAX_LEN 8192 macro 12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) 85 for (len = 1; len < MAX_LEN; len++) { in test_copy_loop()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTUnicode.cpp | 39 #define MAX_LEN 0x8FFF macro 179 while(*++pC && (pC - pUTF16) < MAX_LEN); in PVRTUnicodeUTF16ToUTF32() 182 if(uiBufferLen == MAX_LEN) in PVRTUnicodeUTF16ToUTF32() 277 while(*pC && (pC - pUTF16) < MAX_LEN) in PVRTUnicodeUTF16Length()
|
/external/toybox/kconfig/lxdialog/ |
D | textbox.c | 243 if (hscroll >= MAX_LEN) in dialog_textbox() 353 static char line[MAX_LEN + 1]; in get_line() 362 } else if (i < MAX_LEN) in get_line() 366 if (i == MAX_LEN) in get_line() 371 if (i <= MAX_LEN) in get_line()
|
D | inputbox.c | 24 char dialog_input_result[MAX_LEN + 1]; 150 if (scroll + input_x < MAX_LEN) { in dialog_inputbox()
|
D | dialog.h | 54 #define MAX_LEN 2048 macro
|
D | util.c | 318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap()
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | textbox.c | 218 if (hscroll >= MAX_LEN) in dialog_textbox() 359 static char line[MAX_LEN + 1]; in get_line() 366 } else if (i < MAX_LEN) in get_line() 370 if (i == MAX_LEN) in get_line() 375 if (i <= MAX_LEN) in get_line()
|
D | inputbox.c | 11 char dialog_input_result[MAX_LEN + 1]; 185 if (len < MAX_LEN) { in dialog_inputbox()
|
D | dialog.h | 47 #define MAX_LEN 2048 macro
|
D | util.c | 373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap()
|
/external/u-boot/net/ |
D | tftp.c | 116 #define MAX_LEN 128 macro 118 #define MAX_LEN CONFIG_TFTP_FILE_NAME_MAX_LEN macro 121 static char tftp_filename[MAX_LEN]; 754 strncpy(tftp_filename, net_boot_file_name, MAX_LEN); in tftp_start() 755 tftp_filename[MAX_LEN - 1] = 0; in tftp_start() 758 strncpy(tftp_filename, p + 1, MAX_LEN); in tftp_start() 759 tftp_filename[MAX_LEN - 1] = 0; in tftp_start()
|
/external/python/cpython2/Lib/test/ |
D | test_imageop.py | 16 MAX_LEN = 2**20 variable 28 if strlen < MAX_LEN:
|
/external/icu/icu4c/source/test/intltest/ |
D | transtst.cpp | 2523 const int MAX_LEN= 52; in TestDevanagariLatinRT() local 2524 const char* const source[MAX_LEN] = { in TestDevanagariLatinRT() 2585 const char* const expected[MAX_LEN] = { in TestDevanagariLatinRT() 2654 for(int i= 0; i<MAX_LEN; i++){ in TestDevanagariLatinRT() 2664 const int MAX_LEN=10; in TestTeluguLatinRT() local 2665 const char* const source[MAX_LEN] = { in TestTeluguLatinRT() 2678 const char* const expected[MAX_LEN] = { in TestTeluguLatinRT() 2702 for(int i= 0; i<MAX_LEN; i++){ in TestTeluguLatinRT() 2712 const int MAX_LEN =16; in TestSanskritLatinRT() local 2713 const char* const source[MAX_LEN] = { in TestSanskritLatinRT() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_env_extr.c | 80 WORD32 MAX_LEN; in ixheaacd_huffman_decode() local 86 MAX_LEN = input_table[0]; in ixheaacd_huffman_decode() 87 mask = mask - (1 << (31 - MAX_LEN)); in ixheaacd_huffman_decode()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2071 int MAX_LEN =15; in TestSanskritLatinRT() local 2113 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT() 2121 int MAX_LEN =15; in TestCompoundLatinRT() local 2163 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2068 int MAX_LEN =15; in TestSanskritLatinRT() local 2110 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT() 2118 int MAX_LEN =15; in TestCompoundLatinRT() local 2160 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()
|