Home
last modified time | relevance | path

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

/bionic/libc/arch-mips/string/
Dmips_strlen.c65 inc_ptr_as (char *, _a, 1); in strlen()
74 inc_ptr_as (char *, _a, 2); in strlen()
105 inc_ptr_as (unsigned *, _a, 8); in strlen()
Dmips-string-ops.h145 #define inc_ptr_as(__type,__x,__inc) __x = (void *) (((__type) __x) + (__inc)) macro