recent_sums 93 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c static uintptr_t volatile recent_sums[NUM_RECENT_SUMS]; recent_sums 106 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c recent_sums[recent_sums_newest_index % NUM_RECENT_SUMS] = sum; recent_sums 167 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c if (sum == recent_sums[i % NUM_RECENT_SUMS] recent_sums 184 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c found = (sum == recent_sums[i % NUM_RECENT_SUMS] recent_sums 186 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c && sum == recent_sums[(i - 1) % NUM_RECENT_SUMS])); recent_sums 196 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c (unsigned long) recent_sums[i % NUM_RECENT_SUMS], recent_sums 275 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c recent_sums[(recent_sums_newest_index - 1) % NUM_RECENT_SUMS]; recent_sums 289 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c recent_sums[(recent_sums_newest_index - 1) % NUM_RECENT_SUMS]; recent_sums 336 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c recent_sums[0] = initial_sum;