Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 25 of 213) sorted by relevance

123456789

/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h82 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) {} in MRUCacheBase()
86 size_type max_size() const { return max_size_; } in max_size() function
238 explicit MRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in MRUCache()
264 explicit HashingMRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in HashingMRUCache()
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h82 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) {} in MRUCacheBase()
86 size_type max_size() const { return max_size_; } in max_size() function
238 explicit MRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in MRUCache()
264 explicit HashingMRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in HashingMRUCache()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dmempool.c19 mempool_create (mempool * mptr, const unsigned int size, unsigned int max_size, in mempool_create()
50 mempool_alloc (mempool * mptr, unsigned int size, unsigned int max_size) in mempool_alloc()
/third_party/alsa-utils/axfer/
Dcontainer.h47 uint64_t max_size; member
93 uint64_t max_size; member
101 uint64_t max_size; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DPoolAlloc.h96 size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); } in max_size() function
97 size_type max_size(int size) const { return static_cast<size_type>(-1) / size; } in max_size() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DPoolAlloc.h96 size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); } in max_size() function
97 size_type max_size(int size) const { return static_cast<size_type>(-1) / size; } in max_size() function
/third_party/mesa3d/src/freedreno/fdl/
Dfd_layout_test.c42 int max_size = MAX2(testcase->layout.width0, testcase->layout.height0); in fdl_test_layout() local
/third_party/pcre2/pcre2/src/sljit/
DsljitUtils.c175 …t sljit_stack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *alloc… in sljit_allocate_stack()
239 …t sljit_stack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *alloc… in sljit_allocate_stack()
/third_party/ffmpeg/libavformat/
Dvoc_packet.c27 ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size) in ff_voc_get_packet()
/third_party/jerryscript/jerry-debugger/
Djerry_client_serial.py43 def receive_data(self, max_size=1024): argument
Djerry_client_tcp.py39 def receive_data(self, max_size=1024): argument
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c76 int max_size) in sanitize_hash()
84 int max_size, void *user_data) in sanitize_cb()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator_cache.cc21 MutatorCache::MutatorCache(size_t max_size) in MutatorCache()
/third_party/ffmpeg/libavcodec/
Ddca.c55 int max_size) in avpriv_dca_convert_bitstream()
Dlclenc.c71 int max_size = deflateBound(&c->zstream, avctx->width * avctx->height * 3); in encode_frame() local
/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe12.c20 static ssize_t max_size, invalid_size; variable
/third_party/elfutils/libdw/
Ddwarf_getpubnames.c90 size_t max_size = dbg->sectiondata[IDX_debug_pubnames]->d_size; in get_offsets() local
/third_party/skia/third_party/externals/libwebp/extras/
Dquality_estimate.c27 uint64_t max_size, uint64_t* const bit_pos) { in GetBit()
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dquality_estimate.c27 uint64_t max_size, uint64_t* const bit_pos) { in GetBit()
/third_party/jsoncpp/include/json/
Dallocator.h54 size_type max_size() const { return size_t(-1) / sizeof(T); } in max_size() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktConstexprVectorUtil.hpp78 inline constexpr size_type max_size() const noexcept { return CAPACITY; } in max_size() function in vkt::ConstexprVector
/third_party/ltp/testcases/kernel/syscalls/mlock2/
Dmlock202.c39 size_t *max_size; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
DvktConstexprVectorUtil.hpp78 inline constexpr size_type max_size() const noexcept { return CAPACITY; } in max_size() function in vkt::ConstexprVector
/third_party/cef/tests/shared/browser/
Dfile_util.cc37 size_t max_size) { in ReadFileToString()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h304 size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); } in max_size() function
305 size_type max_size(int size) const { return static_cast<size_type>(-1) / size; } in max_size() function

123456789