Home
last modified time | relevance | path

Searched refs:size (Results 11576 - 11600 of 19508) sorted by relevance

1...<<461462463464465466467468469470>>...781

/third_party/node/deps/v8/src/compiler/
H A Dloop-analysis.h77 if (node->id() >= node_to_loop_num_.size()) return nullptr; in ContainingLoop()
188 // 1) the loop size (in graph nodes) exceeds {max_size},
232 node_map_.Set(original, copies_->size() + 1); in CopyNodes()
H A Dloop-unrolling.cc27 unrolling_count_heuristic(static_cast<uint32_t>(loop->size()), depth); in UnrollLoop()
32 uint32_t copied_size = static_cast<uint32_t>(loop->size()) * iteration_count; in UnrollLoop()
/third_party/node/deps/v8/src/debug/
H A Ddebug-stack-trace-iterator.cc37 inlined_frame_index_ = static_cast<int>(frames.size()); in DebugStackTraceIterator()
68 inlined_frame_index_ = static_cast<int>(frames.size()); in Advance()
/third_party/node/deps/v8/src/codegen/
H A Dsignature.h109 Builder builder(zone, returns.size(), params.size()); in Build()
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.h29 String16(const UChar* characters, size_t size);
32 String16(const char* characters, size_t size);
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data-impl.h26 int data_length() const { return static_cast<int>(data_->size()); } in data_length()
208 int children_length() const { return static_cast<int>(children_.size()); } in children_length()
/third_party/node/deps/v8/src/objects/
H A Dobjects-body-descriptors.h108 // This class describes a body of an object of a fixed size
112 template <int start_offset, int end_offset, int size>
116 static const int kSize = size;
145 // This class describes a body of an object of a variable size
186 // This class describes a body of an object of a variable size
216 // slots are iterated. The parent must be fixed size, and its slots be disjoint
245 // The child should know its full size. in SizeOf()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h106 unsigned size; member
162 unsigned size; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h235 * so the queue size is TC_MAX_BATCHES - 2 = number of waiting batches.
237 * Use a size as small as possible for low CPU L2 cache usage but large enough
243 /* The size of one batch. Non-trivial calls (i.e. not setting a CSO pointer)
257 /* This mask is used to get a hash of a buffer ID. It's also the bit size of
258 * the buffer list - 1. It must be 2^n - 1. The size should be as low as
268 * If the upload size is greater than this, it will do instead:
639 unsigned size, in tc_buffer_write()
642 pipe->buffer_subdata(pipe, buf, PIPE_MAP_WRITE | TC_TRANSFER_MAP_NO_INVALIDATE, offset, size, data); in tc_buffer_write()
636 tc_buffer_write(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, const void *data) tc_buffer_write() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_winsys.h74 uint32_t flags, uint32_t size);
106 struct virgl_cmd_buf *(*cmd_buf_create)(struct virgl_winsys *ws, uint32_t size);
/third_party/mesa3d/src/tool/pps/
H A Dpps_config.cc75 auto res = std::from_chars(view.data(), view.data() + view.size(), counter_id); in to_counter_id()
215 for (uint32_t i = 0; i < driver->counters.size(); ++i) { in main()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_defines.h362 size_t size; member
376 size_t size; member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_log.c193 if (cmd_buffer->labels.size > 0) { in __vk_log_impl()
205 if (queue->labels.size > 0) { in __vk_log_impl()
H A Dvk_pipeline.c95 spirv_size = module->size; in vk_pipeline_shader_stage_to_nir()
115 /* Starting with SPIR-V 1.6, varying subgroup size the default */ in vk_pipeline_shader_stage_to_nir()
157 _mesa_sha1_compute(blob.data, blob.size, stage_sha1); in vk_pipeline_hash_shader_stage()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.h106 void setCodeLocation(void *, uint32_t size);
175 virtual void getBuiltinCode(const uint32_t **code, uint32_t *size) const = 0;
/third_party/mindspore/test/unittest/
H A Dnnrt_delegate_unit_test.cpp116 OH_AI_DeviceInfoAddExtension(nnrtDeviceInfo, "CachePath", cachePath.c_str(), cachePath.size()); in HWTEST()
117 OH_AI_DeviceInfoAddExtension(nnrtDeviceInfo, "CacheVersion", cacheVersion.c_str(), cacheVersion.size()); in HWTEST()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c50 unsigned size = index_size * nr; in generate_indices() local
55 PIPE_USAGE_IMMUTABLE, size); in generate_indices()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.h98 VkDeviceSize offset, size, alignment; member
202 zink_resource_init_mem_range(struct zink_screen *screen, struct zink_resource_object *obj, VkDeviceSize offset, VkDeviceSize size);
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h364 switch (desc->channel[i].size) { in r300_translate_vertex_data_type()
384 switch (desc->channel[i].size) { in r300_translate_vertex_data_type()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobjects.h77 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size,
80 int size,
/third_party/node/deps/undici/src/lib/fetch/
H A Dfile.js64 // F.size is set to the number of total bytes in bytes.
131 // F.size is set to the number of total bytes in bytes.
168 get size () {
171 return this[kState].blobLike.size
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DMessageExtensions.cs167 /// The size of the destination span needs to fit the serialized size
171 /// <param name="output">The span to write to. Size must match size of the message exactly.</param>
301 int size = (int) CodedInputStream.ReadRawVarint32(input); in MergeDelimitedFrom()
302 Stream limitedStream = new LimitedInputStream(input, size); in MergeDelimitedFrom()
/third_party/python/Lib/idlelib/
H A Dscrolledlist.py91 index = self.listbox.size() - 1
105 if index >= self.listbox.size():
/third_party/python/Lib/multiprocessing/
H A Dsharedctypes.py40 size = ctypes.sizeof(type_)
41 wrapper = heap.BufferWrapper(size)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsics.cpp105 for (size_t imageSizeNdx = 0; imageSizeNdx < imageParams.imageSizes.size(); ++imageSizeNdx) in createSparseResourcesShaderIntrinsicsTests()
138 // duplicate tests with Nontemporal operand just for smallest size (which is the last one) in createSparseResourcesShaderIntrinsicsTests()
139 if (imageSizeNdx == (imageParams.imageSizes.size() - 1)) in createSparseResourcesShaderIntrinsicsTests()

Completed in 23 milliseconds

1...<<461462463464465466467468469470>>...781