Searched refs:mine (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/arch-mips/string/
H A Dmips_strlen.c148 chk (unsigned mine, unsigned libs, int *errors) argument
151 char *result = mine == libs ? "PASS" : "FAIL";
152 sprintf (answer, "new_strlen=%d: lib_strlen=%d: %s!", mine, libs, result);
153 if (mine != libs)
/bionic/libc/arch-mips64/string/
H A Dmips_strlen.c149 chk (unsigned long mine, unsigned long libs, int *errors) argument
152 char *result = mine == libs ? "PASS" : "FAIL";
153 sprintf (answer, "new_strlen=%d: lib_strlen=%d: %s!", mine, libs, result);
154 if (mine != libs)

Completed in 43 milliseconds