/third_party/openssl/test/ |
D | params_api_test.c | 19 #define MAX_LEN 20 macro 49 unsigned char value[MAX_LEN]; 75 unsigned char buf[MAX_LEN]; in test_param_type_extra() 151 unsigned char buf[MAX_LEN], cmp[sizeof(int)]; in test_param_int() 178 unsigned char buf[MAX_LEN], cmp[sizeof(long int)]; in test_param_long() 205 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned int)]; in test_param_uint() 231 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned long int)]; in test_param_ulong() 258 unsigned char buf[MAX_LEN], cmp[sizeof(int32_t)]; in test_param_int32() 285 unsigned char buf[MAX_LEN], cmp[sizeof(uint32_t)]; in test_param_uint32() 312 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; in test_param_int64() [all …]
|
/third_party/mbedtls/programs/fuzz/ |
D | fuzz_privkey.c | 12 #define MAX_LEN 0x1000 macro 26 if (Size > MAX_LEN) { in LLVMFuzzerTestOneInput() 28 Size = MAX_LEN; in LLVMFuzzerTestOneInput()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
D | bndiv.c | 22 #define MAX_LEN (256 * 1000) macro 54 if (len > MAX_LEN) in FuzzerTestOneInput() 55 len = MAX_LEN; in FuzzerTestOneInput()
|
/third_party/openssl/fuzz/ |
D | bndiv.c | 22 #define MAX_LEN (256 * 1000) macro 54 if (len > MAX_LEN) in FuzzerTestOneInput() 55 len = MAX_LEN; in FuzzerTestOneInput()
|
/third_party/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()
|
/third_party/rust/crates/serde/serde/src/ser/ |
D | impls.rs | 730 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 …]
|
/third_party/openssl/crypto/srp/ |
D | srp_vfy.c | 29 # define MAX_LEN 2500 macro 227 unsigned char tmp[MAX_LEN]; in SRP_user_pwd_set_sv() 313 unsigned char tmp[MAX_LEN]; in SRP_gN_new_init() 615 unsigned char tmp[MAX_LEN]; in SRP_create_verifier_ex() 616 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_ex() 721 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_BN_ex()
|
/third_party/node/deps/openssl/openssl/crypto/srp/ |
D | srp_vfy.c | 29 # define MAX_LEN 2500 macro 227 unsigned char tmp[MAX_LEN]; in SRP_user_pwd_set_sv() 313 unsigned char tmp[MAX_LEN]; in SRP_gN_new_init() 615 unsigned char tmp[MAX_LEN]; in SRP_create_verifier_ex() 616 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_ex() 721 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_BN_ex()
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | merge.test | 34 …erageSetTest -merge=1 %tmp/T1 %tmp/T2 -max_len=6 2>&1 | FileCheck %s --check-prefix=MAX_LEN 35 MAX_LEN: MERGE-OUTER: 3 new files
|
/third_party/icu/icu4c/source/test/intltest/ |
D | transtst.cpp | 2601 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 …]
|
/third_party/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()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 10796 const MAX_LEN: usize = 80; constant 10798 static DROP_COUNTS: [AtomicUsize; MAX_LEN] = [ 10981 let lens = if cfg!(miri) { (1..10).chain(0..0) } else { (1..20).chain(70..MAX_LEN) };
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 3898 716d1d7f fix suboptimal MAX_LEN cut-off limit
|