Lines Matching refs:intptr_t
101 e.data = (void *)(intptr_t)i;
107 ATF_REQUIRE_EQ((intptr_t)ep->data, i);
121 ATF_REQUIRE_EQ((intptr_t)ep->data, i);
142 e.data = (void *)(intptr_t) 0;
148 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
150 e.data = (void *)(intptr_t)12345;
157 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
198 e.data = (void*)(intptr_t)0;
204 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
207 e.data = (void*)(intptr_t)1;
213 ATF_REQUIRE_EQ((intptr_t)ep->data, 1);
223 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
227 ATF_REQUIRE_EQ((intptr_t)ep2->data, 1);
256 e.data = (void *)(intptr_t)i;
261 ATF_REQUIRE_EQ((intptr_t)ep->data, i);
274 ATF_REQUIRE_EQ((intptr_t)ep->data, i);
296 e.data = (void *)(intptr_t) 0;
301 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
303 e.data = (void *)(intptr_t)12345;
310 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
353 e.data = (void*)(intptr_t)0;
358 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
361 e.data = (void*)(intptr_t)1;
366 ATF_REQUIRE_EQ((intptr_t)ep->data, 1);
376 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
380 ATF_REQUIRE_EQ((intptr_t)ep2->data, 1);