Home
last modified time | relevance | path

Searched refs:VAL (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dplatform_util.h123 #define MBEDTLS_DEPRECATED_STRING_CONSTANT( VAL ) \ argument
124 ( (mbedtls_deprecated_string_constant_t) ( VAL ) )
126 #define MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( VAL ) \ argument
127 ( (mbedtls_deprecated_numeric_constant_t) ( VAL ) )
130 #define MBEDTLS_DEPRECATED_STRING_CONSTANT( VAL ) VAL
131 #define MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( VAL ) VAL
/openthread-3.4.0/third_party/mbedtls/repo/tests/
Dssl-opt.sh232 VAL="$( get_config_value_or_default "$1" )"
233 if [ -z "$VAL" ]; then
237 elif [ "$VAL" -lt "$2" ]; then
243 VAL=$( get_config_value_or_default "$1" )
244 if [ -z "$VAL" ]; then
248 elif [ "$VAL" -gt "$2" ]; then
254 VAL=$( get_config_value_or_default "$1" )
255 if [ -z "$VAL" ]; then
259 elif [ "$VAL" -ne "$2" ]; then