| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | utstring.c | 29 void acpi_ut_print_string(char *string, u16 max_length) in acpi_ut_print_string() argument
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| H A D | utstring.c | 29 void acpi_ut_print_string(char *string, u16 max_length) in acpi_ut_print_string() argument
|
| /third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
| H A D | v4l2_validator.c | 86 int valid_string(char *str, unsigned int max_length) in valid_string() argument
|
| /kernel/linux/linux-5.10/net/wireless/ |
| H A D | radiotap.c | 97 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns) ieee80211_radiotap_iterator_init() argument
|
| /kernel/linux/linux-6.6/net/wireless/ |
| H A D | radiotap.c | 97 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns) ieee80211_radiotap_iterator_init() argument
|
| /third_party/eudev/src/shared/ |
| H A D | process-util.c | 52 int get_process_cmdline(pid_t pid, size_t max_length, bool comm_fallback, char **line) { in get_process_cmdline() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | radiotap.c | 90 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns) ieee80211_radiotap_iterator_init() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | radiotap.c | 90 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns) ieee80211_radiotap_iterator_init() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpegenc_huffman.c | 77 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_length) in ff_mjpegenc_huffman_compute_bits() argument
|
| /third_party/node/src/crypto/ |
| H A D | crypto_hkdf.cc | 94 size_t max_length = EVP_MD_size(params->digest) * kMaxDigestMultiplier; in AdditionalConfig() local
|
| /third_party/node/deps/brotli/c/enc/ |
| H A D | static_dict.c | 42 IsMatch(const BrotliDictionary* dictionary, DictWord w, const uint8_t* data, size_t max_length) IsMatch() argument 77 BrotliFindAllStaticDictionaryMatches( const BrotliEncoderDictionary* dictionary, const uint8_t* data, size_t min_length, size_t max_length, uint32_t* matches) BrotliFindAllStaticDictionaryMatches() argument [all...] |
| H A D | hash_composite_inc.h | 109 FindLongestMatch( HashComposite* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
|
| H A D | backward_references_inc.h | 41 size_t max_length = pos_end - position; in CreateBackwardReferences() local 70 ringbuffer, ringbuffer_mask, dist_cache, position + 1, max_length, in CreateBackwardReferences() local
|
| /third_party/python/Include/internal/ |
| H A D | pycore_blocks_output_buffer.h | 49 Py_ssize_t max_length; member 102 _BlocksOutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, const Py_ssize_t max_length, void **next_out) _BlocksOutputBuffer_InitAndGrow() argument [all...] |
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | static_dict.c | 42 IsMatch(const BrotliDictionary* dictionary, DictWord w, const uint8_t* data, size_t max_length) IsMatch() argument 77 BrotliFindAllStaticDictionaryMatches( const BrotliEncoderDictionary* dictionary, const uint8_t* data, size_t min_length, size_t max_length, uint32_t* matches) BrotliFindAllStaticDictionaryMatches() argument [all...] |
| H A D | hash_composite_inc.h | 109 FindLongestMatch( HashComposite* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
|
| H A D | backward_references_inc.h | 41 size_t max_length = pos_end - position; in CreateBackwardReferences() local 70 ringbuffer, ringbuffer_mask, dist_cache, position + 1, max_length, in CreateBackwardReferences() local
|
| /third_party/python/Modules/_sqlite/ |
| H A D | statement.c | 43 int max_length = sqlite3_limit(db, SQLITE_LIMIT_SQL_LENGTH, -1); in pysqlite_statement_create() local
|
| /third_party/python/Modules/clinic/ |
| H A D | _bz2module.c.h | 103 Py_ssize_t max_length = -1; in _bz2_BZ2Decompressor_decompress() local [all...] |
| H A D | _lzmamodule.c.h | 103 Py_ssize_t max_length = -1; in _lzma_LZMADecompressor_decompress() local [all...] |
| /foundation/arkui/ace_engine/component_ext/ext_common/ |
| H A D | ext_napi_utils.cpp | 109 static constexpr size_t max_length = 2048; in GetStringFromValueUtf8() local
|
| /third_party/node/deps/brotli/c/dec/ |
| H A D | huffman.c | 185 int max_length = -1; in BrotliBuildHuffmanTable() local
|
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| H A D | huffman.c | 185 int max_length = -1; in BrotliBuildHuffmanTable() local
|
| /kernel/linux/linux-5.10/tools/perf/jvmti/ |
| H A D | libjvmti.c | 138 copy_class_filename(const char * class_sign, const char * file_name, char * result, size_t max_length) in copy_class_filename() argument
|
| /kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/ |
| H A D | dell-wmi-sysman.h | 57 int max_length; member
|