Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/ext/include/
A Dutil.h21 (__extension__({ __typeof__(a) _a = (a); \
23 _a > _b ? _a : _b; }))
26 (__extension__({ __typeof__(a) _a = (a); \
28 _a < _b ? _a : _b; }))
157 __typeof__(a) _a = (a); \
160 _a > _b ? 1 : _a < _b ? -1 : 0; \
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dacipher_helpers.h50 void *_a = (a); \
51 mp_to_unsigned_bin(_a, (b) + (c) - mp_unsigned_bin_size(_a)); \
/optee_os-3.20.0/core/include/kernel/
A Dthread.h320 #define THREAD_PARAM_VALUE(_direction, _a, _b, _c) \ argument
323 .a = (_a), .b = (_b), .c = (_c) } \
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Decp_curves.c675 G ## _a, sizeof( G ## _a ), \

Completed in 8 milliseconds