Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/
H A Dutils.c48 void av_fast_padded_malloc(void *ptr, unsigned int *size, size_t min_size) in av_fast_padded_malloc() argument
61 void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size) in av_fast_padded_mallocz() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc356 uint32_t WasmModuleBuilder::AddTable(ValueType type, uint32_t min_size) { in AddTable() argument
361 uint32_t WasmModuleBuilder::AddTable(ValueType type, uint32_t min_size, in AddTable() argument
367 uint32_t WasmModuleBuilder::AddTable(ValueType type, uint32_t min_size, in AddTable() argument
H A Dwasm-module.cc305 Handle<JSObject> GetTypeForMemory(Isolate* isolate, uint32_t min_size, in GetTypeForMemory() argument
327 GetTypeForTable(Isolate* isolate, ValueType type, uint32_t min_size, base::Optional<uint32_t> max_size) GetTypeForTable() argument
H A Dwasm-module-builder.h450 uint32_t min_size; member
H A Dwasm-js.cc2189 uint32_t min_size = static_cast<uint32_t>(curr_size); in WebAssemblyMemoryType() local
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc563 void NewSpace::UpdateInlineAllocationLimit(size_t min_size) { in UpdateInlineAllocationLimit() argument
H A Dpaged-spaces.cc887 void PagedSpace::UpdateInlineAllocationLimit(size_t min_size) { in UpdateInlineAllocationLimit() argument
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c730 const unsigned min_size = MAX2(ib->max_check_space_size, 8 * 1024 * 4); in amdgpu_ib_new_buffer() local
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Ddemux.c210 static ParseStatus StoreFrame(int frame_num, uint32_t min_size, in StoreFrame() argument
377 const size_t min_size = RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE; in ReadHeader() local
298 NewFrame(const MemBuffer* const mem, uint32_t min_size, uint32_t actual_size, Frame** frame) NewFrame() argument
402 const size_t min_size = CHUNK_HEADER_SIZE; ParseSingleImage() local
[all...]
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c300 radv_amdgpu_cs_grow(struct radeon_cmdbuf *_cs, size_t min_size) in radv_amdgpu_cs_grow() argument
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c214 int min_size = 1; /* also set in option parsing */ variable
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c1418 int min_size = s->ringbuffer_size ? s->ringbuffer_size : 1024; in BrotliCalculateRingBufferSize() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c1015 uint32_t min_size = 1 << ANV_MIN_STATE_SIZE_LOG2; in anv_state_pool_return_chunk() local
H A DgenX_cmd_buffer.c6260 const unsigned min_size[][2] = { in cmd_buffer_emit_hashing_mode() local
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c1112 reserve_buf_internal(nghttp3_buf *buf, size_t extra_size, size_t min_size, const nghttp3_mem *mem) reserve_buf_internal() argument
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c585 const size_t min_size = RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE; in ParseRIFFHeader() local
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c1418 int min_size = s->ringbuffer_size ? s->ringbuffer_size : 1024; in BrotliCalculateRingBufferSize() local
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c316 unsigned long min_size, max_size; in drm_intel_gem_bo_tile_size() local
549 unsigned int min_size; in drm_intel_bo_gem_set_in_aperture_size() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c3891 s64 min_size, max_size; local
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h623 /* 90*/ sle64 min_size; /* Optional minimum attribute size. */ member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c8364 const unsigned min_size[][2] = { in emit_hashing_mode() local
/third_party/python/Modules/
H A D_pickle.c847 _PyMemoTable_ResizeTable(PyMemoTable *self, size_t min_size) in _PyMemoTable_ResizeTable() argument
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1315 bool _upb_array_realloc(upb_array *arr, size_t min_size, upb_arena *arena) { in _upb_array_realloc() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1281 bool _upb_array_realloc(upb_array *arr, size_t min_size, upb_arena *arena) { in _upb_array_realloc() argument
/third_party/glfw/deps/
H A Dnuklear.h5202 struct nk_vec2 min_size; member

Completed in 181 milliseconds

12