/third_party/ffmpeg/libavcodec/ |
H A D | utils.c | 48 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 D | wasm-module-builder.cc | 356 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 D | wasm-module.cc | 305 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 D | wasm-module-builder.h | 450 uint32_t min_size; member
|
H A D | wasm-js.cc | 2189 uint32_t min_size = static_cast<uint32_t>(curr_size); in WebAssemblyMemoryType() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | new-spaces.cc | 563 void NewSpace::UpdateInlineAllocationLimit(size_t min_size) { in UpdateInlineAllocationLimit() argument
|
H A D | paged-spaces.cc | 887 void PagedSpace::UpdateInlineAllocationLimit(size_t min_size) { in UpdateInlineAllocationLimit() argument
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.c | 730 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 D | demux.c | 210 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 D | radv_amdgpu_cs.c | 300 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 D | growfiles.c | 214 int min_size = 1; /* also set in option parsing */ variable
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 1418 int min_size = s->ringbuffer_size ? s->ringbuffer_size : 1024; in BrotliCalculateRingBufferSize() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_allocator.c | 1015 uint32_t min_size = 1 << ANV_MIN_STATE_SIZE_LOG2; in anv_state_pool_return_chunk() local
|
H A D | genX_cmd_buffer.c | 6260 const unsigned min_size[][2] = { in cmd_buffer_emit_hashing_mode() local
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.c | 1112 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 D | webpinfo.c | 585 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 D | decode.c | 1418 int min_size = s->ringbuffer_size ? s->ringbuffer_size : 1024; in BrotliCalculateRingBufferSize() local
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_gem.c | 316 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 D | attrib.c | 3891 s64 min_size, max_size; local
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | layout.h | 623 /* 90*/ sle64 min_size; /* Optional minimum attribute size. */ member
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 8364 const unsigned min_size[][2] = { in emit_hashing_mode() local
|
/third_party/python/Modules/ |
H A D | _pickle.c | 847 _PyMemoTable_ResizeTable(PyMemoTable *self, size_t min_size) in _PyMemoTable_ResizeTable() argument
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1315 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 D | upb.c | 1281 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 D | nuklear.h | 5202 struct nk_vec2 min_size; member
|