Lines Matching defs:values
37 // GCC and clang make it easy to print easy to regex for values
96 struct ValueInfo values[] = {
126 for (size_t i = 0; i < sizeof(values) / sizeof(values[0]); ++i) {
127 fprintf(file, "%-32s equ " SIZE_T_FMT "; %s\n", values[i].name, values[i].value, values[i].comment);
142 for (size_t i = 0; i < sizeof(values) / sizeof(values[0]); ++i) {
143 fprintf(file, ".set %-32s, " SIZE_T_FMT "%s %s\n", values[i].name, values[i].value, comment_delimiter,
144 values[i].comment);