/third_party/openssl/test/ |
H A 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], cm in test_param_int64() [all...] |
/third_party/mbedtls/programs/fuzz/ |
H A D | fuzz_privkey.c | 10 #define MAX_LEN 0x1000 macro 24 if (Size > MAX_LEN) { in LLVMFuzzerTestOneInput() 26 Size = MAX_LEN; in LLVMFuzzerTestOneInput()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A 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/ |
H A 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/ |
H A 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() 365 /* Truncate lines longer than MAX_LEN characters */ in get_line() 366 if (i == MAX_LEN) in get_line() 371 if (i <= MAX_LEN) in get_line()
|
H A D | inputbox.c | 24 char dialog_input_result[MAX_LEN + 1]; 150 if (scroll + input_x < MAX_LEN) { in dialog_inputbox()
|
H A D | dialog.h | 54 #define MAX_LEN 2048 macro
|
H A D | util.c | 318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap()
|
/third_party/rust/crates/serde/serde/src/ser/ |
H A D | impls.rs | 752 /// statically known to never have more than a constant `MAX_LEN` bytes. 754 /// Panics if the `Display` impl tries to write more than `MAX_LEN` bytes. 854 const MAX_LEN: usize = 15; in serialize() consts 855 debug_assert_eq!(MAX_LEN, "101.102.103.104".len()); in serialize() 856 let mut buf = [b'.'; MAX_LEN]; in serialize() 879 const MAX_LEN: usize = 39; in serialize() consts 880 debug_assert_eq!(MAX_LEN, "1001:1002:1003:1004:1005:1006:1007:1008".len()); in serialize() 881 serialize_display_bounded_length!(self, MAX_LEN, serializer) in serialize() 921 const MAX_LEN: usize = 21; in serialize() consts 922 debug_assert_eq!(MAX_LEN, "101.10 in serialize() 938 const MAX_LEN: usize = 58; serialize() consts [all...] |
/third_party/node/deps/openssl/openssl/crypto/srp/ |
H A D | srp_vfy.c | 29 # define MAX_LEN 2500 macro 227 unsigned char tmp[MAX_LEN]; in SRP_user_pwd_set_sv() 314 unsigned char tmp[MAX_LEN]; in SRP_gN_new_init() 616 unsigned char tmp[MAX_LEN]; in SRP_create_verifier_ex() 617 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_ex() 722 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_BN_ex()
|
/third_party/openssl/crypto/srp/ |
H A D | srp_vfy.c | 29 # define MAX_LEN 2500 macro 229 unsigned char tmp[MAX_LEN]; in SRP_user_pwd_set_sv() 315 unsigned char tmp[MAX_LEN]; in SRP_gN_new_init() 617 unsigned char tmp[MAX_LEN]; in SRP_create_verifier_ex() 618 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_ex() 723 unsigned char tmp2[MAX_LEN]; in SRP_create_verifier_BN_ex()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A 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() 2870 const int MAX_LEN = UPRV_LENGTHOF(source); TestCompoundLatinRT() local [all...] |
/third_party/lame/misc/ |
H A D | abx.c | 98 #define MAX_LEN (210 * 44100) macro 1209 stereo_t* _A = calloc ( MAX_LEN, sizeof(stereo_t) ); in main() 1210 stereo_t* _B = calloc ( MAX_LEN, sizeof(stereo_t) ); in main() 1245 freq1 = readwave ( A, MAX_LEN, argv[1], &len_A ); in main() 1247 freq2 = readwave ( B, MAX_LEN, argv[2], &len_B ); in main()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 2071 int MAX_LEN =15; in TestSanskritLatinRT() 2113 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT() 2121 int MAX_LEN =15; in TestCompoundLatinRT() 2163 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 2068 int MAX_LEN =15; in TestSanskritLatinRT() 2110 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT() 2118 int MAX_LEN =15; in TestCompoundLatinRT() 2160 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 10796 const MAX_LEN: usize = 80; consts 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) }; in panic_safe() [all...] |