Home
last modified time | relevance | path

Searched defs:min_size (Results 1 – 25 of 72) sorted by relevance

123

/third_party/boost/boost/fusion/view/zip_view/
Dzip_view.hpp103 struct min_size struct
105 typedef typename result_of::transform<Sequences, detail::seq_ref_size>::type sizes;
106 …pename result_of::fold<sizes, typename result_of::front<sizes>::type, detail::poly_min>::type type;
/third_party/boost/boost/align/detail/
Dmin_size.hpp19 struct min_size struct
/third_party/ffmpeg/libavutil/
Dmem_internal.h27 static inline int ff_fast_malloc(void *ptr, unsigned int *size, size_t min_size, int zero_realloc) in ff_fast_malloc()
Dmem.c478 void *av_fast_realloc(void *ptr, unsigned int *size, size_t min_size) in av_fast_realloc()
502 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size) in av_fast_malloc()
507 void av_fast_mallocz(void *ptr, unsigned int *size, size_t min_size) in av_fast_mallocz()
/third_party/grpc/src/core/lib/gprpp/
Dmap.h44 const size_t min_size = std::min(a.size(), b.size()); in operator() local
/third_party/boost/libs/gil/test/core/
Dpromote_integral.cpp210 std::size_t min_size = 2 * bit_size<T>() - 1; in apply() local
257 std::size_t min_size = 2 * bit_size<T>(); in apply() local
/third_party/re2/re2/
Dstringpiece.h138 size_type min_size = std::min(size(), x.size()); in compare() local
188 StringPiece::size_type min_size = std::min(x.size(), y.size()); variable
/third_party/boost/libs/interprocess/example/
Ddoc_managed_allocation_command.cpp54 managed_shared_memory::size_type min_size = 100; in main() local
/third_party/boost/libs/geometry/test/util/
Dpromote_integral.cpp272 std::size_t min_size = 2 * bit_size<T>() - 1; in apply() local
342 std::size_t min_size = 2 * bit_size<T>(); in apply() local
/third_party/boost/boost/sort/spreadsort/detail/
Dspreadsort_common.hpp55 const unsigned min_size = log_mean_bin_size + log_min_split_count; in get_min_count() local
/third_party/python/Include/cpython/
Dbytesobject.h53 Py_ssize_t min_size; member
/third_party/pcre2/pcre2/maint/
DMultiStage2.py630 min_size = sys.maxsize variable
637 min_size = size variable
/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece.h294 const stringpiece_ssize_type min_size = in compare() local
408 const stringpiece_ssize_type min_size = variable
/third_party/boost/libs/container/test/
Dalloc_full_test.cpp173 std::size_t min_size = i+1; in test_allocation_expand() local
312 std::size_t min_size = i+1; in test_allocation_deallocation_expand() local
383 std::size_t min_size = (received_size/sizeof_object + 1)*sizeof_object; in test_allocation_with_reuse() local
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstchopmydata.h49 int min_size; member
Dgstchopmydata.c300 guint min_size = chopmydata->min_size; in gst_chop_my_data_process() local
/third_party/boost/libs/stacktrace/test/
Dtest.cpp195 const std::size_t min_size = (nst.size() < st.size() ? nst.size() : st.size()); in test_frame() local
/third_party/grpc/include/grpcpp/impl/codegen/
Dstring_ref.h95 size_t min_size = length_ < x.length_ ? length_ : x.length_; in compare() local
/third_party/ffmpeg/libavcodec/
Dencode.c32 int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size) in ff_alloc_packet2()
Dh2645_parse.c347 int min_size = size; in alloc_rbsp_buffer() local
/third_party/boost/libs/interprocess/test/
Dmemory_algorithm_test_template.hpp159 std::size_t min_size = i+1; in test_allocation_expand() local
302 std::size_t min_size = i+1; in test_allocation_deallocation_expand() local
375 std::size_t min_size = (received_size + 1); in test_allocation_with_reuse() local
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c210 static ParseStatus StoreFrame(int frame_num, uint32_t min_size, in StoreFrame()
299 uint32_t min_size, uint32_t actual_size, in NewFrame()
377 const size_t min_size = RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE; in ReadHeader() local
402 const size_t min_size = CHUNK_HEADER_SIZE; in ParseSingleImage() local
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/
Ddemux.c210 static ParseStatus StoreFrame(int frame_num, uint32_t min_size, in StoreFrame()
295 uint32_t min_size, uint32_t actual_size, in NewFrame()
368 const size_t min_size = RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE; in ReadHeader() local
393 const size_t min_size = CHUNK_HEADER_SIZE; in ParseSingleImage() local
/third_party/ffmpeg/libavdevice/
Dalsa.c335 int ff_alsa_extend_reorder_buf(AlsaData *s, int min_size) in ff_alsa_extend_reorder_buf()
/third_party/e2fsprogs/resize/
Dmain.c261 blk64_t min_size = 0; in main() local

123