HomeSort by: relevance | last modified time | path
    Searched defs:n_intptr_max (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libprop/
t_proplib.c 458 prop_number_t n_intptr_max = prop_number_create_signed(INTPTR_MAX); local
461 ATF_REQUIRE(n_intptr_max != NULL);
581 ATF_REQUIRE(prop_number_intptr_value(n_intptr_max, &val.v_intptr) &&
587 ATF_REQUIRE(prop_number_uintptr_value(n_intptr_max, &val.v_uintptr) &&
709 prop_object_release(n_intptr_max);

Completed in 14 milliseconds