| /third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/ |
| D | mru_cache.h | 82 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/ |
| D | mru_cache.h | 82 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/ |
| D | mempool.c | 19 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/ |
| D | container.h | 47 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/ |
| D | PoolAlloc.h | 96 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/ |
| D | PoolAlloc.h | 96 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/ |
| D | fd_layout_test.c | 42 int max_size = MAX2(testcase->layout.width0, testcase->layout.height0); in fdl_test_layout() local
|
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitUtils.c | 175 …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/ |
| D | voc_packet.c | 27 ff_voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size) in ff_voc_get_packet()
|
| /third_party/jerryscript/jerry-debugger/ |
| D | jerry_client_serial.py | 43 def receive_data(self, max_size=1024): argument
|
| D | jerry_client_tcp.py | 39 def receive_data(self, max_size=1024): argument
|
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| D | cso_cache.c | 76 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/ |
| D | mutator_cache.cc | 21 MutatorCache::MutatorCache(size_t max_size) in MutatorCache()
|
| /third_party/ffmpeg/libavcodec/ |
| D | dca.c | 55 int max_size) in avpriv_dca_convert_bitstream()
|
| D | lclenc.c | 71 int max_size = deflateBound(&c->zstream, avctx->width * avctx->height * 3); in encode_frame() local
|
| /third_party/ltp/testcases/kernel/syscalls/pipe/ |
| D | pipe12.c | 20 static ssize_t max_size, invalid_size; variable
|
| /third_party/elfutils/libdw/ |
| D | dwarf_getpubnames.c | 90 size_t max_size = dbg->sectiondata[IDX_debug_pubnames]->d_size; in get_offsets() local
|
| /third_party/skia/third_party/externals/libwebp/extras/ |
| D | quality_estimate.c | 27 uint64_t max_size, uint64_t* const bit_pos) { in GetBit()
|
| /third_party/flutter/skia/third_party/externals/libwebp/extras/ |
| D | quality_estimate.c | 27 uint64_t max_size, uint64_t* const bit_pos) { in GetBit()
|
| /third_party/jsoncpp/include/json/ |
| D | allocator.h | 54 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/ |
| D | vktConstexprVectorUtil.hpp | 78 inline constexpr size_type max_size() const noexcept { return CAPACITY; } in max_size() function in vkt::ConstexprVector
|
| /third_party/ltp/testcases/kernel/syscalls/mlock2/ |
| D | mlock202.c | 39 size_t *max_size; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
| D | vktConstexprVectorUtil.hpp | 78 inline constexpr size_type max_size() const noexcept { return CAPACITY; } in max_size() function in vkt::ConstexprVector
|
| /third_party/cef/tests/shared/browser/ |
| D | file_util.cc | 37 size_t max_size) { in ReadFileToString()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | PoolAlloc.h | 304 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
|