Home
last modified time | relevance | path

Searched refs:MAX_LEN (Results 1 – 18 of 18) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
Dexc_validate.c77 #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()
Dvalidate.c9 #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/rust/crates/ring/src/
Dsignature.rs312 value: [u8; MAX_LEN],
320 F: FnOnce(&mut [u8; MAX_LEN]) -> usize, in new()
323 value: [0; MAX_LEN],
350 pub(crate) const MAX_LEN: usize = 1/*tag:SEQUENCE*/ + 2/*len*/ + constant
Drand.rs259 const MAX_LEN: usize = 65_536; in chunk() constant
260 if dest.len() > MAX_LEN { in chunk()
261 dest = &mut dest[..MAX_LEN]; in chunk()
/external/oss-fuzz/projects/gnupg/
Dfuzz_import.c42 #define MAX_LEN 0x2000 macro
151 if (Size > MAX_LEN) { in LLVMFuzzerTestOneInput()
153 Size = MAX_LEN; in LLVMFuzzerTestOneInput()
Dfuzz_decrypt.c91 #define MAX_LEN 0x10000 macro
146 if (Size > MAX_LEN) { in LLVMFuzzerTestOneInput()
148 Size = MAX_LEN; in LLVMFuzzerTestOneInput()
Dfuzz_list.c91 #define MAX_LEN 0x10000 macro
154 if (Size > MAX_LEN) { in LLVMFuzzerTestOneInput()
/external/toybox/kconfig/lxdialog/
Dtextbox.c243 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()
Dinputbox.c24 char dialog_input_result[MAX_LEN + 1];
150 if (scroll + input_x < MAX_LEN) { in dialog_inputbox()
Ddialog.h54 #define MAX_LEN 2048 macro
Dutil.c318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap()
/external/rust/crates/serde/src/ser/
Dimpls.rs730 const MAX_LEN: usize = 15; in serialize() constant
731 debug_assert_eq!(MAX_LEN, "101.102.103.104".len()); in serialize()
732 let mut buf = [b'.'; MAX_LEN]; in serialize()
753 const MAX_LEN: usize = 39; in serialize() constant
754 debug_assert_eq!(MAX_LEN, "1001:1002:1003:1004:1005:1006:1007:1008".len()); in serialize()
755 serialize_display_bounded_length!(self, MAX_LEN, serializer) in serialize()
793 const MAX_LEN: usize = 21; in serialize() constant
794 debug_assert_eq!(MAX_LEN, "101.102.103.104:65000".len()); in serialize()
795 serialize_display_bounded_length!(self, MAX_LEN, serializer) in serialize()
809 const MAX_LEN: usize = 58; in serialize() constant
[all …]
/external/python/cpython2/Lib/test/
Dtest_imageop.py16 MAX_LEN = 2**20 variable
28 if strlen < MAX_LEN:
/external/llvm-project/compiler-rt/test/fuzzer/
Dmerge.test36 …lCoverageSetTest -merge=1 %t/T1 %t/T2 -max_len=6 2>&1 | FileCheck %s --check-prefix=MAX_LEN
37 MAX_LEN: MERGE-OUTER: 3 new files
/external/icu/icu4c/source/test/intltest/
Dtranstst.cpp2601 const int MAX_LEN= 52; in TestDevanagariLatinRT() local
2602 const char* const source[MAX_LEN] = { in TestDevanagariLatinRT()
2663 const char* const expected[MAX_LEN] = { in TestDevanagariLatinRT()
2732 for(int i= 0; i<MAX_LEN; i++){ in TestDevanagariLatinRT()
2742 const int MAX_LEN=10; in TestTeluguLatinRT() local
2743 const char* const source[MAX_LEN] = { in TestTeluguLatinRT()
2756 const char* const expected[MAX_LEN] = { in TestTeluguLatinRT()
2780 for(int i= 0; i<MAX_LEN; i++){ in TestTeluguLatinRT()
2790 const int MAX_LEN =16; in TestSanskritLatinRT() local
2791 const char* const source[MAX_LEN] = { in TestSanskritLatinRT()
[all …]
/external/libxaac/decoder/
Dixheaacd_env_extr.c79 WORD32 MAX_LEN; in ixheaacd_huffman_decode() local
85 MAX_LEN = input_table[0]; in ixheaacd_huffman_decode()
86 mask = mask - (1 << (31 - MAX_LEN)); in ixheaacd_huffman_decode()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2068 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java2071 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()