Home
last modified time | relevance | path

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

/mbedtls-latest/include/mbedtls/
Dplatform_util.h31 #define MBEDTLS_DEPRECATED_STRING_CONSTANT(VAL) \ argument
32 ((mbedtls_deprecated_string_constant_t) (VAL))
34 #define MBEDTLS_DEPRECATED_NUMERIC_CONSTANT(VAL) \ argument
35 ((mbedtls_deprecated_numeric_constant_t) (VAL))
38 #define MBEDTLS_DEPRECATED_STRING_CONSTANT(VAL) VAL
39 #define MBEDTLS_DEPRECATED_NUMERIC_CONSTANT(VAL) VAL
/mbedtls-latest/tests/
Dssl-opt.sh347 VAL="$( get_config_value_or_default "$1" )"
348 if [ -z "$VAL" ]; then
352 elif [ "$VAL" -lt "$2" ]; then
358 VAL=$( get_config_value_or_default "$1" )
359 if [ -z "$VAL" ]; then
363 elif [ "$VAL" -gt "$2" ]; then
369 VAL=$( get_config_value_or_default "$1" )
370 if [ -z "$VAL" ]; then
374 elif [ "$VAL" -ne "$2" ]; then