HomeSort by relevance Sort by last modified time
    Searched full:do_strlen_word (Results 1 - 1 of 1) sorted by null

  /bionic/libc/arch-mips/string/
mips_strlen.c 35 #define do_strlen_word(__av) {\ macro
96 do_strlen_word (get_word (_a, 1));
97 do_strlen_word (get_word (_a, 2));
98 do_strlen_word (get_word (_a, 3));
99 do_strlen_word (get_word (_a, 4));
100 do_strlen_word (get_word (_a, 5));
101 do_strlen_word (get_word (_a, 6));
102 do_strlen_word (get_word (_a, 7));
103 do_strlen_word (get_word (_a, 8));
132 #undef do_strlen_word macro
    [all...]

Completed in 85 milliseconds