Home
last modified time | relevance | path

Searched refs:size (Results 10551 - 10575 of 21346) sorted by relevance

1...<<421422423424425426427428429430>>...854

/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.h81 CHECK_EQ(new_off_heap_array_buffers().size(), 0); in CheckNoArrayBufferBackingStores()
115 DCHECK_LT(i, backing_stores_.size()); in backing_store()
205 HeapObject Allocate(AllocationType allocation, int size,
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h52 * a maximum 4GB size for each region, so we need to restrict those
178 * The size may be larger than the size originally requested for the
179 * allocation, such as being aligned to page size.
181 uint64_t size; member
312 uint64_t size,
319 void *ptr, size_t size,
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c61 size_t size, in lp_format_intrinsic()
98 snprintf(name, size, "%s.v%u%c%u", name_root, length, c, width); in lp_format_intrinsic()
100 snprintf(name, size, "%s.%c%u", name_root, c, width); in lp_format_intrinsic()
368 /* don't support arbitrary size here as this is so yuck */ in lp_build_intrinsic_binary_anylength()
374 debug_printf("%s: should handle arbitrary vector size\n", in lp_build_intrinsic_binary_anylength()
60 lp_format_intrinsic(char *name, size_t size, const char *name_root, LLVMTypeRef type) lp_format_intrinsic() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_isa.py77 loc = [int(deriv.attrib['start']), int(deriv.attrib['size'])]
97 size = int(mod.attrib['size'])
112 count = (1 << size)
114 out.append([[name, start, size], default, opts])
157 common['immediates'].append([imm.attrib['name'], start, int(imm.attrib['size'])])
349 # Parses out the size part of an opocde name
/third_party/mesa3d/src/util/tests/
H A Dregister_allocate_test.cpp247 assert(blob.size == 0);
251 assert(blob.size > 0);
254 blob_reader_init(&reader, blob.data, blob.size);
/third_party/mesa3d/src/vulkan/util/
H A Dvk_cmd_queue_gen.py43 # The size of the elements is specified in a stride param
53 # pData's size cannot be calculated from the xml
462 def get_struct_copy(dst, src_name, src_type, size, types, level=0):
466 allocation = "%s = vk_zalloc(queue->alloc, %s, 8, VK_SYSTEM_ALLOCATION_SCOPE_OBJECT);\n if (%s == NULL) goto err;\n" % (dst, size, dst)
467 copy = "memcpy((void*)%s, %s, %s);" % (dst, src_name, size)
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.h302 size_t size);
309 unsigned size);
316 unsigned size);
H A Ddraw_pt_emit.c118 hw_key.output_stride = vinfo->size * 4; in draw_pt_emit_prepare()
128 if (!vinfo->size) in draw_pt_emit_prepare()
132 (vinfo->size * 4)); in draw_pt_emit_prepare()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.c272 ice->shaders.urb_size = devinfo->urb.size; in crocus_create_context()
317 ice->urb.size = devinfo->urb.size; in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_buffer.cpp141 for (uint i = 0; i < pD3D12VideoBuffer->surfaces.size(); ++i) { in d3d12_video_buffer_destroy()
147 for (uint i = 0; i < pD3D12VideoBuffer->sampler_view_planes.size(); ++i) { in d3d12_video_buffer_destroy()
153 for (uint i = 0; i < pD3D12VideoBuffer->sampler_view_components.size(); ++i) { in d3d12_video_buffer_destroy()
287 // fit the container size pD3D12VideoBuffer->sampler_view_components to the actual components number in d3d12_video_buffer_get_sampler_view_components()
316 // Adjust size to fit component <= VL_NUM_COMPONENTS in d3d12_video_buffer_get_sampler_view_components()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c77 const unsigned size = gen_size * gen_nr; in translate_indices() local
115 size); in translate_indices()
131 /* Allocate upload buffer space. Align to the index size. */ in translate_indices()
132 u_upload_alloc(pipe->stream_uploader, 0, size, gen_size, in translate_indices()
H A Dsvga_swtnl_backend.c67 size_t size = (size_t)nr_vertices * (size_t)vertex_size; in svga_vbuf_render_allocate_vertices() local
83 < svga_render->vbuf_offset + svga_render->vbuf_used + size) in svga_vbuf_render_allocate_vertices()
92 svga_render->vbuf_size = MAX2(size, svga_render->vbuf_alloc_size); in svga_vbuf_render_allocate_vertices()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_h264.c69 assert(buf->size >= sizeof(VAPictureParameterBufferH264) && buf->num_elements == 1); in vlVaHandlePictureParameterBufferH264()
183 assert(buf->size >= sizeof(VAIQMatrixBufferH264) && buf->num_elements == 1); in vlVaHandleIQMatrixBufferH264()
192 assert(buf->size >= sizeof(VASliceParameterBufferH264) && buf->num_elements == 1); in vlVaHandleSliceParameterBufferH264()
/third_party/node/deps/openssl/openssl/crypto/async/
H A Dasync.c112 * no max size and no pre-created jobs in async_get_pool_job()
178 int (*func)(void *), void *args, size_t size) in ASYNC_start_job()
257 ctx->currjob->funcargs = OPENSSL_malloc(size); in ASYNC_start_job()
264 memcpy(ctx->currjob->funcargs, args, size); in ASYNC_start_job()
177 ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, int (*func)(void *), void *args, size_t size) ASYNC_start_job() argument
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/rc4/
H A Drc4-s390x.s186 .size RC4,.-RC4
228 .size RC4_set_key,.-RC4_set_key
236 .size RC4_options,.-RC4_options
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-s390x.pl123 .size gcm_gmult_4bit,(.-gcm_gmult_4bit)
249 .size gcm_ghash_4bit,(.-gcm_ghash_4bit)
258 .size rem_4bit,(.-rem_4bit)
/third_party/node/deps/uv/src/win/
H A Dprocess-stdio.c385 int uv__stdio_verify(BYTE* buffer, WORD size) { in uv__stdio_verify() argument
393 if (size < CHILD_STDIO_SIZE(0)) in uv__stdio_verify()
401 /* Verify that the buffer size is big enough to hold info for N FDs. */ in uv__stdio_verify()
402 if (size < CHILD_STDIO_SIZE(count)) in uv__stdio_verify()
/third_party/node/deps/uvwasi/include/
H A Duvwasi.h25 typedef void* (*uvwasi_malloc)(size_t size, void* mem_user_data);
27 typedef void* (*uvwasi_calloc)(size_t nmemb, size_t size, void* mem_user_data);
28 typedef void* (*uvwasi_realloc)(void* ptr, size_t size, void* mem_user_data);
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompiler.java220 for (int n = 1; n < nodes.size(); n++) { in createOps()
257 int size() { in size() method in MatcherCompiler.Sequence
258 return nodes.size(); in size()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DCsvData.java121 checkMetadata(csvRegions.size() == 1 && csvRegions.contains(mainRegion), in checkRegions()
129 && csvRegions.size() == extraRegions.getValues().size() + 1, in checkRegions()
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
H A DServletMain.java177 if (report.getValidMigrations().size() == 1) { in handleSingleNumberMigration()
179 } else if (report.getInvalidMigrations().size() == 1) { in handleSingleNumberMigration()
181 } else if (report.getValidUntouchedEntries().size() == 1) { in handleSingleNumberMigration()
/third_party/qrcodegen/c/
H A Dqrcodegen-demo.c267 // Creates QR Codes with the same size and contents but different mask patterns.
326 int size = qrcodegen_getSize(qrcode); in printQr() local
328 for (int y = -border; y < size + border; y++) { in printQr()
329 for (int x = -border; x < size + border; x++) { in printQr()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DDynamicMessageTest.java94 assertEquals(2, message.getUnknownFields().asMap().size()); in testUnknownFields()
97 assertEquals(2, newBuilder.getUnknownFields().asMap().size()); in testUnknownFields()
103 assertEquals(2, newBuilder.getUnknownFields().asMap().size()); in testUnknownFields()
/third_party/python/Lib/ctypes/test/
H A Dtest_arrays.py233 @bigmemtest(size=_2G, memuse=1, dry_run=False)
234 def test_large_array(self, size):
235 c_char * size
/third_party/openssl/crypto/async/
H A Dasync.c112 * no max size and no pre-created jobs in async_get_pool_job()
178 int (*func)(void *), void *args, size_t size) in ASYNC_start_job()
257 ctx->currjob->funcargs = OPENSSL_malloc(size); in ASYNC_start_job()
264 memcpy(ctx->currjob->funcargs, args, size); in ASYNC_start_job()
177 ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, int (*func)(void *), void *args, size_t size) ASYNC_start_job() argument

Completed in 21 milliseconds

1...<<421422423424425426427428429430>>...854