Home
last modified time | relevance | path

Searched defs:bits (Results 951 - 975 of 1184) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h293 ReinterpretBits(const Bits bits) ReinterpretBits() argument
310 const Bits &bits() const { return u_.bits_; } bits() function in testing::internal::FloatingPoint
[all...]
/third_party/node/src/crypto/
H A Dcrypto_common.cc449 int bits = EC_GROUP_order_bits(group); in GetECGroup() local
1114 int bits = EVP_PKEY_bits(key.get()); in GetEphemeralKey() local
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c183 uint32_t bits; in DecodeVarLenUint8() local
227 uint32_t bits; DecodeMetaBlockLength() local
350 DecodeSymbol(uint32_t bits, const HuffmanCode* table, BrotliBitReader* br) DecodeSymbol() argument
426 PreloadSymbol(int safe, const HuffmanCode* table, BrotliBitReader* br, uint32_t* bits, uint32_t* value) PreloadSymbol() argument
442 ReadPreloadedSymbol(const HuffmanCode* table, BrotliBitReader* br, uint32_t* bits, uint32_t* value) ReadPreloadedSymbol() argument
652 uint32_t bits = 0; SafeReadSymbolCodeLengths() local
799 uint32_t bits; ReadHuffmanCode() local
896 uint32_t bits; SafeReadBlockLength() local
1022 uint32_t bits; DecodeContextMap() local
1100 uint32_t bits; DecodeContextMap() local
1457 uint32_t bits; ReadContextModes() local
1590 uint32_t bits = 1; CalculateDistanceLut() local
1622 uint32_t bits; ReadDistanceInternal() local
1790 uint32_t bits; ProcessCommandsInternal() local
2334 uint32_t bits; BrotliDecoderDecompressStream() local
2347 uint32_t bits; BrotliDecoderDecompressStream() local
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h300 ReinterpretBits(const Bits bits) ReinterpretBits() argument
312 const Bits& bits() const { return u_.bits_; } bits() function in testing::internal::FloatingPoint
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c73 static void BrotliEncodeMlen(size_t length, uint64_t* bits, in BrotliEncodeMlen() argument
93 uint64_t bits = (copyextraval << insnumextra) | insextraval; in StoreCommandExtra() local
348 BuildAndStoreHuffmanTree(const uint32_t* histogram, const size_t histogram_length, const size_t alphabet_size, HuffmanTree* tree, uint8_t* depth, uint16_t* bits, size_t* storage_ix, uint8_t* storage) BuildAndStoreHuffmanTree() argument
403 BrotliBuildAndStoreHuffmanTreeFast(MemoryManager* m, const uint32_t* histogram, const size_t histogram_total, const size_t max_bits, uint8_t* depth, uint16_t* bits, size_t* storage_ix, uint8_t* storage) BrotliBuildAndStoreHuffmanTreeFast() argument
693 uint16_t bits[BROTLI_MAX_CONTEXT_MAP_SYMBOLS]; EncodeContextMap() local
802 uint16_t bits[BROTLI_MAX_CONTEXT_MAP_SYMBOLS]; StoreTrivialContextMap() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h365 uint8_t bits=smallFCD[lead>>8]; in singleLeadMightHaveNonZeroFCD16() local
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl.c1726 pitch_in_range(uint32_t n, uint32_t bits) pitch_in_range() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp2281 int bits = 0; convertSurfaceFormat() local
[all...]
H A Dnv50_ir_ra.cpp93 BitSet bits[LAST_REGISTER_FILE + 1]; member in nv50_ir::RegisterSet
[all...]
H A Dnv50_ir_lowering_nv50.cpp1866 int bits = 0; handleSULDP() local
2029 int bits = 0; handleSUSTP() local
[all...]
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode.c458 bits(u32 word, u32 lo, u32 hi) in bits() function
/third_party/mesa3d/include/drm-uapi/
H A Dvc4_drm.h72 __u16 bits; member
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1371 int32_t bits = voidSize * 8; in main() local
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c830 static void add_bits_filter(uint64_t mask, uint64_t bits) in add_bits_filter() argument
882 uint64_t bits; in parse_bits_mask() local
[all...]
/third_party/libinput/src/
H A Dquirks.c137 uint32_t bits; member
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexample.c1829 int bits = argtype ? argtype->bit_size : 0; in set_up_arch_entry() local
H A Dsimplify.c635 long long res, mask, bits; in eval_op() local
1060 unsigned long long bits = sbit | (sbit - 1); simplify_mul_div() local
1173 unsigned long long bits = bits_mask(size); simplify_compare_constant() local
1526 long long bits = sbit | (sbit - 1); simplify_constant_rightside() local
[all...]
/third_party/lzma/C/
H A D7zArcIn.c302 static UInt32 CountDefinedBits(const Byte *bits, UInt32 numItems) in CountDefinedBits() argument
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator.cc1273 SpeculativeBigIntAsIntN( int bits, const FeedbackSource& feedback) SpeculativeBigIntAsIntN() argument
1283 SpeculativeBigIntAsUintN( int bits, const FeedbackSource& feedback) SpeculativeBigIntAsUintN() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dieee754.cc2399 uint64_t bits = bit_cast<uint64_t>(t); cbrt() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h674 uint64_t bits = bit_cast<uint64_t>(imm); in Fmov() local
701 uint32_t bits = bit_cast<uint32_t>(imm); in Fmov() local
1386 int bits = reg.SizeInBits(); TestAndBranchIfAnySet() local
1399 int bits = reg.SizeInBits(); TestAndBranchIfAllClear() local
[all...]
H A Dinstructions-arm64.h103 int32_t bits = in SignedBits() local
184 uint32_t bits = imm8; in Imm8ToFP32() local
198 uint32_t bits = imm8; Imm8ToFP64() local
588 uint8_t bits[kNEONFormatMaxBits]; global() member
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc101 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) { in SetBits() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c373 unsigned bits = bits_for_mode(mode); in bits_for_mode_halved() local
451 unsigned bits = bits_for_mode_halved(mode, INPUT_EXPANDS(expand)); in print_vec_swizzle() local
538 unsigned bits = bits_for_mode_halved(alu->reg_mode, expands); in print_vector_constants() local
709 print_alu_mask(FILE *fp, uint8_t mask, unsigned bits, midgard_shrink_mode shrink_mode) print_alu_mask() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp2605 int bits = *(int*)&input; CleanupFloatTessFactor() local
2620 int bits = *(int*)&input; ClampFloatTessFactorScale() local
2641 int bits = *(int*)&TessFactor; RoundUpTessFactor() local
[all...]

Completed in 60 milliseconds

1...<<31323334353637383940>>...48