Searched defs:def_and_set_80 (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/arch-mips/string/
H A Dmips-string-ops.h110 #define def_and_set_80(__x) /* do nothing */ macro
130 #define def_and_set_80(__x) unsigned __x = 0x8080808080808080ul macro
133 #define def_and_set_80(__x) unsigned __x = 0x80808080ul macro
/bionic/libc/arch-mips64/string/
H A Dmips-string-ops.h110 #define def_and_set_80(__x) /* do nothing */ macro
130 #define def_and_set_80(__x) unsigned long __x = 0x8080808080808080ul macro
133 #define def_and_set_80(__x) unsigned long __x = 0x80808080ul macro

Completed in 40 milliseconds