OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_int32_max
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libprop/
t_proplib.c
479
prop_number_t
n_int32_max
= prop_number_create_signed(INT32_MAX);
local in function:ATF_TC_BODY
482
ATF_REQUIRE(
n_int32_max
!= NULL);
652
ATF_REQUIRE(!prop_number_uint16_value(
n_int32_max
, &val.v_uint16));
658
ATF_REQUIRE(prop_number_int32_value(
n_int32_max
, &val.v_int32) &&
664
ATF_REQUIRE(prop_number_uint32_value(
n_int32_max
, &val.v_uint32) &&
721
prop_object_release(
n_int32_max
);
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025