Home
last modified time | relevance | path

Searched defs:max_len (Results 1 – 25 of 129) sorted by relevance

123456

/third_party/openssl/crypto/asn1/
Devp_asn1.c30 int ASN1_TYPE_get_octetstring(const ASN1_TYPE *a, unsigned char *data, int max_len) in ASN1_TYPE_get_octetstring()
84 unsigned char *data, int max_len) in ASN1_TYPE_get_int_octetstring()
/third_party/glib/glib/tests/
Dutf8-validate.c30 gint max_len; member
309 gssize max_len; in test_utf8_get_char_validated() member
/third_party/skia/third_party/externals/brotli/c/fuzz/
Drun_decode_fuzzer.c28 size_t max_len = 1 << 20; in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dip_addr.h19 u8 max_len[16]; member
Duuid.c50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dip_addr.h19 u8 max_len[16]; member
Duuid.c50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
/third_party/e2fsprogs/lib/e2p/
Diod.c33 int max_len = -1, len, ret = 0; in iterate_on_dir() local
/third_party/openssl/test/
Ddrbg_cavs_test.c35 int entropy, size_t min_len, size_t max_len, in kat_entropy()
46 int entropy, size_t min_len, size_t max_len) in kat_nonce()
/third_party/boost/boost/locale/
Dutil.hpp100 virtual int max_len() const in max_len() function in boost::locale::util::base_converter
/third_party/glib/glib/
Dgutf8.c575 gssize max_len) in g_utf8_get_char_extended()
680 gssize max_len) in g_utf8_get_char_validated()
1565 gssize max_len) in fast_validate_len()
1672 gssize max_len, in g_utf8_validate()
1708 gsize max_len, in g_utf8_validate_len()
/third_party/mindspore/tests/st/fl/albert/src/
Dtokenization.py76 …def __init__(self, vocab_file, do_lower_case=True, max_len=None, do_basic_tokenize=True, basic_onl… argument
449 def __init__(self, vocab_file, do_lower_case=True, max_len=None, argument
536 def __init__(self, vocab_file, do_lower_case=True, max_len=None, argument
/third_party/FreeBSD/sys/dev/usb/
Dusb_util.c158 usb_make_str_desc(void *ptr, uint16_t max_len, const char *s) in usb_make_str_desc()
/third_party/abseil-cpp/absl/strings/
Descaping_benchmark.cc68 int max_len) { in CEscapeBenchmarkHelper()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Descaping_benchmark.cc68 int max_len) { in CEscapeBenchmarkHelper()
/third_party/openssl/crypto/rand/
Drand_lib.c131 int entropy, size_t min_len, size_t max_len, in rand_drbg_get_entropy()
232 int entropy, size_t min_len, size_t max_len) in rand_drbg_get_nonce()
433 size_t min_len, size_t max_len) in rand_pool_new()
/third_party/eudev/src/scsi_id/
Dscsi_serial.c486 int max_len, char *wwn, in check_fill_0x83_id()
598 *id_search, char *serial, char *serial_short, int max_len) in check_fill_0x83_prespc3()
773 char *serial, char *serial_short, int max_len) in do_scsi_page80_inquiry()
/third_party/boost/libs/mpl/preprocessed/
Dpp.py21 max_len = 79 variable
/third_party/boost/libs/locale/src/icu/
Dcodecvt.cpp110 virtual int max_len() const in max_len() function in boost::locale::impl_icu::uconv_converter
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_ie.c1150 u8 *pos, size_t max_len, in wpa_auth_write_assoc_resp_owe()
1183 u8 *pos, size_t max_len, in wpa_auth_write_assoc_resp_fils()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_ie.c1096 u8 *pos, size_t max_len, in wpa_auth_write_assoc_resp_owe()
1130 u8 *pos, size_t max_len, in wpa_auth_write_assoc_resp_fils()
/third_party/libdrm/intel/
Dintel_decode.c235 unsigned int max_len; in decode_mi() member
427 unsigned int max_len; in decode_2d() member
1279 unsigned int max_len; in decode_3d_1d() member
2550 unsigned int max_len; in decode_3d() member
3146 int unsigned max_len; in decode_3d_965() member
3755 unsigned int max_len; in decode_3d_i830() member
/third_party/mindspore/mindspore/lite/tools/converter/import/
Dmindspore_importer.cc67 …oreImporter::Hex2ByteArray(const std::string &hex_str, unsigned char *byte_array, size_t max_len) { in Hex2ByteArray()
/third_party/boost/libs/locale/src/util/
Dcodecvt_converter.cpp38 virtual int max_len() const in max_len() function in boost::locale::util::utf8_converter
161 virtual int max_len() const in max_len() function in boost::locale::util::simple_converter
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Dnpy_header.cc125 const size_t max_len = 65535; in GenerateNpyHeader() local

123456