Searched refs:_b (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | util.h | 27 __typeof__(b) _b = (b); \ 28 _a > _b ? _a : _b; })) 32 __typeof__(b) _b = (b); \ 33 _a < _b ? _a : _b; })) 229 __typeof__(b) _b = (b); \ 231 _a > _b ? 1 : _a < _b ? -1 : 0; \
|
| /optee_os/core/drivers/ |
| H A D | imx_ocotp.c | 19 #define OCOTP_SHADOW_OFFSET(_b, _w) ((_b) * (0x80) + (_w) * (0x10) + 0x400) argument 21 #define OCOTP_SHADOW_OFFSET(_b, _w) ((_b) * (0x40) + (_w) * (0x10) + 0x400) argument
|
| /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 | 965 uint8_t _b = U(0); in is_smaller() local 970 _b = b->val[b->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 | 4635 G ## _b, sizeof(G ## _b), \ 4645 G ## _b, sizeof(G ## _b), \
|
| H A D | ecp_curves_new.c | 4623 G ## _b, sizeof(G ## _b), \ 4633 G ## _b, sizeof(G ## _b), \
|