Lines Matching refs:size
23 * @size: size of one array member
28 static inline void *memdup_array_user(const void __user *src, size_t n, size_t size)
32 if (check_mul_overflow(n, size, &nbytes))
42 * @size: size of one array member
47 static inline void *vmemdup_array_user(const void __user *src, size_t n, size_t size)
51 if (check_mul_overflow(n, size, &nbytes))
235 * Helper for __sysfs_match_string(). Calculates the size of @a automatically.
240 int vbin_printf(u32 *bin_buf, size_t size, const char *fmt, va_list args);
241 int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf);
242 int bprintf(u32 *bin_buf, size_t size, const char *fmt, ...) __printf(3, 4);
266 * @count: The size of the area.
312 * a NUL-terminated string, but with bounds checking on the source size, and
315 * Note that the size of @dest is not an argument, as the length of @dest
335 * a NUL-terminated string, but with bounds checking on the source size, and
338 * Note that the size of @dest is not an argument, as the length of @dest