Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/lib/
Dutils_def.h80 # define U(_x) (_x) argument
81 # define ULL(_x) (_x) argument
83 # define U(_x) (_x##u) argument
84 # define ULL(_x) (_x##ull) argument
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
Dring.h41 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument
42 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument
43 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument
44 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument
45 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp69 A(int _x) { in A()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtypes.py55 _x = _C() variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtypes.py55 _x = _C() variable
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
Dendian.h68 __bswap64(__uint64_t _x) in __bswap64()
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c534 float _x[N]; in mat44Solve() local