OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__constant_memcpy
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
linux-asm-string.h
25
extern void *
__constant_memcpy
(void * to, const void * from, size_t n);
55
extern inline void *
__constant_memcpy
(void * to, const void * from, size_t n)
function
124
__constant_memcpy
((t),(f),(n)) : \
/external/kernel-headers/original/asm-x86/
string_32.h
52
static __always_inline void *
__constant_memcpy
(void * to, const void * from, size_t n)
function
123
return
__constant_memcpy
(to, from, len);
147
__constant_memcpy
((t),(f),(n)) : \
Completed in 234 milliseconds