Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/ext/include/
A Dutil.h22 __typeof__(b) _b = (b); \
23 _a > _b ? _a : _b; }))
27 __typeof__(b) _b = (b); \
28 _a < _b ? _a : _b; }))
158 __typeof__(b) _b = (b); \
160 _a > _b ? 1 : _a < _b ? -1 : 0; \
/optee_os-3.20.0/core/drivers/
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-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.c676 G ## _b, sizeof( G ## _b ), \
684 G ## _b, sizeof( G ## _b ), \

Completed in 7 milliseconds