Home
last modified time | relevance | path

Searched defs:max_length (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dv4l2_validator.c86 int valid_string(char *str, unsigned int max_length) in valid_string() argument
/third_party/eudev/src/shared/
H A Dprocess-util.c52 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 Dradiotap.c90 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 Dradiotap.c90 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 Dmjpegenc_huffman.c77 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 Dcrypto_hkdf.cc94 size_t max_length = EVP_MD_size(params->digest) * kMaxDigestMultiplier; in AdditionalConfig() local
/third_party/node/deps/brotli/c/enc/
H A Dstatic_dict.c42 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 Dhash_composite_inc.h109 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 Dbackward_references_inc.h41 size_t max_length = pos_end - position; in CreateBackwardReferences() local
70 ringbuffer, ringbuffer_mask, dist_cache, position + 1, max_length, in CreateBackwardReferences() local
H A Dhash_longest_match64_inc.h162 FindLongestMatch( HashLongestMatch* 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 Dhash_longest_match_quickly_inc.h147 FindLongestMatch( HashLongestMatchQuickly* 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 Dhash_rolling_inc.h150 FindLongestMatch( HashRolling* 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
/third_party/python/Include/internal/
H A Dpycore_blocks_output_buffer.h49 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 Dstatic_dict.c42 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 Dhash_composite_inc.h109 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 Dbackward_references_inc.h41 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 Dstatement.c43 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.h103 Py_ssize_t max_length = -1; in _bz2_BZ2Decompressor_decompress() local
[all...]
H A D_lzmamodule.c.h103 Py_ssize_t max_length = -1; in _lzma_LZMADecompressor_decompress() local
[all...]
/third_party/node/deps/brotli/c/dec/
H A Dhuffman.c185 int max_length = -1; in BrotliBuildHuffmanTable() local
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dhuffman.c185 int max_length = -1; in BrotliBuildHuffmanTable() local
/third_party/backends/backend/
H A Depsonds-ops.c320 eds_copy_image_from_ring(epsonds_scanner *s, SANE_Byte *data, SANE_Int max_length, in eds_copy_image_from_ring() argument
/third_party/node/deps/v8/src/api/
H A Dapi-inl.h267 CopyAndConvertArrayToCppBuffer(Local<Array> src, T* dst, uint32_t max_length) CopyAndConvertArrayToCppBuffer() argument
303 TryCopyAndConvertArrayToCppBuffer(Local<Array> src, T* dst, uint32_t max_length) TryCopyAndConvertArrayToCppBuffer() argument
311 TryToCopyAndConvertArrayToCppBuffer(Local<Array> src, T* dst, uint32_t max_length) TryToCopyAndConvertArrayToCppBuffer() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc133 Handle<Object> max_length; in BUILTIN() local
40 ConstructBuffer(Isolate* isolate, Handle<JSFunction> target, Handle<JSReceiver> new_target, Handle<Object> length, Handle<Object> max_length, InitializedFlag initialized) ConstructBuffer() argument
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.h732 int max_length; member

Completed in 13 milliseconds

12345