Home
last modified time | relevance | path

Searched refs:memset16 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/alpha/include/asm/
H A Dvga.h39 memset16(s, c, count / 2); in scr_memsetw()
/linux/arch/x86/include/asm/
H A Dstring_64.h32 static inline void *memset16(uint16_t *s, uint16_t v, size_t n) in memset16() function
/linux/arch/powerpc/lib/
H A Dcopy_32.S66 _GLOBAL(memset16)
78 EXPORT_SYMBOL(memset16)
/linux/lib/tests/
H A Dstring_kunit.c45 memset16(p + i, 0xb1b2, j); in string_test_memset16()