| /third_party/mesa3d/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_semaphore.h | 26 size_t size = 0; in vn_sizeof_VkExportSemaphoreCreateInfo_self() local 35 size_t size = 0; in vn_sizeof_VkExportSemaphoreCreateInfo() local 73 size_t size = 0; in vn_sizeof_VkSemaphoreCreateInfo_pnext() local 102 size_t size = 0; vn_sizeof_VkSemaphoreCreateInfo_self() local 111 size_t size = 0; vn_sizeof_VkSemaphoreCreateInfo() local 177 size_t size = 0; vn_sizeof_VkSemaphoreWaitInfo_self() local 200 size_t size = 0; vn_sizeof_VkSemaphoreWaitInfo() local 258 size_t size = 0; vn_sizeof_VkSemaphoreSignalInfo_self() local 268 size_t size = 0; vn_sizeof_VkSemaphoreSignalInfo() local [all...] |
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | virtgpu_drm.h | 69 __u32 size; member 106 __u32 size; /* validate transfer in the host */ member 113 __u32 size; member 154 __u32 size; member 171 __u64 size; member
|
| H A D | tegra_drm.h | 44 __u64 size; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_buffer.c | 52 uint32_t size = align(buf->base.width0, 0x100); in nouveau_buffer_allocate() local 161 const unsigned size = align(tx->base.box.width, 4) + adj; in nouveau_transfer_staging() local 191 const unsigned size = tx->base.box.width; in nouveau_transfer_read() local 208 nouveau_transfer_write(struct nouveau_context *nv, struct nouveau_transfer *tx, unsigned offset, unsigned size) nouveau_transfer_write() argument 589 nouveau_copy_buffer(struct nouveau_context *nv, struct nv04_resource *dst, unsigned dstx, struct nv04_resource *src, unsigned srcx, unsigned size) nouveau_copy_buffer() argument 800 nouveau_buffer_data_fetch(struct nouveau_context *nv, struct nv04_resource *buf, struct nouveau_bo *bo, unsigned offset, unsigned size) nouveau_buffer_data_fetch() argument 821 unsigned size = buf->base.width0; nouveau_buffer_migrate() local 885 nouveau_user_buffer_upload(struct nouveau_context *nv, struct nv04_resource *buf, unsigned base, unsigned size) nouveau_user_buffer_upload() argument 942 nouveau_scratch_bo_alloc(struct nouveau_context *nv, struct nouveau_bo **pbo, unsigned size) nouveau_scratch_bo_alloc() argument 979 nouveau_scratch_runout(struct nouveau_context *nv, unsigned size) nouveau_scratch_runout() argument 1013 nouveau_scratch_next(struct nouveau_context *nv, unsigned size) nouveau_scratch_next() argument 1054 nouveau_scratch_data(struct nouveau_context *nv, const void *data, unsigned base, unsigned size, struct nouveau_bo **bo) nouveau_scratch_data() argument 1076 nouveau_scratch_get(struct nouveau_context *nv, unsigned size, uint64_t *gpu_addr, struct nouveau_bo **pbo) nouveau_scratch_get() argument [all...] |
| H A D | nouveau_vp3_video.h | 173 uint32_t w = mb(dec->base.width), size; in nouveau_vp3_ycbcr_offsets() local [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cintltst.c | 662 void *ctst_malloc(size_t size) { in ctst_malloc() argument
|
| H A D | crestst.c | 934 int32_t size; in TestGetSize() member 956 int32_t size = 0; in TestGetSize() local [all...] |
| H A D | citertst.c | 802 int32_t size = 0; in TestMaxExpansion() local 829 int32_t size; in TestMaxExpansion() local 1046 int size = 20; in TestDiscontiguos() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | srchtest.cpp | 1503 int size = 0; in TestSetMatch() local [all...] |
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | pkg_genc.cpp | 890 int32_t i, entryLength, length, size, entryOffset=0, entryLengthOffset=0; in writeObjectCode() local [all...] |
| /third_party/libexif/libexif/ |
| H A D | exif-data.c | 171 exif_data_new_from_data (const unsigned char *data, unsigned int size) in exif_data_new_from_data() argument 181 exif_data_load_data_entry(ExifData *data, ExifEntry *entry, const unsigned char *d, unsigned int size, unsigned int offset) exif_data_load_data_entry() argument [all...] |
| /third_party/libfuse/example/ |
| H A D | passthrough_fh.c | 99 static int xmp_readlink(const char *path, char *buf, size_t size) in xmp_readlink() argument 326 static int xmp_truncate(const char *path, off_t size, in xmp_truncate() argument 384 static int xmp_read(const char *path, char *buf, size_t size, off_t offset, in xmp_read() argument 419 static int xmp_write(const char *path, const char *buf, size_t size, in xmp_write() argument 397 xmp_read_buf(const char *path, struct fuse_bufvec **bufp, size_t size, off_t offset, struct fuse_file_info *fi) xmp_read_buf() argument 517 xmp_setxattr(const char *path, const char *name, const char *value, size_t size, int flags) xmp_setxattr() argument 526 xmp_getxattr(const char *path, const char *name, char *value, size_t size) xmp_getxattr() argument 535 xmp_listxattr(const char *path, char *list, size_t size) xmp_listxattr() argument [all...] |
| /third_party/libfuse/include/ |
| H A D | fuse_common.h | 752 size_t size; member [all...] |
| /third_party/ltp/testcases/kernel/ipc/pipeio/ |
| H A D | pipeio.c | 101 static int size = 327; /* default size */ variable [all...] |
| /third_party/ltp/testcases/kernel/security/prot_hsymlinks/ |
| H A D | prot_hsymlinks.c | 426 static void create_link_path(char *buffer, int size, const char *path) in create_link_path() argument
|
| /third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
| H A D | commands.c | 151 size_t size = size_kmgp(args); in get_scaled_value() local [all...] |
| /third_party/ltp/testcases/kernel/mem/lib/ |
| H A D | mem.c | 338 static void ksm_child_memset(int child_num, int size, int total_unit, in ksm_child_memset() argument 368 static void create_ksm_child(int child_num, int size, int unit, in create_ksm_child() argument 441 create_same_memory(int size, int num, int unit) create_same_memory() argument [all...] |
| /third_party/ltp/testcases/kernel/syscalls/symlink/ |
| H A D | symlink01.c | 798 int ctr, to_go, size, whole_chunks; in creat_path_max() local
|
| /third_party/lwip/src/api/ |
| H A D | api_msg.c | 754 int size; local
|
| /third_party/lwip/src/apps/altcp_tls/ |
| H A D | altcp_tls_mbedtls.c | 1176 altcp_mbedtls_bio_send(void *ctx, const unsigned char *dataptr, size_t size) in altcp_mbedtls_bio_send() argument
|
| /third_party/libdrm/tests/tegra/ |
| H A D | vic.h | 170 size_t size; member
|
| /third_party/libfuse/lib/modules/ |
| H A D | iconv.c | 128 static int iconv_readlink(const char *path, char *buf, size_t size) in iconv_readlink() argument 331 static int iconv_truncate(const char *path, off_t size, in iconv_truncate() argument 382 iconv_read_buf(const char *path, struct fuse_bufvec **bufp, size_t size, off_t offset, struct fuse_file_info *fi) iconv_read_buf() argument 470 iconv_setxattr(const char *path, const char *name, const char *value, size_t size, int flags) iconv_setxattr() argument 484 iconv_getxattr(const char *path, const char *name, char *value, size_t size) iconv_getxattr() argument 497 iconv_listxattr(const char *path, char *list, size_t size) iconv_listxattr() argument [all...] |
| H A D | subdir.c | 142 static int subdir_readlink(const char *path, char *buf, size_t size) in subdir_readlink() argument 316 static int subdir_truncate(const char *path, off_t size, in subdir_truncate() argument 104 transform_symlink(struct subdir *d, const char *path, char *buf, size_t size) transform_symlink() argument 367 subdir_read_buf(const char *path, struct fuse_bufvec **bufp, size_t size, off_t offset, struct fuse_file_info *fi) subdir_read_buf() argument 455 subdir_setxattr(const char *path, const char *name, const char *value, size_t size, int flags) subdir_setxattr() argument 469 subdir_getxattr(const char *path, const char *name, char *value, size_t size) subdir_getxattr() argument 482 subdir_listxattr(const char *path, char *list, size_t size) subdir_listxattr() argument [all...] |
| /third_party/lz4/programs/ |
| H A D | util.h | 186 UTIL_STATIC void* UTIL_realloc(void* ptr, size_t size) in UTIL_realloc() argument
|
| /third_party/lzma/C/ |
| H A D | Lzma2DecMt.c | 536 size_t size = t->outCodeSize;
in Lzma2DecMt_MtCallback_Write() local 673 SizeT size; Lzma2Dec_Decode_ST() local 1026 size_t size = *outSize; Lzma2DecMt_Read() local [all...] |