Searched defs:REL_CODE (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/
H A Dhw-events.h485 REL_CODE(X, 0x00) \
486 REL_CODE(Y, 0x01)
488 #define REL_CODE(n,v) GLUE(REL_,n) = v, macro
492 #undef REL_CODE macro
H A Dhw-events.c26 #define REL_CODE(n,v) { "REL_" STRINGIFY(n), (v) }, macro
57 #undef REL_CODE macro

Completed in 93 milliseconds