OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QFIELD_STRUCT
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
qemu_file.h
31
#define _QFIELD_(t, f) { t, offsetof(
QFIELD_STRUCT
,f) }
38
#define _QFIELD_SIZEOF(f) sizeof(((
QFIELD_STRUCT
*)0)->f)
/external/qemu/hw/
goldfish_battery.c
52
#define
QFIELD_STRUCT
struct goldfish_battery_state
goldfish_interrupt.c
37
#define
QFIELD_STRUCT
struct goldfish_int_state
goldfish_events_device.c
76
#undef
QFIELD_STRUCT
77
#define
QFIELD_STRUCT
events_state
goldfish_mmc.c
86
#define
QFIELD_STRUCT
struct goldfish_mmc_state
goldfish_audio.c
233
#define
QFIELD_STRUCT
struct goldfish_audio_state
goldfish_nand.c
145
#define
QFIELD_STRUCT
nand_dev_controller_state
Completed in 26 milliseconds