Home
last modified time | relevance | path

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

12345678

/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/alsa-utils/axfer/
Dcontainer.h51 uint64_t max_size; member
97 uint64_t max_size; member
105 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/node/deps/v8/src/heap/
Dheap-controller.cc36 size_t max_size = max_heap_size; in MaxGrowingFactor() local
129 Heap* heap, size_t current_size, size_t min_size, size_t max_size, in CalculateAllocationLimit()
/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/ffmpeg/libavcodec/
Ddca.c50 int max_size) in avpriv_dca_convert_bitstream()
Dlclenc.c74 int max_size = deflateBound(zstream, avctx->width * avctx->height * 3); in encode_frame() local
/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/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/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/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dfuzzer.cc47 size_t max_size, in LLVMFuzzerCustomMutator()
/third_party/glslang/glslang/Include/
DPoolAlloc.h309 size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); } in max_size() function
310 size_type max_size(int size) const { return static_cast<size_type>(-1) / size; } in max_size() function
/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
/third_party/skia/third_party/externals/libwebp/src/enc/
Dhistogram_enc.h54 int max_size; // maximum capacity member
/third_party/skia/third_party/externals/libwebp/imageio/
Dimageio_util.c38 size_t max_size = 0; in ImgIoUtilReadFromStdin() local
/third_party/curl/lib/vauth/
Dkrb5_gssapi.c199 unsigned int max_size = 0; in Curl_auth_create_gssapi_security_message() local

12345678