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

  /bionic/libc/arch-mips/string/
strlen.c 62 #define DO_WORD(w, cnt) { \
75 #define DO_WORD(w, cnt) { \
107 DO_WORD(w, 0);
108 DO_WORD(w, 1);
109 DO_WORD(w, 2);
110 DO_WORD(w, 3);
strnlen.c 62 #define DO_WORD(in, val) { \
75 #define DO_WORD(in, val) { \
112 DO_WORD(w + 0, w0)
113 DO_WORD(w + 1, w1)
114 DO_WORD(w + 2, w2)
115 DO_WORD(w + 3, w3)
121 DO_WORD(w, w[0]);
memchr.c 69 #define DO_WORD(in, val) { \
83 #define DO_WORD(in, val) { \
96 DO_WORD(w1, val0) \
97 DO_WORD(w1 + 1, val1) \
98 DO_WORD(w1 + 2, val2) \
99 DO_WORD(w1 + 3, val3) \
170 DO_WORD(w, val);
strchr.c 63 #define DO_WORD(w, cnt) { \
129 DO_WORD(w, 0)
130 DO_WORD(w, 1)
131 DO_WORD(w, 2)
132 DO_WORD(w, 3)

Completed in 53 milliseconds