OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
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 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026