Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_argchk.h14 #define LTC_ARGCHKVD(x) do { if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } }while(0) macro
20 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x) macro
25 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x) macro
30 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x) macro
35 #define LTC_ARGCHKVD(x) if (!(x)) return; macro

Completed in 3 milliseconds