HomeSort by relevance Sort by last modified time
    Searched refs:_BIT (Results 1 - 10 of 10) sorted by null

  /external/autotest/client/site_tests/platform_Crossystem/
platform_Crossystem.py 40 _BIT = _Matcher("[01]")
69 ("cros_debug", _BIT),
70 ("debug_build", _BIT),
71 ("devsw_boot", _BIT),
72 ("devsw_cur", _BIT),
81 ("wpsw_boot", _BIT),
82 ("wpsw_cur", _BIT),
  /frameworks/native/opengl/libs/tools/
glenumsgen 24 next if $line =~ /_BIT(\d+_|\s+)/;
  /external/mesa3d/src/amd/addrlib/r800/
egbaddrlib.cpp     [all...]
siaddrlib.cpp 199 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(pipe,1)
    [all...]
  /external/mesa3d/src/amd/addrlib/core/
addrcommon.h 75 #define _BIT(v,b) (((v) >> (b) ) & 1)
addrlib.cpp     [all...]
  /bionic/libc/kernel/uapi/linux/
ethtool.h 553 #define __ETHTOOL_LINK_MODE_LEGACY_MASK(base_name) (1UL << (ETHTOOL_LINK_MODE_ ##base_name ##_BIT))
  /external/kernel-headers/original/uapi/linux/
ethtool.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTimestampTests.cpp 83 case VK_PIPELINE_STAGE_##p##_BIT: \
    [all...]
  /build/make/core/
config.mk 325 # preference) that the target supports. If TARGET_CPU_ABI_LIST_{32,64}_BIT
    [all...]

Completed in 393 milliseconds