Searched refs:_BIT (Results 1 - 7 of 7) sorted by relevance

/external/autotest/client/site_tests/platform_Crossystem/
H A Dplatform_Crossystem.py40 _BIT = _Matcher("[01]") variable
69 ("cros_debug", _BIT),
70 ("debug_build", _BIT),
71 ("devsw_boot", _BIT),
72 ("devsw_cur", _BIT),
81 ("wpsw_boot", _BIT),
82 ("wpsw_cur", _BIT),
/external/mesa3d/src/amd/addrlib/r800/
H A Degbaddrlib.cpp1874 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4));
1878 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3));
1881 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,1),_BIT(pixelIndex,0));
1882 y = Bits2Number(3, _BIT(pixelInde
[all...]
H A Dsiaddrlib.cpp199 UINT_32 x3 = _BIT(tx,0);
200 UINT_32 x4 = _BIT(tx,1);
201 UINT_32 x5 = _BIT(tx,2);
202 UINT_32 x6 = _BIT(tx,3);
203 UINT_32 y3 = _BIT(ty,0);
204 UINT_32 y4 = _BIT(ty,1);
205 UINT_32 y5 = _BIT(ty,2);
206 UINT_32 y6 = _BIT(ty,3);
341 UINT_32 pipebit0 = _BIT(pipe,0);
342 UINT_32 pipebit1 = _BIT(pip
[all...]
/external/mesa3d/src/amd/addrlib/core/
H A Daddrcommon.h75 #define _BIT(v,b) (((v) >> (b) ) & 1) macro
H A Daddrlib.cpp2946 UINT_32 x0 = _BIT(x, 0);
2947 UINT_32 x1 = _BIT(x, 1);
2948 UINT_32 x2 = _BIT(x, 2);
2949 UINT_32 y0 = _BIT(y, 0);
2950 UINT_32 y1 = _BIT(y, 1);
2951 UINT_32 y2 = _BIT(y, 2);
2952 UINT_32 z0 = _BIT(z, 0);
2953 UINT_32 z1 = _BIT(z, 1);
2954 UINT_32 z2 = _BIT(z, 2);
/external/kernel-headers/original/uapi/linux/
H A Dethtool.h1449 (1UL << (ETHTOOL_LINK_MODE_ ## base_name ## _BIT))
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp83 case VK_PIPELINE_STAGE_##p##_BIT: \

Completed in 243 milliseconds