Home
last modified time | relevance | path

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

/optee_os/out/arm/export-ta_arm32/host_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/out/arm/export-ta_arm64/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/out/arm/export-ta_arm64/host_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/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/out/arm/export-ta_arm32/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/core/drivers/
A Dimx_ocotp.c17 #define OCOTP_SHADOW_OFFSET(_b, _w) ((_b) * (0x40) + (_w) * (0x10) + 0x400) argument
/optee_os/core/arch/arm/include/kernel/
A Dthread.h706 #define THREAD_PARAM_VALUE(_direction, _a, _b, _c) \ argument
709 .a = (_a), .b = (_b), .c = (_c) } \
/optee_os/lib/libmbedtls/mbedtls/library/
A Decp_curves.c676 G ## _b, sizeof( G ## _b ), \
684 G ## _b, sizeof( G ## _b ), \

Completed in 13 milliseconds