OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_shrt_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libprop/
t_proplib.c
430
prop_number_t
n_shrt_max
= prop_number_create_signed(SHRT_MAX);
local in function:ATF_TC_BODY
433
ATF_REQUIRE(
n_shrt_max
!= NULL);
507
ATF_REQUIRE(!prop_number_uchar_value(
n_shrt_max
, &val.v_uchar));
513
ATF_REQUIRE(prop_number_short_value(
n_shrt_max
, &val.v_shrt) &&
519
ATF_REQUIRE(prop_number_ushort_value(
n_shrt_max
, &val.v_ushrt) &&
693
prop_object_release(
n_shrt_max
);
t_proplib.c
430
prop_number_t
n_shrt_max
= prop_number_create_signed(SHRT_MAX);
local in function:ATF_TC_BODY
433
ATF_REQUIRE(
n_shrt_max
!= NULL);
507
ATF_REQUIRE(!prop_number_uchar_value(
n_shrt_max
, &val.v_uchar));
513
ATF_REQUIRE(prop_number_short_value(
n_shrt_max
, &val.v_shrt) &&
519
ATF_REQUIRE(prop_number_ushort_value(
n_shrt_max
, &val.v_ushrt) &&
693
prop_object_release(
n_shrt_max
);
Completed in 37 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025