Home
last modified time | relevance | path

Searched defs:bits (Results 1001 - 1025 of 1106) sorted by relevance

1...<<4142434445

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp3272 deUint32 chooseWin32MemoryType(deUint32 bits) in chooseWin32MemoryType() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp2601 const std::string bits = (using64Bits ? "64" : "32"); in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp1355 static const BitAndName bits[4]; member in vkt::RayTracing::__anon28557::GeometryTypes::NoNullShadersFlagGenerator
1398 const NoNullShadersFlagGenerator::BitAndName NoNullShadersFlagGenerator::bits[] = { member in vkt::RayTracing::__anon28557::GeometryTypes::NoNullShadersFlagGenerator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp3207 deUint32 chooseWin32MemoryType(deUint32 bits) in chooseWin32MemoryType() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp2569 const std::string bits = (using64Bits ? "64" : "32"); in initPrograms() local
/third_party/openssl/ssl/
H A Dt1_lib.c3498 int bits = EVP_PKEY_get_bits(pkey); in tls13_set_encoded_pub_key() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djpeglib.h111 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ member
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c474 png_uint_32 bits[FORMAT_SET_COUNT]; member
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencode.c1453 uint32_t bits; MakeUncompressedStream() local
[all...]
/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...]
/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c1094 int OpensslRsaGenerateMultiPrimeKey(RSA *rsa, int bits, int primes, in OpensslRsaGenerateMultiPrimeKey() argument
1100 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx() argument
/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...]

Completed in 101 milliseconds

1...<<4142434445