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

  /bionic/libc/arch-mips/string/
mips-string-ops.h 144 #define set_word(__x,__idx,__fill) ((unsigned *) (__x))[__idx] = (__fill) macro
  /bionic/libc/arch-mips64/string/
mips-string-ops.h 144 #define set_word(__x,__idx,__fill) ((unsigned long *) (__x))[__idx] = (__fill) macro

Completed in 230 milliseconds