HomeSort by relevance Sort by last modified time
    Searched refs:UNALIGNED_INSTR_SUPPORT (Results 1 - 4 of 4) sorted by null

  /bionic/libc/arch-mips/string/
strcpy.c 37 #if !defined(UNALIGNED_INSTR_SUPPORT)
39 #define UNALIGNED_INSTR_SUPPORT 0
41 #undef UNALIGNED_INSTR_SUPPORT
42 #define UNALIGNED_INSTR_SUPPORT 1
73 #if !HW_UNALIGNED_SUPPORT && UNALIGNED_INSTR_SUPPORT
80 #endif /* !HW_UNALIGNED_SUPPORT && UNALIGNED_INSTR_SUPPORT */
122 #if UNALIGNED_INSTR_SUPPORT
144 #endif /* UNALIGNED_INSTR_SUPPORT */
memcpy.c 35 #if !defined(UNALIGNED_INSTR_SUPPORT)
37 #define UNALIGNED_INSTR_SUPPORT 0
39 #undef UNALIGNED_INSTR_SUPPORT
40 #define UNALIGNED_INSTR_SUPPORT 1
137 #if UNALIGNED_INSTR_SUPPORT
232 #endif /* UNALIGNED_INSTR_SUPPORT */
memcmp.c 42 #if !defined(UNALIGNED_INSTR_SUPPORT)
44 #define UNALIGNED_INSTR_SUPPORT 0
46 #undef UNALIGNED_INSTR_SUPPORT
47 #define UNALIGNED_INSTR_SUPPORT 1
130 #if UNALIGNED_INSTR_SUPPORT
221 #endif /* UNALIGNED_INSTR_SUPPORT */
memmove.c 35 #if !defined(UNALIGNED_INSTR_SUPPORT)
37 #define UNALIGNED_INSTR_SUPPORT 0
39 #undef UNALIGNED_INSTR_SUPPORT
40 #define UNALIGNED_INSTR_SUPPORT 1
152 #if UNALIGNED_INSTR_SUPPORT
278 #endif /* UNALIGNED_INSTR_SUPPORT */

Completed in 2323 milliseconds