Searched refs:LSB (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/arch-arm/bionic/
H A Dstrcmp.S41 #define LSB 0xff000000 define
48 #define LSB 0x000000ff define
217 and w2, w2, #LSB
269 and t1, w1, #LSB
290 tst w1, #LSB
304 and r2, t1, #LSB
305 and r0, w2, #LSB
H A Dstrcmp.a15.S36 #define LSB 0xff000000 define
50 #define LSB 0x000000ff define
685 and w2, w2, LSB
736 and t1, w1, LSB
756 tst w1, LSB
770 and r2, t1, LSB
771 and r0, w2, LSB
/bionic/libc/arch-arm/generic/bionic/
H A Dstrcmp.S41 #define LSB 0xff000000 define
48 #define LSB 0x000000ff define
217 and w2, w2, #LSB
269 and t1, w1, #LSB
290 tst w1, #LSB
304 and r2, t1, #LSB
305 and r0, w2, #LSB
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dstrcmp.S37 #define LSB 0xff000000 define
51 #define LSB 0x000000ff define
448 and w2, w2, #LSB
500 and t1, w1, #LSB
521 tst w1, #LSB
544 and r2, t1, #LSB
545 and r0, w2, #LSB
/bionic/libc/arch-arm/krait/bionic/
H A Dstrcmp.S37 #define LSB 0xff000000 define
51 #define LSB 0x000000ff define
477 and r2, t1, #LSB
478 and r0, w2, #LSB
/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dstrcmp.S37 #define LSB 0xff000000 define
51 #define LSB 0x000000ff define
/bionic/libc/stdlib/
H A Dstrtod.c261 #define LSB 1 macro
289 #define LSB 1 macro
313 #define LSB 0x10000 macro
1758 if (!(word1(rv) & LSB))

Completed in 103 milliseconds