Home
last modified time | relevance | path

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

/bionic/libc/arch-mips/string/
Dstrcpy.c46 #if !defined(HW_UNALIGNED_SUPPORT)
48 #define HW_UNALIGNED_SUPPORT 0 macro
50 #undef HW_UNALIGNED_SUPPORT
51 #define HW_UNALIGNED_SUPPORT 1 macro
73 #if !HW_UNALIGNED_SUPPORT && UNALIGNED_INSTR_SUPPORT
121 #if !HW_UNALIGNED_SUPPORT
192 #if HW_UNALIGNED_SUPPORT in strcpy()
Dmemcpy.c44 #if !defined(HW_UNALIGNED_SUPPORT)
46 #define HW_UNALIGNED_SUPPORT 0 macro
48 #undef HW_UNALIGNED_SUPPORT
49 #define HW_UNALIGNED_SUPPORT 1 macro
136 #if !HW_UNALIGNED_SUPPORT
318 #if HW_UNALIGNED_SUPPORT in memcpy()
Dmemmove.c44 #if !defined(HW_UNALIGNED_SUPPORT)
46 #define HW_UNALIGNED_SUPPORT 0 macro
48 #undef HW_UNALIGNED_SUPPORT
49 #define HW_UNALIGNED_SUPPORT 1 macro
151 #if !HW_UNALIGNED_SUPPORT
420 #if HW_UNALIGNED_SUPPORT in memmove()
457 #if HW_UNALIGNED_SUPPORT in memmove()
Dmemcmp.c51 #if !defined(HW_UNALIGNED_SUPPORT)
53 #define HW_UNALIGNED_SUPPORT 0 macro
55 #undef HW_UNALIGNED_SUPPORT
56 #define HW_UNALIGNED_SUPPORT 1 macro
129 #if !HW_UNALIGNED_SUPPORT
342 #if HW_UNALIGNED_SUPPORT in memcmp()