Home
last modified time | relevance | path

Searched refs:PTR_ENSURE_INCLUSIVE_RANGE (Results 1 – 3 of 3) sorted by relevance

/dports/security/s2n/s2n-tls-1.1.2/utils/
H A Ds2n_safety_macros.h426 #define PTR_ENSURE_INCLUSIVE_RANGE(min, n, max) \ macro
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_safety_macros_test.c548 PTR_ENSURE_INCLUSIVE_RANGE(a, b, c); in PTR_ENSURE_INCLUSIVE_RANGE_harness_uint32()
554 PTR_ENSURE_INCLUSIVE_RANGE(a, b, c); in PTR_ENSURE_INCLUSIVE_RANGE_harness_int32()
/dports/security/s2n/s2n-tls-1.1.2/docs/
H A DSAFETY-MACROS.md374 ### PTR_ENSURE_INCLUSIVE_RANGE(min, n, max)