Lines Matching refs:spec
30 #define CROSS_PLATFORM_UUIDOF(iface, spec) \
31 struct __declspec(uuid(spec)) iface;
103 #define CROSS_PLATFORM_UUIDOF(iface, spec) \
107 word_from_hexstr(spec, 24) | word_from_hexstr(spec + 2, 16) | \
108 word_from_hexstr(spec + 4, 8) | word_from_hexstr(spec + 6, 0), \
109 short_from_hexstr(spec + 9, 8) | short_from_hexstr(spec + 11, 0), \
110 short_from_hexstr(spec + 14, 8) | short_from_hexstr(spec + 16, 0), \
111 byte_from_hexstr(spec + 19), byte_from_hexstr(spec + 21), \
112 byte_from_hexstr(spec + 24), byte_from_hexstr(spec + 26), \
113 byte_from_hexstr(spec + 28), byte_from_hexstr(spec + 30), \
114 byte_from_hexstr(spec + 32), byte_from_hexstr(spec + 34))