Searched refs:_a (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | util.h | 26 (__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 D | acipher_helpers.h | 50 void *_a = (a); \ 51 mp_to_unsigned_bin(_a, (b) + (c) - mp_unsigned_bin_size(_a)); \
|
| /optee_os/core/include/kernel/ |
| H A D | thread.h | 333 #define THREAD_PARAM_VALUE(_direction, _a, _b, _c) \ argument 336 .a = (_a), .b = (_b), .c = (_c) } \
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_pka.c | 964 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 D | ecp_curves.c | 4634 G ## _a, sizeof(G ## _a), \
|
| H A D | ecp_curves_new.c | 4622 G ## _a, sizeof(G ## _a), \
|