Searched defs:this (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-guid.c68 const int this = i % 2; local
69 const int prev = 1 - this;
71 guid_128_generate(guids[this]);
73 test_assert(reverse_guid_128_cmp(guids[prev], guids[this]) < 0);
74 test_assert(guid_128_has_sane_nsecs(guids[this]));
83 const int this = i % 2; local
84 const int prev = 1 - this;
87 guid_128_generate(guids[this]);
89 test_assert(reverse_guid_128_cmp(guids[prev], guids[this]) < 0);
90 test_assert(guid_128_has_sane_nsecs(guids[this]));
99 const int this = i % 2; local
120 const int this = i % 2; local
[all...]

Completed in 43 milliseconds