Home
last modified time | relevance | path

Searched defs:MAX_LEN (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/serde/serde/src/ser/
Dimpls.rs730 const MAX_LEN: usize = 15; in serialize() constant
753 const MAX_LEN: usize = 39; in serialize() constant
793 const MAX_LEN: usize = 21; in serialize() constant
809 const MAX_LEN: usize = 58; in serialize() constant
/third_party/node/deps/openssl/openssl/fuzz/
Dbndiv.c22 #define MAX_LEN (256 * 1000) macro
/third_party/openssl/fuzz/
Dbndiv.c22 #define MAX_LEN (256 * 1000) macro
/third_party/mbedtls/programs/fuzz/
Dfuzz_privkey.c12 #define MAX_LEN 0x1000 macro
/third_party/toybox/kconfig/lxdialog/
Ddialog.h54 #define MAX_LEN 2048 macro
/third_party/openssl/crypto/srp/
Dsrp_vfy.c29 # define MAX_LEN 2500 macro
/third_party/node/deps/openssl/openssl/crypto/srp/
Dsrp_vfy.c29 # define MAX_LEN 2500 macro
/third_party/openssl/test/
Dparams_api_test.c19 #define MAX_LEN 20 macro
/third_party/icu/icu4c/source/test/intltest/
Dtranstst.cpp2601 const int MAX_LEN= 52; in TestDevanagariLatinRT() local
2742 const int MAX_LEN=10; in TestTeluguLatinRT() local
2790 const int MAX_LEN =16; in TestSanskritLatinRT() local
2870 const int MAX_LEN = UPRV_LENGTHOF(source); in TestCompoundLatinRT() local
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2068 int MAX_LEN =15; in TestSanskritLatinRT() local
2118 int MAX_LEN =15; in TestCompoundLatinRT() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java2071 int MAX_LEN =15; in TestSanskritLatinRT() local
2121 int MAX_LEN =15; in TestCompoundLatinRT() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs10796 const MAX_LEN: usize = 80; constant