Home
last modified time | relevance | path

Searched refs:_a (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dutil.h26 (__extension__({ __typeof__(a) _a = (a); \
28 _a > _b ? _a : _b; }))
31 (__extension__({ __typeof__(a) _a = (a); \
33 _a < _b ? _a : _b; }))
228 __typeof__(a) _a = (a); \
231 _a > _b ? 1 : _a < _b ? -1 : 0; \
/optee_os/core/lib/libtomcrypt/
H A Dacipher_helpers.h50 void *_a = (a); \
51 mp_to_unsigned_bin(_a, (b) + (c) - mp_unsigned_bin_size(_a)); \
/optee_os/core/include/kernel/
H A Dthread.h333 #define THREAD_PARAM_VALUE(_direction, _a, _b, _c) \ argument
336 .a = (_a), .b = (_b), .c = (_c) } \
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_pka.c964 uint8_t _a = U(0); in is_smaller() local
968 _a = a->val[a->size - i]; in is_smaller()
972 if (_a < _b) in is_smaller()
974 if (_a > _b) in is_smaller()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Decp_curves.c4634 G ## _a, sizeof(G ## _a), \
H A Decp_curves_new.c4622 G ## _a, sizeof(G ## _a), \