Home
last modified time | relevance | path

Searched defs:max_length (Results 1 – 25 of 56) 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/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/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
Dhash.h138 const uint8_t* data, size_t max_length, size_t max_backward, in TestStaticDictionaryItem()
177 HasherCommon* common, const uint8_t* data, size_t max_length, in SearchInStaticDictionary()
/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
Dhash.h138 const uint8_t* data, size_t max_length, size_t max_backward, in TestStaticDictionaryItem()
177 HasherCommon* common, const uint8_t* data, size_t max_length, in SearchInStaticDictionary()
/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_standard/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/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/ffmpeg/libavcodec/
Dmjpegenc_huffman.c80 …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.c1004 …int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_length) in convert_utf8_to_utf16()
1052 static int copy_char8_to_char16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int max_length) in copy_char8_to_char16()
1076 …int convert_utf8_to_utf32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int *offsetmap, int max_length) in convert_utf8_to_utf32()
1112 static int copy_char8_to_char32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int max_length) in copy_char8_to_char32()
/third_party/node/deps/brotli/c/dec/
Dhuffman.c185 int max_length = -1; in BrotliBuildHuffmanTable() local
/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c185 int max_length = -1; in BrotliBuildHuffmanTable() local
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dpatternspec.c43 guint max_length; member
/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/node/deps/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/flutter/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/libwebsockets/win32port/zlib/
Dtrees.c127 int max_length; /* max bit length for the codes */ member
503 int max_length = desc->stat_desc->max_length; local

123