OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvt_ptr_to
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/arch-mips/string/
mips_strlen.c
57
if ((
cvt_ptr_to
(unsigned, _a) & (sizeof (unsigned) - 1)) != 0)
59
if ((
cvt_ptr_to
(unsigned, _a) & 1) != 0)
67
if ((
cvt_ptr_to
(unsigned, _a) & 2) != 0)
mips-string-ops.h
146
#define
cvt_ptr_to
(__type,__x) ((__type) (__x))
macro
Completed in 38 milliseconds