Home | History | Annotate | Download | only in libprop

Lines Matching defs:v_intptr

405 		intptr_t v_intptr;
577 ATF_REQUIRE(prop_number_intptr_value(n_uint_max, &val.v_intptr) &&
578 val.v_intptr == UINT_MAX);
581 ATF_REQUIRE(prop_number_intptr_value(n_intptr_max, &val.v_intptr) &&
582 val.v_intptr == INTPTR_MAX);
583 ATF_REQUIRE(prop_number_intptr_value(n_intptr_min, &val.v_intptr) &&
584 val.v_intptr == INTPTR_MIN);
585 ATF_REQUIRE(!prop_number_intptr_value(n_uintptr_max, &val.v_intptr));
594 ATF_REQUIRE(!prop_number_intptr_value(n_llong_min, &val.v_intptr));
820 intptr_t v_intptr;
867 ATF_REQUIRE(prop_dictionary_get_intptr(dict, "intptr", &val.v_intptr));
868 ATF_REQUIRE(val.v_intptr == INTPTR_MIN);