Home
last modified time | relevance | path

Searched defs:max_count (Results 1 – 25 of 32) sorted by relevance

12

/third_party/python/Lib/email/
Dheaderregistry.py262 max_count = None variable in UnstructuredHeader
273 max_count = 1 variable in UniqueUnstructuredHeader
287 max_count = None variable in DateHeader
324 max_count = 1 variable in UniqueDateHeader
329 max_count = None variable in AddressHeader
384 max_count = 1 variable in UniqueAddressHeader
399 max_count = 1 variable in UniqueSingleAddressHeader
404 max_count = 1 variable in MIMEVersionHeader
444 max_count = 1 variable in ParameterizedMIMEHeader
506 max_count = 1 variable in ContentTransferEncodingHeader
[all …]
/third_party/libwebsockets/lib/misc/
Dlws-ring.c157 lws_ring_insert(struct lws_ring *ring, const void *src, size_t max_count) in lws_ring_insert()
200 size_t max_count) in lws_ring_consume()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dblacklist.c126 int max_count = 0; in wpa_blacklist_clear() local
/third_party/skia/third_party/externals/expat/expat/tests/
Dstructdata.h51 int max_count; /* Number of StructDataEntry items in `entries` */ member
/third_party/vulkan-loader/tests/
Dloader_debug_ext_tests.cpp239 uint32_t max_count = 5; in TEST_F() local
264 uint32_t max_count = 5; in TEST_F() local
654 uint32_t max_count = 5; in TEST_F() local
687 uint32_t max_count = 5; in TEST_F() local
718 uint32_t max_count = 5; in TEST_F() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_lower_uniforms.c137 uint32_t max_count = 0; in qir_lower_uniforms() local
/third_party/gstreamer/gstplugins_base/tests/icles/playback/
Dtest7.c28 static int max_count; variable
/third_party/ffmpeg/libavcodec/
Dvp9prob.c30 int max_count, int update_factor) in adapt_prob()
/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h139 #define CREATE_SEMAPHORE(ph, initial_count,max_count, name) \ argument
/third_party/ffmpeg/libavfilter/
Daf_astats.c77 uint64_t min_count, max_count; member
411 …uint64_t mask = 0, imask = 0xFFFFFFFFFFFFFFFF, min_count = 0, max_count = 0, nb_samples = 0, noise… in set_metadata() local
659 …uint64_t mask = 0, imask = 0xFFFFFFFFFFFFFFFF, min_count = 0, max_count = 0, nb_samples = 0, noise… in print_stats() local
/third_party/node/deps/v8/third_party/zlib/
Dtrees.c713 int max_count = 7; /* max repeat count */ local
758 int max_count = 7; /* max repeat count */ local
/third_party/zlib/
Dtrees.c713 int max_count = 7; /* max repeat count */ local
758 int max_count = 7; /* max repeat count */ local
/third_party/skia/third_party/externals/zlib/
Dtrees.c713 int max_count = 7; /* max repeat count */ local
758 int max_count = 7; /* max repeat count */ local
/third_party/node/deps/zlib/
Dtrees.c716 int max_count = 7; /* max repeat count */ in scan_tree() local
757 int max_count = 7; /* max repeat count */ in send_tree() local
/third_party/curl/tests/libtest/
Dlib582.c38 int max_count; /* max number of sockets that fit in allocated array */ member
Dlib530.c45 int max_count; /* max number of sockets that fit in allocated array */ member
/third_party/libwebsockets/win32port/zlib/
Dtrees.c721 int max_count = 7; /* max repeat count */ local
766 int max_count = 7; /* max repeat count */ local
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_render.c750 unsigned size, max_count, value; in r300_max_vertex_count() local
825 unsigned max_count = r300_max_vertex_count(r300); in r300_draw_vbo() local
/third_party/exfatprogs/exfat2img/
Dexfat2img.c238 uint64_t max_count; in dump_directory() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dframe_enc.c779 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3; in VP8EncTokenLoop() local
/third_party/exfatprogs/fsck/
Dfsck.c111 uint64_t count, max_count; in check_clus_chain() local
/third_party/node/deps/googletest/src/
Dgtest-port.cc859 const size_t max_count = (repeat == '?') ? 1 : static_cast<size_t>(-1) - 1; in MatchRepetitionAndRegexAtHead() local
/third_party/googletest/googletest/src/
Dgtest-port.cc854 const size_t max_count = (repeat == '?') ? 1 : static_cast<size_t>(-1) - 1; in MatchRepetitionAndRegexAtHead() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c344 uint64_t max_count = UINT64_MAX; in tu_GetDescriptorSetLayoutSupport() local
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc887 const size_t max_count = (repeat == '?') ? 1 : in MatchRepetitionAndRegexAtHead() local

12