Home
last modified time | relevance | path

Searched defs:maxsize (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/python/Lib/asyncio/
Dqueues.py32 def __init__(self, maxsize=0, *, loop=mixins._marker): argument
47 def _init(self, maxsize): argument
92 def maxsize(self): member in Queue
225 def _init(self, maxsize): argument
238 def _init(self, maxsize): argument
/third_party/python/Lib/
Dqueue.py34 def __init__(self, maxsize=0): argument
206 def _init(self, maxsize): argument
229 def _init(self, maxsize): argument
245 def _init(self, maxsize): argument
/third_party/gstreamer/gstreamer/gst/
Dgstallocator.c390 gpointer data, gsize maxsize, gsize align, gsize offset, gsize size, in _sysmem_init()
405 GstMemory * parent, gpointer data, gsize maxsize, gsize align, gsize offset, in _sysmem_new()
423 gsize maxsize, gsize align, gsize offset, gsize size) in _sysmem_new_block()
463 _sysmem_map (GstMemorySystem * mem, gsize maxsize, GstMapFlags flags) in _sysmem_map()
533 gsize maxsize = size + params->prefix + params->padding; in default_alloc() local
657 gsize maxsize, gsize offset, gsize size, gpointer user_data, in gst_memory_new_wrapped()
Dgstmemory.c119 GstAllocator * allocator, GstMemory * parent, gsize maxsize, gsize align, in gst_memory_init()
176 gst_memory_get_sizes (GstMemory * mem, gsize * offset, gsize * maxsize) in gst_memory_get_sizes()
Dgstmemory.h167 gsize maxsize; member
214 gsize maxsize; member
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c100 gsize maxsize = size + params->parent.prefix + params->parent.padding; in gst_cuda_allocator_alloc() local
272 gsize maxsize; in gst_cuda_memory_device_memory_map() local
327 cuda_mem_map (GstCudaMemory * mem, gsize maxsize, GstMapFlags flags) in cuda_mem_map()
/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmy-memory.c35 gsize maxsize = size + params->prefix + params->padding; in _my_alloc() local
60 _my_mem_map (MyMemory * mem, gsize maxsize, GstMapFlags flags) in _my_mem_map()
Dmy-vidmem.c55 _my_vidmem_map (MyVidmem * mem, gsize maxsize, GstMapFlags flags) in _my_vidmem_map()
158 gsize maxsize; in my_vidmem_alloc() local
/third_party/python/Lib/multiprocessing/
Dqueues.py37 def __init__(self, maxsize=0, *, ctx): argument
40 from .synchronize import SEM_VALUE_MAX as maxsize unknown
297 def __init__(self, maxsize=0, *, ctx): argument
/third_party/boost/libs/serialization/example/
Dportable_binary_oarchive.cpp18 const char maxsize in save_impl()
Dportable_binary_iarchive.cpp21 portable_binary_iarchive::load_impl(boost::intmax_t & l, char maxsize){ in load_impl()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_misc.c124 pcre2_jit_stack_create(size_t startsize, size_t maxsize, in pcre2_jit_stack_create()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvkmemory.c51 gsize size, maxsize, offset; in check_size() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmemory.c276 gsize size, maxsize, offset; in GST_START_TEST() local
592 gsize maxsize = size + params->prefix + params->padding; in _my_opaque_alloc() local
612 _my_opaque_mem_map (MyOpaqueMemory * mem, gsize maxsize, GstMapFlags flags) in _my_opaque_mem_map()
Dgstbuffer.c470 gsize size, maxsize, offset; in GST_START_TEST() local
548 gsize size, maxsize, offset; in GST_START_TEST() local
/third_party/tzdata/
Dstrftime.c121 strftime_l(char *s, size_t maxsize, char const *format, struct tm const *t, in strftime_l()
130 strftime(char *s, size_t maxsize, const char *format, const struct tm *t) in strftime()
/third_party/openssl/crypto/ui/
Dui_lib.c122 char *result_buf, int minsize, int maxsize, in general_allocate_string()
199 char *result_buf, int minsize, int maxsize) in UI_add_input_string()
208 char *result_buf, int minsize, int maxsize) in UI_dup_input_string()
226 char *result_buf, int minsize, int maxsize, in UI_add_verify_string()
235 char *result_buf, int minsize, int maxsize, in UI_dup_verify_string()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcorevideomemory.c306 GstAppleCoreVideoPixelBuffer * gpixbuf, gsize plane, gsize maxsize, in gst_apple_core_video_memory_new()
344 gst_apple_core_video_mem_map (GstMemory * gmem, gsize maxsize, in gst_apple_core_video_mem_map()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.c413 gsize maxsize; in read_packet_header() local
546 gsize maxsize; in gst_rtcp_buffer_add_packet() local
973 guint maxsize, offset; in gst_rtcp_packet_add_rb() local
1086 guint maxsize, offset; in gst_rtcp_packet_add_profile_specific_ext() local
1534 gsize maxsize; in gst_rtcp_packet_sdes_add_item() local
1608 gsize maxsize; in gst_rtcp_packet_sdes_add_entry() local
1731 gsize maxsize; in gst_rtcp_packet_bye_add_ssrc() local
1916 gsize maxsize; in gst_rtcp_packet_bye_set_reason() local
/third_party/ltp/lib/
Dtst_memutils.c19 void tst_pollute_memory(size_t maxsize, int fillchar) in tst_pollute_memory()
/third_party/python/Lib/test/
Dtest_strtod.py252 def test_oversized_digit_strings(self, maxsize): argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstdmabuf.c53 gst_dmabuf_mem_map (GstMemory * gmem, GstMapInfo * info, gsize maxsize) in gst_dmabuf_mem_map()
/third_party/cef/tools/yapf/yapf/yapflib/
Dpy3compat.py52 def lru_cache(maxsize=128, typed=False): argument
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c89 _v4l2mem_map (GstV4l2Memory * mem, gsize maxsize, GstMapFlags flags) in _v4l2mem_map()
152 GstMemory * parent, gsize maxsize, gsize align, gsize offset, gsize size, in _v4l2mem_new()
1106 gsize size, offset, maxsize; in gst_v4l2_allocator_import_dmabuf() local
1176 gsize maxsize, psize; in gst_v4l2_allocator_import_userptr() local
/third_party/openssl/crypto/asn1/
Da_strnid.c183 long minsize, long maxsize, unsigned long mask, in ASN1_STRING_TABLE_add()

1234