Home
last modified time | relevance | path

Searched defs:max_size (Results 26 - 50 of 624) sorted by relevance

12345678910>>...25

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dchunk_allocator.h67 size_type max_size() const in max_size() function in panda::ecmascript::ChunkAllocator
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmalloc_mem_pool-inl.h47 size_t max_size = size + sizeof(ArenaT) + max_alignment_drift; in AllocArenaImpl() local
H A Darena_allocator_stl_adapter.h102 size_type max_size() const in max_size() function in panda::ArenaAllocatorAdapter
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h106 size_type max_size() const in max_size() function in ark::ArenaAllocatorAdapter
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots_allocator_stl_adapter.h117 size_type max_size() const in max_size() function in ark::mem::RunSlotsAllocatorAdapter
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c190 static int plpks_max_size(u64 *max_size) in plpks_max_size() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c125 static int opal_secvar_max_size(u64 *max_size) in opal_secvar_max_size() argument
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-rect.h44 v4l2_rect_set_max_size(struct v4l2_rect *r, const struct v4l2_rect *max_size) v4l2_rect_set_max_size() argument
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dgb-camera.h36 unsigned int max_size; member
/kernel/linux/linux-6.6/fs/ext4/
H A Dsymlink.c32 unsigned int max_size; in ext4_encrypted_get_link() local
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-rect.h44 v4l2_rect_set_max_size(struct v4l2_rect *r, const struct v4l2_rect *max_size) v4l2_rect_set_max_size() argument
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dgb-camera.h36 unsigned int max_size; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_alloc.c136 unsigned int offset, max_size; in hns_roce_get_kmem_bufs() local
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_devcaps.c62 unsigned int max_size; in vmw_fill_compat_cap() local
/third_party/curl/lib/vauth/
H A Dkrb5_gssapi.c199 unsigned int max_size = 0; in Curl_auth_create_gssapi_security_message() local
/third_party/ffmpeg/tools/
H A Dprobetest.c101 int max_size = 65537; in main() local
/third_party/backends/backend/genesys/
H A Dtest_settings.cpp79 unsigned max_size = 50; in get_testing_device_name() local
/third_party/node/deps/v8/src/zone/
H A Dzone-allocator.h63 size_t max_size() const { in max_size() function in v8::internal::ZoneAllocator
/third_party/ltp/testcases/kernel/syscalls/mlock2/
H A Dmlock202.c39 size_t *max_size; member
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.h70 uint64_t max_size; member
/third_party/pcre2/pcre2/src/sljit/
H A DsljitUtils.c175 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data) in sljit_allocate_stack() argument
239 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data) in sljit_allocate_stack() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dhistogram_enc.h54 int max_size; // maximum capacity member
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dfuzzer.cc45 LLVMFuzzerCustomMutator(uint8_t* data, size_t size, size_t max_size, unsigned seed) LLVMFuzzerCustomMutator() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
H A Dfuzzer.cc55 LLVMFuzzerCustomMutator(uint8_t* data, size_t size, size_t max_size, unsigned seed) LLVMFuzzerCustomMutator() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DPoolAlloc.h96 size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); } in max_size() function in pool_allocator
97 size_type max_size(int size) const { return static_cast<size_type>(-1) / size; } in max_size() function in pool_allocator

Completed in 10 milliseconds

12345678910>>...25