Searched refs:delta_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dtest_objagg.c31 unsigned int delta_count; member in struct:world
114 world->delta_count++;
123 world->delta_count--;
570 if (orig_delta_count != world->delta_count) {
579 if (orig_delta_count + 1 != world->delta_count) {
588 if (orig_delta_count - 1 != world->delta_count) {
762 unsigned int orig_delta_count = world->delta_count;

Completed in 133 milliseconds