Home
last modified time | relevance | path

Searched defs:size (Results 10026 - 10050 of 12223) sorted by relevance

1...<<401402403404405406407408409410>>...489

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_structs.h24 size_t size = 0; in vn_sizeof_VkExtent3D() local
50 size_t size = 0; in vn_sizeof_VkExtent3D_partial() local
70 size_t size = 0; in vn_sizeof_VkLayerProperties() local
98 size_t size = 0; vn_sizeof_VkLayerProperties_partial() local
120 size_t size = 0; vn_sizeof_VkExtensionProperties() local
148 size_t size = 0; vn_sizeof_VkExtensionProperties_partial() local
166 size_t size = 0; vn_sizeof_VkMemoryRequirements() local
184 size_t size = 0; vn_sizeof_VkMemoryRequirements_partial() local
204 size_t size = 0; vn_sizeof_VkSparseImageFormatProperties() local
222 size_t size = 0; vn_sizeof_VkSparseImageFormatProperties_partial() local
242 size_t size = 0; vn_sizeof_VkImageSubresource() local
262 size_t size = 0; vn_sizeof_VkOffset3D() local
289 size_t size = 0; vn_sizeof_VkSemaphoreTypeCreateInfo_self() local
299 size_t size = 0; vn_sizeof_VkSemaphoreTypeCreateInfo() local
344 size_t size = 0; vn_sizeof_VkImageFormatListCreateInfo_self() local
359 size_t size = 0; vn_sizeof_VkImageFormatListCreateInfo() local
409 size_t size = 0; vn_sizeof_VkImageStencilUsageCreateInfo_self() local
418 size_t size = 0; vn_sizeof_VkImageStencilUsageCreateInfo() local
455 size_t size = 0; vn_sizeof_VkComponentMapping() local
484 size_t size = 0; vn_sizeof_VkComponentMapping_partial() local
506 size_t size = 0; vn_sizeof_VkImageSubresourceRange() local
537 size_t size = 0; vn_sizeof_VkSamplerYcbcrConversionInfo_self() local
546 size_t size = 0; vn_sizeof_VkSamplerYcbcrConversionInfo() local
583 size_t size = 0; vn_sizeof_VkViewport() local
609 size_t size = 0; vn_sizeof_VkOffset2D() local
632 size_t size = 0; vn_sizeof_VkOffset2D_partial() local
650 size_t size = 0; vn_sizeof_VkExtent2D() local
673 size_t size = 0; vn_sizeof_VkExtent2D_partial() local
691 size_t size = 0; vn_sizeof_VkRect2D() local
714 size_t size = 0; vn_sizeof_VkRect2D_partial() local
732 size_t size = vn_sizeof_uint32_t(&tag); vn_sizeof_VkClearColorValue_tag() local
800 size_t size = 0; vn_sizeof_VkMemoryDedicatedRequirements_self() local
810 size_t size = 0; vn_sizeof_VkMemoryDedicatedRequirements() local
857 size_t size = 0; vn_sizeof_VkMemoryDedicatedRequirements_self_partial() local
867 size_t size = 0; vn_sizeof_VkMemoryDedicatedRequirements_partial() local
906 size_t size = 0; vn_sizeof_VkMemoryRequirements2_pnext() local
929 size_t size = 0; vn_sizeof_VkMemoryRequirements2_self() local
938 size_t size = 0; vn_sizeof_VkMemoryRequirements2() local
999 size_t size = 0; vn_sizeof_VkMemoryRequirements2_pnext_partial() local
1022 size_t size = 0; vn_sizeof_VkMemoryRequirements2_self_partial() local
1031 size_t size = 0; vn_sizeof_VkMemoryRequirements2_partial() local
1091 size_t size = 0; vn_sizeof_VkMemoryBarrier2_self() local
1103 size_t size = 0; vn_sizeof_VkMemoryBarrier2() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer.h282 vn_renderer_shmem_create(struct vn_renderer *renderer, size_t size) in vn_renderer_shmem_create() argument
314 vn_renderer_bo_create_from_device_memory( struct vn_renderer *renderer, VkDeviceSize size, vn_object_id mem_id, VkMemoryPropertyFlags flags, VkExternalMemoryHandleTypeFlags external_handles, struct vn_renderer_bo **out_bo) vn_renderer_bo_create_from_device_memory() argument
337 vn_renderer_bo_create_from_dma_buf(struct vn_renderer *renderer, VkDeviceSize size, int fd, VkMemoryPropertyFlags flags, struct vn_renderer_bo **out_bo) vn_renderer_bo_create_from_dma_buf() argument
395 vn_renderer_bo_invalidate(struct vn_renderer *renderer, struct vn_renderer_bo *bo, VkDeviceSize offset, VkDeviceSize size) vn_renderer_bo_invalidate() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c1202 const unsigned size = 4 * 16 * sizeof(uint8_t) in try_update_scene_state() local
[all...]
H A Dlp_texture.c840 unsigned size = 0; llvmpipe_get_format_alignment() local
935 unsigned size = 0; llvmpipe_resource_size() local
955 llvmpipe_allocate_memory(struct pipe_screen *screen, uint64_t size) llvmpipe_allocate_memory() argument
973 llvmpipe_allocate_memory_fd(struct pipe_screen *screen, uint64_t size, int *fd) llvmpipe_allocate_memory_fd() argument
981 llvmpipe_import_memory_fd(struct pipe_screen *screen, int fd, struct pipe_memory_allocation **ptr, uint64_t *size) llvmpipe_import_memory_fd() argument
1037 unsigned size = llvmpipe_resource_size(&lpr->base); llvmpipe_print_resources() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1134 nv50_so_target_create(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size) nv50_so_target_create() argument
[all...]
/third_party/icu/icu4c/source/io/
H A Duprntf_p.cpp1065 int32_t size = 0; in parseArguments() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java1270 int size; field in Demo.SizeActionListener
1271 public SizeActionListener(int size) { in SizeActionListener() argument
[all...]
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c932 static void *U_CALLCONV ctest_libMalloc(const void *context, size_t size) { in ctest_libMalloc() argument
942 static void *U_CALLCONV ctest_libRealloc(const void *context, void *mem, size_t size) { in ctest_libRealloc() argument
[all...]
/third_party/libfuse/example/
H A Dpassthrough_hp.cc694 static void do_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in do_readdir() argument
789 static void sfs_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in sfs_readdir() argument
796 static void sfs_readdirplus(fuse_req_t req, fuse_ino_t ino, size_t size, in sfs_readdirplus() argument
924 static void do_read(fuse_req_t req, size_t size, off_ argument
935 sfs_read(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, fuse_file_info *fi) sfs_read() argument
942 do_write_buf(fuse_req_t req, size_t size, off_t off, fuse_bufvec *in_buf, fuse_file_info *fi) do_write_buf() argument
1000 sfs_getxattr(fuse_req_t req, fuse_ino_t ino, const char *name, size_t size) sfs_getxattr() argument
1044 sfs_listxattr(fuse_req_t req, fuse_ino_t ino, size_t size) sfs_listxattr() argument
1086 sfs_setxattr(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value, size_t size, int flags) sfs_setxattr() argument
[all...]
H A Dpassthrough_ll.c641 static void lo_do_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in lo_do_readdir() argument
734 static void lo_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in lo_readdir() argument
740 static void lo_readdirplus(fuse_req_t req, fuse_ino_t ino, size_t size, in lo_readdirplus() argument
865 static void lo_read(fuse_req_t req, fuse_ino_t ino, size_t size, in lo_read() argument
950 lo_getxattr(fuse_req_t req, fuse_ino_t ino, const char *name, size_t size) lo_getxattr() argument
1001 lo_listxattr(fuse_req_t req, fuse_ino_t ino, size_t size) lo_listxattr() argument
1051 lo_setxattr(fuse_req_t req, fuse_ino_t ino, const char *name, const char *value, size_t size, int flags) lo_setxattr() argument
[all...]
/third_party/libdrm/tests/amdgpu/
H A Djpeg_tests.c116 uint64_t size; member
277 static void alloc_resource(struct amdgpu_jpeg_bo *jpeg_bo, unsigned size, in alloc_resource() argument
535 int size, r; in amdgpu_cs_jpeg_decode() local
[all...]
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c74 void munmap_reserve(void *page, int size) in munmap_reserve() argument
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c202 static int sock_recv_poll(char *buf, int size, struct sock_info *i) in sock_recv_poll() argument
330 static int client_connect_send(const char *msg, int size) in client_connect_send() argument
446 int size = ntohs(net_size.value); in parse_client_request() local
533 make_server_reply(char *send_msg, int size) make_server_reply() argument
[all...]
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
H A Dpage-poisoning.c195 static void munmap_reserve(void *page, int size) in munmap_reserve() argument
637 int size; in setup_ipc() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c74 void munmap_reserve(void *page, int size) in munmap_reserve() argument
/third_party/lwip/src/core/
H A Dpbuf.c671 pbuf_free_header(struct pbuf *q, u16_t size) pbuf_free_header() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumber.pb.h500 reinterpret_cast<const char*>(value), size), GetArena()); in set_extension() local
630 reinterpret_cast<const char*>(value), size), GetArena()); in set_raw_input() local
733 reinterpret_cast<const char*>(value), size), GetAren in set_preferred_domestic_carrier_code() local
496 set_extension(const char* value, size_t size) set_extension() argument
626 set_raw_input(const char* value, size_t size) set_raw_input() argument
729 set_preferred_domestic_carrier_code(const char* value, size_t size) set_preferred_domestic_carrier_code() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.h61 static inline bool is_positive(pseudo_t pseudo, unsigned size) in is_positive() argument
93 size:24; member
H A Dtokenize.c50 int fd, offset, size; member
357 int size = stream->size; in nextchar_slow() local
1008 tokenize_buffer(void *buffer, unsigned long size, struct token **endtoken) tokenize_buffer() argument
[all...]
H A Dexpand.c1021 unsigned long size = 0; in bit_range() local
H A Dshow-parse.c759 int size = arg->ctype->bit_size; in show_call_expression() local
/third_party/lz4/lib/
H A Dxxhash.c112 static void* XXH_memcpy(void* dest, const void* src, size_t size) { return memcpy(dest,src,size); } in XXH_memcpy() argument
/third_party/lzma/C/
H A D7zTypes.h414 size_t size; /* it's data size */ global() member
[all...]
H A DLzFind.c140 size_t size = (size_t)(p->bufBase + p->blockSize - dest); in MatchFinder_ReadBlock() local
[all...]
H A DLzFindMt.c645 UInt32 size = p->hashBufPosLimit - p->hashBufPos; in BtGetMatches() local

Completed in 39 milliseconds

1...<<401402403404405406407408409410>>...489