Home
last modified time | relevance | path

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

/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.2/Lib/
Dtypes.py55 _x = _C() variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtypes.py55 _x = _C() variable
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
Dusb.h346 #define DAINT_OUTEP(_x) (1 << ((_x) + 16)) argument
347 #define DAINT_INEP(_x) (1 << (_x)) argument
444 #define DXEPCTL_NEXTEP(_x) ((_x) << 11) argument
463 #define DXEPTSIZ_MC(_x) ((_x) << 29) argument
468 #define DXEPTSIZ_PKTCNT(_x) ((_x) << 19) argument
473 #define DXEPTSIZ_XFERSIZE(_x) ((_x) << 0) argument
482 #define DOEPTSIZ0_SUPCNT(_x) ((_x) << 29) argument
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c524 float _x[N]; in mat44Solve() local