Lines Matching defs:c
139 #define cpuid(leaf, a, b, c, d) \
140 __cpuid_count(leaf, 0, a, b, c, d)
142 #define cpuid_count(leaf, subleaf, a, b, c, d) \
143 __cpuid_count(leaf, subleaf, a, b, c, d)
176 u32 a, u32 b, u32 c, u32 d)
182 if (a == 0 && b == 0 && c == 0 && d == 0)
212 leaf->output[R_ECX] = c;
610 int c;
612 while ((c = getopt_long(argc, argv, "abdf:hl:rs:",
614 switch (c) {