Home
last modified time | relevance | path

Searched defs:min (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal_perf_plat.c52 CCPalPerfData_t min; member
191 CCPalPerfData_t min; in CC_PalPerfDump() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/util/
Dutil.h41 #define min( a , b ) ( ( (a) < (b) ) ? (a) : (b) ) macro
/trusted-firmware-m-latest/interface/include/mbedtls/
Dx509.h248 int hour, min, sec; /**< Time. */ member
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h96 #define min(a, b) \ macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Ddriver_defs.h21 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/
Dcc_crypto_ctx.h21 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/m-profile/
Dcmsis_armclang_m.h323 const int32_t min = -1 - max ; in __SSAT() local
Dcmsis_clang_m.h328 const int32_t min = -1 - max ; in __SSAT() local
Dcmsis_tiarmclang_m.h323 const int32_t min = -1 - max ; in __SSAT() local
Dcmsis_gcc_m.h436 const int32_t min = -1 - max ; in __SSAT() local
Dcmsis_iccarm_m.h874 const int32_t min = -1 - max ; in __SSAT() local