Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/drivers/crypto/caam/include/
A Dcaam_utils_sgt.h18 #define BV_SGT_V2_OFFSET(_x) SHIFT_U64(((uint64_t)_x), BP_SGT_V2_OFFSET) argument
19 #define SGT_V2_ENTRY_OFFSET(_x) \ argument
20 ((((uint64_t)_x) & BM_SGT_V2_OFFSET) >> BP_SGT_V2_OFFSET)
27 #define BV_SGT_V2_AVAIL_LENGTH(_x) \ argument
28 SHIFT_U64(((uint64_t)_x), BP_SGT_V2_AVAIL_LENGTH)
29 #define SGT_V2_ENTRY_AVAIL_LENGTH(_x) \ argument
30 ((((uint64_t)_x) & BM_SGT_V2_AVAIL_LENGTH) >> BP_SGT_V2_AVAIL_LENGTH)
/optee_os/out/arm/export-ta_arm64/host_include/
A Dsigned_hdr.h126 #define SHDR_ENC_GET_TAG(x) ({ typeof(x) _x = (x); \
127 (SHDR_ENC_GET_IV(_x) + _x->iv_size); })
A Dutil.h86 (__extension__ ({ __typeof__(x) _x = (x); \
88 (_x + (_y / 2)) / _y; }))
/optee_os/core/include/
A Dsigned_hdr.h126 #define SHDR_ENC_GET_TAG(x) ({ typeof(x) _x = (x); \
127 (SHDR_ENC_GET_IV(_x) + _x->iv_size); })
/optee_os/out/arm/export-ta_arm32/host_include/
A Dsigned_hdr.h126 #define SHDR_ENC_GET_TAG(x) ({ typeof(x) _x = (x); \
127 (SHDR_ENC_GET_IV(_x) + _x->iv_size); })
A Dutil.h86 (__extension__ ({ __typeof__(x) _x = (x); \
88 (_x + (_y / 2)) / _y; }))
/optee_os/out/arm/export-ta_arm64/include/
A Dutil.h86 (__extension__ ({ __typeof__(x) _x = (x); \
88 (_x + (_y / 2)) / _y; }))
/optee_os/lib/libutils/ext/include/
A Dutil.h86 (__extension__ ({ __typeof__(x) _x = (x); \
88 (_x + (_y / 2)) / _y; }))
/optee_os/out/arm/export-ta_arm32/include/
A Dutil.h86 (__extension__ ({ __typeof__(x) _x = (x); \
88 (_x + (_y / 2)) / _y; }))
/optee_os/core/tee/
A Dtee_svc_cryp.c90 #define RAW_DATA(_x, _y) \ argument
91 .raw_offs = offsetof(_x, _y), .raw_size = MEMBER_SIZE(_x, _y)

Completed in 15 milliseconds