OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_uint32_max
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libprop/
t_proplib.c
481
prop_number_t
n_uint32_max
= prop_number_create_unsigned(UINT32_MAX);
local in function:ATF_TC_BODY
484
ATF_REQUIRE(
n_uint32_max
!= NULL);
662
ATF_REQUIRE(!prop_number_int32_value(
n_uint32_max
, &val.v_int32));
667
ATF_REQUIRE(prop_number_uint32_value(
n_uint32_max
, &val.v_uint32) &&
674
ATF_REQUIRE(prop_number_int64_value(
n_uint32_max
, &val.v_int64) &&
723
prop_object_release(
n_uint32_max
);
Completed in 11 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025