Searched refs:memset16 (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | string.h | 61 static inline void *memset16(uint16_t *p, uint16_t v, __kernel_size_t n) in memset16() function 81 extern void *memset16(uint16_t *, uint16_t, __kernel_size_t);
|
| H A D | vga.h | 40 memset16(s, cpu_to_le16(v), n / 2); in scr_memsetw()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | vga.h | 47 memset16(s, cpu_to_le16(v), count / 2); in scr_memsetw()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | vga.h | 41 memset16(p, cpu_to_le16(v), n / 2); in scr_memsetw()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vt_buffer.h | 36 memset16(s, c, count / 2); in scr_memsetw()
|
| H A D | string.h | 111 extern void *memset16(uint16_t *, uint16_t, __kernel_size_t);
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | string.h | 71 static inline void *memset16(uint16_t *p, uint16_t v, size_t n) in memset16() function
|
| H A D | vga.h | 38 memset16(s, c, count / 2); in scr_memsetw()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | string_64.h | 22 static inline void *memset16(uint16_t *s, uint16_t v, size_t n) in memset16() function
|
| H A D | string_32.h | 232 static inline void *memset16(uint16_t *s, uint16_t v, size_t n) in memset16() function
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_string.c | 19 memset16(p + i, 0xb1b2, j); in memset16_selftest()
|
| H A D | string.c | 819 void *memset16(uint16_t *s, uint16_t v, size_t count) in memset16() function 827 EXPORT_SYMBOL(memset16);
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | string.h | 90 static inline void *memset16(uint16_t *s, uint16_t v, size_t count) in memset16() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | copy_32.S | 69 _GLOBAL(memset16) 81 EXPORT_SYMBOL(memset16)
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/ |
| H A D | sisusb_con.c | 82 memset16(s, c, count / 2); in sisusbcon_memsetw()
|