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

  /bionic/libc/arch-mips/string/
mips_strlen.c 65 inc_ptr_as (char *, _a, 1);
74 inc_ptr_as (char *, _a, 2);
105 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 168 milliseconds