/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 426 inline deUint32 getBit (deUint64 src, int bit) in getBit() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vp3.c | 477 int bit = 0; in unpack_superblocks() local 702 int bit, current_run, has_partial; vp4_unpack_macroblocks() local 1106 int qpi, i, j, bit, run_length, blocks_decoded, num_blocks_at_qpi; unpack_block_qpis() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 828 int bit = u_bit_scan64(&outputs_written); in update_so_info() local [all...] |
H A D | zink_context.c | 717 const uint32_t bit = BITFIELD_BIT(start_slot + i); in zink_bind_sampler_states() local 1218 const uint32_t bit = BITFIELD_BIT(shader); in zink_set_inlinable_constants() local 1267 unsigned bit = BITFIELD_BIT(pstage); in invalidate_inlined_uniforms() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 967 char bit; in compare_bitmaps() local 1696 static void set_bitmap_range(struct bitmap *bm, s64 pos, s64 length, u8 bit) in set_bitmap_range() argument 1702 static void set_bitmap_clusters(struct bitmap *bm, runlist *rl, u8 bit) in set_bitmap_clusters() argument [all...] |
/third_party/lzma/C/ |
H A D | LzmaEnc.c | 798 UInt32 bit = (sym >> 7) & 1;
in LitEnc_Encode() local 815 UInt32 bit;
in LitEnc_EncodeMatched() local 874 unsigned bit = sym & 1; LitEnc_GetPrice() local 907 unsigned bit = sym & 1; RcTree_ReverseEncode() local 953 unsigned bit; LenEnc_Encode() local 1043 unsigned bit = sym & 1; LenPriceEnc_UpdateTables() local 2213 unsigned bit; FillAlignPrices() local 2252 unsigned bit = sym & 1; FillDistancesPrices() local 2277 unsigned bit; FillDistancesPrices() local 2570 UInt32 bit = (sym >> (kNumPosSlotBits - 1)) & 1; LzmaEnc_CodeOneBlock() local 2615 unsigned bit; LzmaEnc_CodeOneBlock() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 2519 unsigned bit() const { bit() function [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 980 B(Label* label, BranchType type, Register reg, int bit) B() argument [all...] |
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 1586 void Assembler::mcrfs(CRegister cr, FPSCRBit bit) { in mcrfs() argument 1859 mtfsb0(FPSCRBit bit, RCBit rc) mtfsb0() argument 1865 mtfsb1(FPSCRBit bit, RCBit rc) mtfsb1() argument [all...] |
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 1862 int bit = 0x80000000 >> mb; in ExecuteGeneric() local 1870 int bit = 0x80000000 >> (me + 1); // needs to be tested ExecuteGeneric() local 1904 int bit = 0x80000000 >> mb; ExecuteGeneric() local 1912 int bit = 0x80000000 >> (me + 1); // needs to be tested ExecuteGeneric() local 2239 uintptr_t bit = 0x80000000; ExecuteGeneric() local 2254 uintptr_t bit = 0x8000000000000000UL; ExecuteGeneric() local 2649 uintptr_t bit = 0x80000000; ExecuteGeneric() local 2674 uintptr_t bit = 0x8000000000000000UL; ExecuteGeneric() local 3995 uintptr_t bit = 0x8000000000000000 >> mb; ExecuteGeneric() local 4003 uintptr_t bit = 0x8000000000000000 >> (me + 1); // needs to be tested ExecuteGeneric() local [all...] |
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-logic-arm64.cc | 1066 LogicVRegister Simulator::bit(VectorFormat vform, LogicVRegister dst, bit() function in v8::internal::Simulator [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 982 int bit; in EmitUseLookupTable() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 4267 int bit; in exec_64_2_t() local
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_context.h | 852 uint64_t bit = 1ull << index; in crocus_group_index_to_bti() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 75 deUint32 bit; in operator <<() member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 970 std::string vkt::subgroups::getSubgroupFeatureName (vk::VkSubgroupFeatureFlagBits bit) in getSubgroupFeatureName() argument 1756 bool vkt::subgroups::isSubgroupFeatureSupportedForDevice (Context& context, VkSubgroupFeatureFlagBits bit) in isSubgroupFeatureSupportedForDevice() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | OS2Table.java | 477 public static UnicodeRange range(int bit) { in range() argument 675 public static UnicodeRange range(int bit) { in range() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_common.hpp | 83 inline void set(uint32_t bit) in set() argument 91 inline void clear(uint32_t bit) in clear() argument [all...] |
H A D | spirv_hlsl.cpp | 1992 uint32_t bit = 16 * type_index + index; in emit_texture_size_variants() local 5585 uint32_t bit = 0; require_texture_query_variant() local [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image_writer.cpp | 3429 int32 bit = (int32) (fBitOffset & 7); in PutCodeWord() local [all...] |
/third_party/python/Objects/ |
H A D | longobject.c | 4523 digit bit; long_pow() local 4619 const int bit = (bi >> j) & 1; long_pow() local [all...] |
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 4051 int bit; in _build_result() local
|
/third_party/selinux/libsepol/src/ |
H A D | module_to_cil.c | 634 unsigned int bit; in xperms_to_cil() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 75 deUint32 bit; in operator <<() member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 75 deUint32 bit; in operator <<() member
|