Home
last modified time | relevance | path

Searched defs:max_length (Results 1 – 25 of 63) sorted by relevance

123

/third_party/python/Include/internal/
Dpycore_blocks_output_buffer.h49 Py_ssize_t max_length; member
103 const Py_ssize_t max_length, in _BlocksOutputBuffer_InitAndGrow()
/third_party/node/deps/v8/src/api/
Dapi-inl.h268 uint32_t max_length) { in CopyAndConvertArrayToCppBuffer()
305 uint32_t max_length) { in TryCopyAndConvertArrayToCppBuffer()
313 uint32_t max_length) { in TryToCopyAndConvertArrayToCppBuffer()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dv4l2_validator.c86 int valid_string(char *str, unsigned int max_length) in valid_string()
/third_party/node/deps/brotli/c/enc/
Dstatic_dict.c43 DictWord w, const uint8_t* data, size_t max_length) { in IsMatch()
79 size_t min_length, size_t max_length, uint32_t* matches) { in BrotliFindAllStaticDictionaryMatches()
Dbackward_references_inc.h41 size_t max_length = pos_end - position; in EXPORT_FN() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dstatic_dict.c43 DictWord w, const uint8_t* data, size_t max_length) { in IsMatch()
79 size_t min_length, size_t max_length, uint32_t* matches) { in BrotliFindAllStaticDictionaryMatches()
Dbackward_references_inc.h41 size_t max_length = pos_end - position; in EXPORT_FN() local
/third_party/python/Modules/
D_bz2module.c21 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, in OutputBuffer_InitAndGrow()
436 decompress_buf(BZ2Decompressor *d, Py_ssize_t max_length) in decompress_buf()
493 decompress(BZ2Decompressor *d, char *data, size_t len, Py_ssize_t max_length) in decompress()
626 Py_ssize_t max_length) in _bz2_BZ2Decompressor_decompress_impl()
D_lzmamodule.c28 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, in OutputBuffer_InitAndGrow()
929 decompress_buf(Decompressor *d, Py_ssize_t max_length) in decompress_buf()
987 decompress(Decompressor *d, uint8_t *data, size_t len, Py_ssize_t max_length) in decompress()
1133 Py_ssize_t max_length) in _lzma_LZMADecompressor_decompress_impl()
/third_party/python/Modules/clinic/
D_bz2module.c.h103 Py_ssize_t max_length = -1; in _bz2_BZ2Decompressor_decompress() local
D_lzmamodule.c.h103 Py_ssize_t max_length = -1; in _lzma_LZMADecompressor_decompress() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dradiotap.c93 int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns) in ieee80211_radiotap_iterator_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dradiotap.c93 int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns) in ieee80211_radiotap_iterator_init()
/third_party/PyYAML/lib/yaml/
Derror.py14 def get_snippet(self, indent=4, max_length=75): argument
/third_party/node/src/crypto/
Dcrypto_hkdf.cc94 size_t max_length = EVP_MD_size(params->digest) * kMaxDigestMultiplier; in AdditionalConfig() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-arraybuffer.cc42 Handle<Object> max_length, InitializedFlag initialized) { in ConstructBuffer()
133 Handle<Object> max_length; in BUILTIN() local
/third_party/ffmpeg/libavcodec/
Dmjpegenc_huffman.c77 …f_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_length) in ff_mjpegenc_huffman_compute_bits()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_test.c1005 …int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_length) in convert_utf8_to_utf16()
1053 static int copy_char8_to_char16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int max_length) in copy_char8_to_char16()
1077 …int convert_utf8_to_utf32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int *offsetmap, int max_length) in convert_utf8_to_utf32()
1113 static int copy_char8_to_char32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int max_length) in copy_char8_to_char32()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.h732 int max_length; member
/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c185 int max_length = -1; in BrotliBuildHuffmanTable() local
/third_party/node/deps/brotli/c/dec/
Dhuffman.c185 int max_length = -1; in BrotliBuildHuffmanTable() local
/third_party/node/deps/zlib/
Dtrees.c122 int max_length; /* max bit length for the codes */ member
544 int max_length = desc->stat_desc->max_length; in gen_bitlen() local
/third_party/skia/third_party/externals/zlib/
Dtrees.c122 int max_length; /* max bit length for the codes */ member
495 int max_length = desc->stat_desc->max_length; local
/third_party/zlib/
Dtrees.c122 int max_length; /* max bit length for the codes */ member
495 int max_length = desc->stat_desc->max_length; local
/third_party/node/deps/v8/third_party/zlib/
Dtrees.c122 int max_length; /* max bit length for the codes */ member
495 int max_length = desc->stat_desc->max_length; local

123