Lines Matching refs:fields
42 bool stats_parser_diff(const struct stats_parser_field *fields,
50 unsigned int offset = fields[i].offset;
55 switch (fields[i].type) {
57 switch (fields[i].size) {
61 fields[i].name,
72 fields[i].name, *n2, *n1);
85 fields[i].name,
106 void stats_parser_add(const struct stats_parser_field *fields,
113 unsigned int offset = fields[i].offset;
117 switch (fields[i].type) {
119 switch (fields[i].size) {