OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_to_be16wu
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
cdrom.c
80
cpu_to_be16wu
((uint16_t *)buf, len - 2);
153
cpu_to_be16wu
((uint16_t *)buf, len - 2);
/external/qemu/
bswap.h
145
#define
cpu_to_be16wu
(p, v) cpu_to_be16w(p, v)
macro
187
static inline void
cpu_to_be16wu
(uint16_t *p, uint16_t v)
Completed in 35 milliseconds