Home
last modified time | relevance | path

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

/bionic/libc/arch-mips/string/
Dmips_strlen.c58 if ((cvt_ptr_to (unsigned, _a) & (sizeof (unsigned) - 1)) != 0) in strlen()
60 if ((cvt_ptr_to (unsigned, _a) & 1) != 0) in strlen()
68 if ((cvt_ptr_to (unsigned, _a) & 2) != 0) in strlen()
Dmips-string-ops.h146 #define cvt_ptr_to(__type,__x) ((__type) (__x)) macro