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

  /bionic/libc/arch-mips/string/
mips_strlen.c 58 if ((cvt_ptr_to (unsigned, _a) & (sizeof (unsigned) - 1)) != 0)
60 if ((cvt_ptr_to (unsigned, _a) & 1) != 0)
68 if ((cvt_ptr_to (unsigned, _a) & 2) != 0)
mips-string-ops.h 146 #define cvt_ptr_to(__type,__x) ((__type) (__x)) macro

Completed in 31 milliseconds