OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCFG_INT
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/avd/
hw-config.c
60
#define
HWCFG_INT
(n,s,d,a,t) config->n = d;
87
#define
HWCFG_INT
(n,s,d,a,t) if (iniFile_getValue(ini, s)) { config->n = iniFile_getInteger(ini, s, d); }
107
#define
HWCFG_INT
(n,s,d,a,t) iniFile_setInteger(ini, s, config->n);
121
#define
HWCFG_INT
(n,s,d,a,t) config->n = 0;
hw-config.h
28
#define
HWCFG_INT
(n,s,d,a,t) hw_int_t n;
Completed in 72 milliseconds