Lines Matching refs:STRUCT_COUNTERS
121 STRUCT_COUNTERS counters; /* per-chain counters */
1186 memcpy(&foot->e.counters, &c->counters, sizeof(STRUCT_COUNTERS));
1643 STRUCT_COUNTERS *counters,
2141 STRUCT_COUNTERS *
2197 STRUCT_COUNTERS *counters,
2220 memcpy(&e->counters, counters, sizeof(STRUCT_COUNTERS));
2410 STRUCT_COUNTERS *counters,
2440 memcpy(&c->counters, counters, sizeof(STRUCT_COUNTERS));
2458 subtract_counters(STRUCT_COUNTERS *answer,
2459 const STRUCT_COUNTERS *a,
2460 const STRUCT_COUNTERS *b)
2469 newcounters->counters[idx] = ((STRUCT_COUNTERS) { 0, 0});
2490 unsigned int mappos, STRUCT_COUNTERS *counters)
2506 unsigned int idx, STRUCT_COUNTERS *counters)
2511 sizeof(STRUCT_COUNTERS));
2554 + sizeof(STRUCT_COUNTERS) * new_number;
2557 repl->counters = malloc(sizeof(STRUCT_COUNTERS)