Home
last modified time | relevance | path

Searched refs:_y (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dutil.h157 __typeof__(y) _y = (y); \
158 (_x + (_y / 2)) / _y; }))
/optee_os/core/tee/
H A Dtee_svc_cryp.c103 #define RAW_DATA(_x, _y) \ argument
104 .raw_offs = offsetof(_x, _y), .raw_size = MEMBER_SIZE(_x, _y)