Lines Matching defs:this
68 const int this = i % 2;
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;
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;
100 const int prev = 1 - this;
103 guid_128_generate(guids[this]);
105 test_assert(reverse_guid_128_cmp(guids[prev], guids[this]) < 0);
106 test_assert(guid_128_has_sane_nsecs(guids[this]));
120 const int this = i % 2;
121 const int prev = 1 - this;
123 guid_128_generate(guids[this]);
124 test_assert(reverse_guid_128_cmp(guids[prev], guids[this]) < 0);
125 test_assert(guid_128_has_sane_nsecs(guids[this]));