/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/mesa3d/src/intel/compiler/ |
D | test_eu_compact.cpp | 176 for (int bit0 = 0; bit0 < 128; bit0++) { in test_fuzz_compact_instruction() local 177 if (skip_bit(p->isa, &src, bit0)) in test_fuzz_compact_instruction() 187 bits[bit0 / 64] ^= (1ull << (bit0 & 63)); in test_fuzz_compact_instruction() 196 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/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/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/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/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/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/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,
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 88838 __u32 bit0: 1; member
|