Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/include/
H A Dutil.h27 __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 Dimx_ocotp.c19 #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 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.c965 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 Decp_curves.c4635 G ## _b, sizeof(G ## _b), \
4645 G ## _b, sizeof(G ## _b), \
H A Decp_curves_new.c4623 G ## _b, sizeof(G ## _b), \
4633 G ## _b, sizeof(G ## _b), \