HomeSort by relevance Sort by last modified time
    Searched defs:_BIT (Results 1 - 2 of 2) 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),
  /external/mesa3d/src/amd/addrlib/core/
addrcommon.h 75 #define _BIT(v,b) (((v) >> (b) ) & 1)

Completed in 573 milliseconds