Searched defs:LSB (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dstrcmp.S36 #define LSB 0xff000000 define
50 #define LSB 0x000000ff define
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dstrcmp.S36 #define LSB 0xff000000 define
50 #define LSB 0x000000ff define
434 and w2, w2, #LSB
486 and t1, w1, #LSB
507 tst w1, #LSB
530 and r2, t1, #LSB
531 and r0, w2, #LSB
/bionic/libc/arch-arm/generic/bionic/
H A Dstrcmp.S40 #define LSB 0xff000000 define
47 #define LSB 0x000000ff define
216 and w2, w2, #LSB
268 and t1, w1, #LSB
289 tst w1, #LSB
303 and r2, t1, #LSB
304 and r0, w2, #LSB
/bionic/libc/arch-arm/krait/bionic/
H A Dstrcmp.S36 #define LSB 0xff000000 define
50 #define LSB 0x000000ff define
463 and r2, t1, #LSB
464 and r0, w2, #LSB
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h324 #define LSB 1 macro
362 #define LSB 1 macro
389 #define LSB 0x10000 macro

Completed in 889 milliseconds