Searched refs:get_byte (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-mips/string/
H A Dmips_strlen.c61 if (get_byte (_a, 0) == 0)
69 if (get_byte (_a, 0) == 0)
71 if (get_byte (_a, 1) == 0)
H A Dmips-string-ops.h141 #define get_byte(__x,__idx) (((unsigned char *) (__x))[__idx]) macro
/bionic/libc/arch-mips64/string/
H A Dmips_strlen.c62 if (get_byte (_a, 0) == 0)
70 if (get_byte (_a, 0) == 0)
72 if (get_byte (_a, 1) == 0)
H A Dmips-string-ops.h141 #define get_byte(__x,__idx) (((unsigned char *) (__x))[__idx]) macro

Completed in 46 milliseconds