OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_uint8_max
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libprop/
t_proplib.c
467
prop_number_t
n_uint8_max
= prop_number_create_unsigned(UINT8_MAX);
local in function:ATF_TC_BODY
470
ATF_REQUIRE(
n_uint8_max
!= NULL);
624
ATF_REQUIRE(!prop_number_int8_value(
n_uint8_max
, &val.v_int8));
629
ATF_REQUIRE(prop_number_uint8_value(
n_uint8_max
, &val.v_uint8) &&
636
ATF_REQUIRE(prop_number_int16_value(
n_uint8_max
, &val.v_int16) &&
715
prop_object_release(
n_uint8_max
);
Completed in 12 milliseconds
Indexes created Tue Oct 14 06:10:07 GMT 2025