/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_enums.hpp | 8288 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR FormatFeatureFlags operator|( FormatFeatureFlagBits bit0, in operator |() argument 8291 return FormatFeatureFlags( bit0 ) | bit1; in operator |() 8294 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR FormatFeatureFlags operator&( FormatFeatureFlagBits bit0, in operator &() argument 8297 return FormatFeatureFlags( bit0 ) & bit1; in operator &() 8300 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR FormatFeatureFlags operator^( FormatFeatureFlagBits bit0, in operator ^() argument 8303 return FormatFeatureFlags( bit0 ) ^ bit1; in operator ^() 8407 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR ImageCreateFlags operator|( ImageCreateFlagBits bit0, in operator |() argument 8410 return ImageCreateFlags( bit0 ) | bit1; in operator |() 8413 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR ImageCreateFlags operator&( ImageCreateFlagBits bit0, in operator &() argument 8416 return ImageCreateFlags( bit0 ) & bit1; in operator &() [all …]
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_enums.hpp | 11728 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR FormatFeatureFlags operator|( FormatFeatureFlagBits bit0, in operator |() argument 11731 return FormatFeatureFlags( bit0 ) | bit1; in operator |() 11734 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR FormatFeatureFlags operator&( FormatFeatureFlagBits bit0, in operator &() argument 11737 return FormatFeatureFlags( bit0 ) & bit1; in operator &() 11740 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR FormatFeatureFlags operator^( FormatFeatureFlagBits bit0, in operator ^() argument 11743 return FormatFeatureFlags( bit0 ) ^ bit1; in operator ^() 11847 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR ImageCreateFlags operator|( ImageCreateFlagBits bit0, in operator |() argument 11850 return ImageCreateFlags( bit0 ) | bit1; in operator |() 11853 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR ImageCreateFlags operator&( ImageCreateFlagBits bit0, in operator &() argument 11856 return ImageCreateFlags( bit0 ) & bit1; in operator &() [all …]
|
/third_party/boost/boost/polygon/ |
D | transform.hpp | 144 bool bit0 = (atr_ & 1) != 0; in operator +=() local 150 {bit0, bit1}, {abit0, abit1} in operator +=() 172 bool bit0 = (atr_ & 1) != 0; in populate_axis_array() local 174 axis_array[0] = (INDIVIDUAL_AXIS)(((int)(bit2) << 1) + bit0); in populate_axis_array() 183 bool bit0 = (atr_ & 1) != 0; in get_directions() local 185 horizontal_dir = direction_2d((direction_2d_enum)(((int)(bit2) << 1) + !bit0)); in get_directions() 210 int bit0 = ((int)this_array[0] & 1); in write_back_axis_array() local 211 atr_ = ATR((bit2 << 2) + (bit1 << 1) + bit0); in write_back_axis_array() 220 int bit0 = !(horizontal_dir.to_int() & 1); in set_directions() local 221 atr_ = ATR((bit2 << 2) + (bit1 << 1) + bit0); in set_directions() [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_eu_compact.cpp | 172 for (int bit0 = 0; bit0 < 128; bit0++) { in test_fuzz_compact_instruction() local 173 if (skip_bit(p->devinfo, &src, bit0)) in test_fuzz_compact_instruction() 183 bits[bit0 / 64] ^= (1ull << (bit0 & 63)); in test_fuzz_compact_instruction() 192 printf(" twiddled bits for fuzzing %d, %d\n", bit0, bit1); in test_fuzz_compact_instruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_color_unquantize.cpp | 390 int bit0 = (v1 >> 6) & 1; in hdr_rgbo_unpack3() local 401 green |= bit0 << 6; in hdr_rgbo_unpack3() 429 red |= bit0 << 8; in hdr_rgbo_unpack3() 432 red |= bit0 << 9; in hdr_rgbo_unpack3() 536 int bit0 = (v2 >> 6) & 1; in hdr_rgb_unpack3() local 547 a |= bit0 << 9; in hdr_rgb_unpack3() 570 b0 |= bit0 << 6; in hdr_rgb_unpack3()
|
/third_party/boost/boost/utility/ |
D | binary.hpp | 127 #define BOOST_DETAIL_TERNARY_TRIPLE_TO_OCTAL( bit2, bit1, bit0 ) \ argument 128 BOOST_DETAIL_TRIPLE_TO_OCTAL_ ## bit2 ## bit1 ## bit0
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | vp8_dec.c | 426 const int bit0 = VP8GetBit(br, p[9 + bit1], "coeffs"); in GetLargeValue() local 427 const int cat = 2 * bit1 + bit0; in GetLargeValue()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | vp8_dec.c | 426 const int bit0 = VP8GetBit(br, p[9 + bit1], "coeffs"); in GetLargeValue() local 427 const int cat = 2 * bit1 + bit0; in GetLargeValue()
|
/third_party/mbedtls/3rdparty/everest/library/legacy/ |
D | Hacl_Curve25519.c | 691 uint64_t bit0 = (uint64_t)(byt >> (uint32_t)7U); in Hacl_EC_Ladder_SmallLoop_cmult_small_loop_step() local 693 Hacl_EC_Point_swap_conditional(nq, nqpq, bit0); in Hacl_EC_Ladder_SmallLoop_cmult_small_loop_step()
|
/third_party/mbedtls/3rdparty/everest/library/ |
D | Hacl_Curve25519.c | 646 uint64_t bit0 = (uint64_t)(byt >> (uint32_t)7U); in Hacl_EC_Ladder_SmallLoop_cmult_small_loop_step() local 648 Hacl_EC_Point_swap_conditional(nq, nqpq, bit0); in Hacl_EC_Ladder_SmallLoop_cmult_small_loop_step()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | README | 309 # bit0 = WPA
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | README | 309 # bit0 = WPA
|
/third_party/quickjs/ |
D | libbf.c | 399 limb_t bit1, bit0; in bf_get_rnd_add() local 402 bit0 = 1; /* faithful rounding does not honor the INEXACT flag */ in bf_get_rnd_add() 405 bit0 = scan_bit_nz(r, l * LIMB_BITS - 1 - bf_max(0, prec + 1)); in bf_get_rnd_add() 410 inexact = (bit1 | bit0) != 0; in bf_get_rnd_add() 418 if (bit0) { in bf_get_rnd_add()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrMVE.td | 4946 bit bit0 = b; 4964 : MVE_vldst24_base<wb.writeback, n.bit0, pat, size, 1, 4973 : MVE_vldst24_base<wb.writeback, n.bit0, pat, size, 0,
|