Home
last modified time | relevance | path

Searched defs:bit (Results 301 - 325 of 343) sorted by relevance

1...<<11121314

/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp426 inline deUint32 getBit (deUint64 src, int bit) in getBit() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp3.c477 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 Dzink_compiler.c828 int bit = u_bit_scan64(&outputs_written); in update_so_info() local
[all...]
H A Dzink_context.c717 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 Dntfsresize.c967 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 DLzmaEnc.c798 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 Dinstruction-selector-arm64.cc2519 unsigned bit() const { bit() function
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc980 B(Label* label, BranchType type, Register reg, int bit) B() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc1586 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 Dsimulator-ppc.cc1862 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 Dsimulator-logic-arm64.cc1066 LogicVRegister Simulator::bit(VectorFormat vform, LogicVRegister dst, bit() function in v8::internal::Simulator
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc982 int bit; in EmitUseLookupTable() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c4267 int bit; in exec_64_2_t() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h852 uint64_t bit = 1ull << index; in crocus_group_index_to_bti() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp75 deUint32 bit; in operator <<() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp970 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 DOS2Table.java477 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 Dspirv_common.hpp83 inline void set(uint32_t bit) in set() argument
91 inline void clear(uint32_t bit) in clear() argument
[all...]
H A Dspirv_hlsl.cpp1992 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 Ddng_image_writer.cpp3429 int32 bit = (int32) (fBitOffset & 7); in PutCodeWord() local
[all...]
/third_party/python/Objects/
H A Dlongobject.c4523 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.c4051 int bit; in _build_result() local
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c634 unsigned int bit; in xperms_to_cil() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp75 deUint32 bit; in operator <<() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp75 deUint32 bit; in operator <<() member

Completed in 98 milliseconds

1...<<11121314