Searched refs:_b (Results 1 – 8 of 8) sorted by relevance
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | util.h | 22 __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 D | util.h | 22 __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 D | util.h | 22 __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 D | util.h | 22 __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 D | util.h | 22 __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 D | imx_ocotp.c | 17 #define OCOTP_SHADOW_OFFSET(_b, _w) ((_b) * (0x40) + (_w) * (0x10) + 0x400) argument
|
/optee_os/core/arch/arm/include/kernel/ |
A D | thread.h | 706 #define THREAD_PARAM_VALUE(_direction, _a, _b, _c) \ argument 709 .a = (_a), .b = (_b), .c = (_c) } \
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | ecp_curves.c | 676 G ## _b, sizeof( G ## _b ), \ 684 G ## _b, sizeof( G ## _b ), \
|
Completed in 13 milliseconds