Searched refs:_x (Results 1 – 10 of 10) sorted by relevance
/trusted-firmware-a/include/export/lib/ |
A D | utils_def_exp.h | 22 # define U(_x) (_x) argument 23 # define UL(_x) (_x) argument 24 # define ULL(_x) (_x) argument 25 # define L(_x) (_x) argument 26 # define LL(_x) (_x) argument 28 # define U_(_x) (_x##U) argument 29 # define U(_x) U_(_x) argument 30 # define UL(_x) (_x##UL) argument 31 # define ULL(_x) (_x##ULL) argument 32 # define L(_x) (_x##L) argument [all …]
|
/trusted-firmware-a/include/lib/ |
A D | utils_def.h | 68 __typeof__(x) _x = (x); \ 70 (void)(&_x == &_y); \ 71 _x < _y ? _x : _y; \ 75 __typeof__(x) _x = (x); \ 77 (void)(&_x == &_y); \ 78 _x > _y ? _x : _y; \ 82 __typeof__(x) _x = (x); \ 85 (void)(&_x == &_min); \ 86 (void)(&_x == &_max); \ 87 (_x > _max ? _max : (_x < _min ? _min : _x)); \
|
/trusted-firmware-a/include/lib/libc/aarch32/ |
A D | endian_.h | 82 __bswap64(uint64_t _x) in __bswap64() argument 85 return ((_x >> 56) | ((_x >> 40) & 0xff00) | ((_x >> 24) & 0xff0000) | in __bswap64() 86 ((_x >> 8) & 0xff000000) | ((_x << 8) & ((uint64_t)0xff << 32)) | in __bswap64() 87 ((_x << 24) & ((uint64_t)0xff << 40)) | in __bswap64() 88 ((_x << 40) & ((uint64_t)0xff << 48)) | ((_x << 56))); in __bswap64()
|
/trusted-firmware-a/include/drivers/st/ |
A D | stm32_gpio.h | 23 #define GPIO_PIN_(_x) U(_x) argument 26 #define GPIO_ALTERNATE_(_x) U(_x) argument
|
/trusted-firmware-a/plat/ti/k3/common/drivers/sec_proxy/ |
A D | sec_proxy.c | 84 #define SP_THREAD(_x) \ argument 85 [_x] = { \ 86 .name = #_x, \ 87 .data = SEC_PROXY_THREAD(SEC_PROXY_DATA_BASE, _x), \ 88 .scfg = SEC_PROXY_THREAD(SEC_PROXY_SCFG_BASE, _x), \ 89 .rt = SEC_PROXY_THREAD(SEC_PROXY_RT_BASE, _x), \
|
/trusted-firmware-a/include/drivers/ |
A D | mmc.h | 18 #define MMC_CMD(_x) U(_x) argument 20 #define MMC_ACMD(_x) U(_x) argument
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …naligned_end__:38,_unaligned_size__:38,_verify_hash:36,_verify_signatur:36,_x:6,_xlat_ctx:34,a0:47…
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
A D | change-log.md.txt | 3613 - Added U(\_x) macro and together with the existing ULL(\_x) macro fixed some
|
/trusted-firmware-a/docs/ |
A D | change-log.md | 3613 - Added U(\_x) macro and together with the existing ULL(\_x) macro fixed some
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 62569 Added U(\_x) macro and together with the existing ULL(\_x) macro fixed some
|
Completed in 126 milliseconds