OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__memset
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
linux-asm-string.h
243
#define
__memset
(s, c, count) \
macro
252
__memset
((s),(c),(count)))
/external/kernel-headers/original/asm-x86/
string_32.h
254
#define
__memset
(s, c, count) \
macro
263
__memset
((s),(c),(count)))
Completed in 433 milliseconds