Home
last modified time | relevance | path

Searched defs:initial_size (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/tests/
Dblock_pool_grow_first.c41 const uint32_t initial_size = block_size / 2; in main() local
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.c66 gst_queue_array_new_for_struct (gsize struct_size, guint initial_size) in gst_queue_array_new_for_struct()
96 gst_queue_array_new (guint initial_size) in gst_queue_array_new()
/third_party/flatbuffers/grpc/tests/
Dmessage_builder_test.cpp232 for (size_t initial_size = 4; initial_size <= 2048; initial_size *= 2) { in builder_move_ctor_conversion_before_finish_half_n_half_table_test() local
250 for (size_t initial_size = 1; initial_size <= 2048; initial_size += 1) { in builder_move_ctor_conversion_before_finish_test() local
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java75 public FlatBufferBuilder(int initial_size, ByteBufferFactory bb_factory) { in FlatBufferBuilder()
87 public FlatBufferBuilder(int initial_size, ByteBufferFactory bb_factory, in FlatBufferBuilder()
109 public FlatBufferBuilder(int initial_size) { in FlatBufferBuilder()
/third_party/ejdb/src/jbi/
Djbi_sorter_consumer.c155 static iwrc _jbi_scan_sorter_init(struct _JBSSC *ssc, off_t initial_size) { in _jbi_scan_sorter_init()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cs.c17 uint32_t initial_size) in tu_cs_init()
/third_party/iowow/src/fs/
Diwexfile.h140 off_t initial_size; /**< Initial file size */ member
/third_party/gstreamer/gstreamer/gst/
Dgstatomicqueue.c156 gst_atomic_queue_new (guint initial_size) in gst_atomic_queue_new()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.c36 const size_t initial_size = sizeof (re_compiled_code_t); in re_initialize_regexp_bytecode() local
/third_party/python/Lib/email/
Dheader.py543 def __init__(self, initial_size=0): argument
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c2432 const lit_utf8_size_t initial_size = sizeof (ecma_ascii_string_t); in ecma_stringbuilder_create() local
2452 const lit_utf8_size_t initial_size = string_size + (lit_utf8_size_t) sizeof (ecma_ascii_string_t); in ecma_stringbuilder_create_from() local
2478 const lit_utf8_size_t initial_size = data_size + (lit_utf8_size_t) sizeof (ecma_ascii_string_t); in ecma_stringbuilder_create_raw() local
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c172 uint32_t initial_size = initial_entries * ANV_STATE_ENTRY_SIZE; in anv_state_table_init() local
373 uint32_t initial_size) in anv_block_pool_init()
847 uint32_t initial_size = block_size * 16; in anv_state_pool_init() local
/third_party/flatbuffers/php/
DFlatbufferBuilder.php89 public function __construct($initial_size)
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c711 int initial_size) in virgl_drm_alloc_res_list()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_render.c143 uint32_t initial_size, in pvr_free_list_create()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c1827 int initial_size; in VP8LEncodeImage() local
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc466 const int initial_size = m->size(); in TestOldVersusNewIterator() local
590 const int initial_size = map_.size(); in TEST_F() local
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h901 : buf_(initial_size), in buf_() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c2048 int initial_size; in VP8LEncodeImage() local
/third_party/python/Parser/
Dpegen.c646 growable_comment_array_init(growable_comment_array *arr, size_t initial_size) { in growable_comment_array_init()