Home
last modified time | relevance | path

Searched refs:do_strlen_word (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/arch-mips/string/
Dmips_strlen.c36 #define do_strlen_word(__av) {\ macro
97 do_strlen_word (get_word (_a, 1)); in strlen()
98 do_strlen_word (get_word (_a, 2)); in strlen()
99 do_strlen_word (get_word (_a, 3)); in strlen()
100 do_strlen_word (get_word (_a, 4)); in strlen()
101 do_strlen_word (get_word (_a, 5)); in strlen()
102 do_strlen_word (get_word (_a, 6)); in strlen()
103 do_strlen_word (get_word (_a, 7)); in strlen()
104 do_strlen_word (get_word (_a, 8)); in strlen()
133 #undef do_strlen_word