OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_uint16_max
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libprop/
t_proplib.c
474
prop_number_t
n_uint16_max
= prop_number_create_unsigned(UINT16_MAX);
local in function:ATF_TC_BODY
477
ATF_REQUIRE(
n_uint16_max
!= NULL);
643
ATF_REQUIRE(!prop_number_int16_value(
n_uint16_max
, &val.v_int16));
648
ATF_REQUIRE(prop_number_uint16_value(
n_uint16_max
, &val.v_uint16) &&
655
ATF_REQUIRE(prop_number_int32_value(
n_uint16_max
, &val.v_int32) &&
719
prop_object_release(
n_uint16_max
);
Completed in 11 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025