OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 57 milliseconds