OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inc_ptr_as
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/arch-mips/string/
mips_strlen.c
64
inc_ptr_as
(char *, _a, 1);
73
inc_ptr_as
(char *, _a, 2);
104
inc_ptr_as
(unsigned *, _a, 8);
mips-string-ops.h
145
#define
inc_ptr_as
(__type,__x,__inc) __x = (void *) (((__type) __x) + (__inc))
macro
Completed in 110 milliseconds