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

  /bionic/libc/arch-mips/string/
mips-string-ops.h 145 #define inc_ptr_as(__type,__x,__inc) __x = (void *) (((__type) __x) + (__inc)) macro
  /bionic/libc/arch-mips64/string/
mips-string-ops.h 145 #define inc_ptr_as(__type,__x,__inc) __x = (void *) (((__type) __x) + (__inc)) macro

Completed in 130 milliseconds