Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/plat-stm/
A Dplatform_config.h189 #define STM_SECDDR_BASE MIN_UNSAFE(TZSRAM_BASE, TZDRAM_BASE)
/optee_os-3.20.0/lib/libutils/ext/include/
A Dutil.h41 #define MIN_UNSAFE(a, b) (((a) < (b)) ? (a) : (b)) macro

Completed in 3 milliseconds