Home
last modified time | relevance | path

Searched defs:bits (Results 976 - 1000 of 1070) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c2498 PByte bits; in Horizontal_Sweep_Span() local
2520 PByte bits; in Horizontal_Sweep_Span() local
2545 PByte bits; Horizontal_Sweep_Drop() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp273 int bits = immBits + zeroBits; in CheckImmRange() local
/third_party/toybox/toys/pending/
H A Dxzcat.c2678 crc_validate(struct xz_dec *s, struct xz_buf *b, uint32_t bits) crc_validate() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h294 int32_t bits = *(reinterpret_cast<const int32_t*>(this)); in ExtractSignedBits() local
819 uint8_t bits[kNEONFormatMaxBits]; member
[all...]
H A Dsimulator-aarch64.h177 uint64_t bits = (uint64_t)address; in AddressUntag() local
653 ChunkType bits = GetUintMask(chunk_size); in SetAllBits() local
682 int bits = value ? 1 : 0; in ZeroExtend() local
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc172 static float rawbits_to_fp(uint32_t bits) { return RawbitsToFloat(bits); } in rawbits_to_fp() argument
174 static double rawbits_to_fp(uint64_t bits) { return RawbitsToDouble(bits); } in rawbits_to_fp() argument
178 static double rawbits_to_fp(uint16_t bits) { in rawbits_to_fp() argument
484 const unsigned bits = sizeof(T) * 8; in Test2Op() local
636 const unsigned bits = sizeof(T) * 8; Test3Op() local
779 const unsigned bits = sizeof(T) * 8; TestCmp() local
910 const unsigned bits = sizeof(T) * 8; TestCmpZero() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc193 static void AtomicSetBits(std::atomic<intptr_t>* pv, intptr_t bits, in AtomicSetBits() argument
209 static void AtomicClearBits(std::atomic<intptr_t>* pv, intptr_t bits, in AtomicClearBits() argument
325 EnsureSynchEvent(std::atomic<intptr_t> *addr, const char *name, intptr_t bits, intptr_t lockbit) EnsureSynchEvent() argument
379 ForgetSynchEvent(std::atomic<intptr_t> *addr, intptr_t bits, intptr_t lockbit) ForgetSynchEvent() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp1348 static const BitAndName bits[4]; member in vkt::RayTracing::__anon29741::GeometryTypes::NoNullShadersFlagGenerator
1391 const NoNullShadersFlagGenerator::BitAndName NoNullShadersFlagGenerator::bits[] = { member in vkt::RayTracing::__anon29741::GeometryTypes::NoNullShadersFlagGenerator
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp2180 const deUint32 bits = (i == anchorIndex[subsetIndex]) ? (colorIndexBC - 1) : colorIndexBC; in decompressBc6H() local
2208 colorIndexData >>= bits; in decompressBc6H() local
[all...]
H A DtcuTexLookupVerifier.cpp2196 Vec4 computeFixedPointThreshold (const IVec4& bits) in computeFixedPointThreshold() argument
2201 Vec4 computeFloatingPointThreshold (const IVec4& bits, const Vec4& value) in computeFloatingPointThreshold() argument
2206 Vec4 computeColorBitsThreshold(const IVec4& bits, const IVec4& numAccurateBits) in computeColorBitsThreshold() argument
H A DtcuTexture.cpp521 inline float channelToUnormFloat (deUint32 src, int bits) in channelToUnormFloat() argument
530 inline deInt32 signExtend (deUint32 src, int bits) in signExtend() argument
539 inline float channelToSnormFloat (deUint32 src, int bits) in channelToSnormFloat() argument
547 inline deUint32 unormFloatToChannel (float src, int bits) in unormFloatToChannel() argument
555 snormFloatToChannel(float src, int bits) snormFloatToChannel() argument
564 uintToChannel(deUint32 src, int bits) uintToChannel() argument
570 intToChannel(deInt32 src, int bits) intToChannel() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp3.c658 int bits; in vp4_get_mb_count() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmpegts.c1644 static uint64_t get_ts64(GetBitContext *gb, int bits) in get_ts64() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp515 uByte bits=0; /* working flags [assume +ve] */ uprv_decNumberFromString() local
1995 uByte bits=0; /* result sign if errors */ uprv_decNumberPower() local
3847 uByte bits; /* result bits */ decAddOp() local
4287 uByte bits; /* working sign */ decDivideOp() local
4878 uByte bits; /* result sign */ decMultiplyOp() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp912 get_constant_op(opt_ctx& ctx, ssa_info info, uint32_t bits) in get_constant_op() argument
926 unsigned bits = get_operand_size(instr, i); propagate_constants_vop3p() local
1311 unsigned bits = get_operand_size(instr, i); label_instruction() local
1345 unsigned bits = get_operand_size(instr, i); label_instruction() local
4559 unsigned bits = get_operand_size(instr, i); select_instruction() local
4765 unsigned bits = get_operand_size(instr, i); apply_literals() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c1009 uint32_t bits = 0; in decompose_attribs() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h342 uint8_t bits; member
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp515 uByte bits=0; /* working flags [assume +ve] */ uprv_decNumberFromString() local
1995 uByte bits=0; /* result sign if errors */ uprv_decNumberPower() local
3847 uByte bits; /* result bits */ decAddOp() local
4287 uByte bits; /* working sign */ decDivideOp() local
4878 uByte bits; /* result sign */ decMultiplyOp() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c230 LLVMValueRef bits[16]; in generate_quad_mask() local
2700 unsigned bits = row_type.width * row_type.length; generate_unswizzled_blend() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc1331 explicit RegisterBitVector(uintptr_t bits) : bits_(bits) {} in RegisterBitVector() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc3976 OffsetSize bits = OffsetSize::kOffset16; CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc2251 GetOffset(Label* L, OffsetSize bits) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc19 uint64_t bits = FPRound<uint64_t, kDoubleExponentBits, kDoubleMantissaBits>( in FPRoundToDouble() local
27 uint32_t bits = FPRound<uint32_t, kFloatExponentBits, kFloatMantissaBits>( in FPRoundToFloat() local
[all...]
H A Dsimulator-arm64.h243 uint64_t bits = (uint64_t)address; in AddressUntag() local
705 int64_t bits() const { return bits_; } bits() function in v8::internal::Simulator::CallArgument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc1623 uint32_t bits = chars[0]; in GetQuickCheckDetails() local
1696 uint32_t bits in GetQuickCheckDetails() local
[all...]

Completed in 84 milliseconds

1...<<31323334353637383940>>...43