| /third_party/musl/porting/uniproton/kernel/src/malloc/ |
| H A D | malloc.c | 8 size_t real_size; in calloc() local
|
| /kernel/liteos_a/compat/posix/src/ |
| H A D | malloc.c | 44 size_t real_size; in calloc() local
|
| /kernel/liteos_m/kal/posix/src/ |
| H A D | malloc.c | 46 size_t real_size; in __wrap__calloc_r() local
|
| /third_party/musl/porting/liteos_a_newlib/kernel/src/ |
| H A D | malloc.c | 84 size_t real_size; in __wrap__calloc_r() local
|
| /third_party/node/src/ |
| H A D | node_mem-inl.h | 89 size_t real_size = MultiplyWithOverflowCheck(nmemb, size); in CallocImpl() local
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | hid-roccat-lua.c | 26 lua_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) lua_sysfs_read() argument 48 lua_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) lua_sysfs_write() argument
|
| H A D | hid-roccat-common.c | 130 roccat_common2_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) roccat_common2_sysfs_read() argument 153 roccat_common2_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) roccat_common2_sysfs_write() argument
|
| H A D | hid-roccat-arvo.c | 187 arvo_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) arvo_sysfs_write() argument 206 arvo_sysfs_read(struct file *fp, struct kobject *kobj, void *buf, loff_t off, size_t count, size_t real_size, uint command) arvo_sysfs_read() argument
|
| H A D | hid-roccat-koneplus.c | 83 koneplus_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) koneplus_sysfs_read() argument 108 koneplus_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) koneplus_sysfs_write() argument
|
| H A D | hid-roccat-isku.c | 117 isku_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) isku_sysfs_read() argument 139 isku_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) isku_sysfs_write() argument
|
| H A D | hid-roccat-kovaplus.c | 126 kovaplus_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) kovaplus_sysfs_read() argument 151 kovaplus_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) kovaplus_sysfs_write() argument
|
| H A D | hid-roccat-pyra.c | 86 pyra_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) pyra_sysfs_read() argument 111 pyra_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) pyra_sysfs_write() argument
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| H A D | hid-roccat-lua.c | 26 lua_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) lua_sysfs_read() argument 48 lua_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) lua_sysfs_write() argument
|
| H A D | hid-roccat-common.c | 130 roccat_common2_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) roccat_common2_sysfs_read() argument 153 roccat_common2_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) roccat_common2_sysfs_write() argument
|
| H A D | hid-roccat-koneplus.c | 81 koneplus_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) koneplus_sysfs_read() argument 106 koneplus_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) koneplus_sysfs_write() argument
|
| H A D | hid-roccat-isku.c | 115 isku_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) isku_sysfs_read() argument 137 isku_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) isku_sysfs_write() argument
|
| H A D | hid-roccat-arvo.c | 185 arvo_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) arvo_sysfs_write() argument 204 arvo_sysfs_read(struct file *fp, struct kobject *kobj, void *buf, loff_t off, size_t count, size_t real_size, uint command) arvo_sysfs_read() argument
|
| /third_party/curl/docs/examples/ |
| H A D | xmlstream.c | 100 size_t real_size = length * nmemb; in parseStreamCallback() local
|
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.c | 37 int mem_size = size, real_size = 0; in xfs_init_local_fork() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | bprint.c | 237 unsigned real_size = FFMIN(buf->len + 1, buf->size); in av_bprint_finalize() local
|
| /third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_bufmgr_debug.c | 372 pb_size real_size; in pb_debug_manager_create_buffer() local
|
| /kernel/linux/linux-5.10/arch/x86/events/intel/ |
| H A D | bts.c | 52 size_t real_size; /* multiple of BTS_RECORD_SIZE */ member
|
| /kernel/linux/linux-5.10/fs/isofs/ |
| H A D | rock.h | 81 __u8 real_size[8]; member
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | test_kasan.c | 479 size_t size = 123, real_size; in ksize_unpoisons_memory() local
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | posix_acl.c | 802 int real_size, n; in posix_acl_to_xattr() local
|