| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| H A D | gtest-internal.h | 293 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 D | crypto_common.cc | 449 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 D | decode.c | 183 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 D | gtest-internal.h | 300 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 D | brotli_bit_stream.c | 73 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 D | normalizer2impl.h | 365 uint8_t bits=smallFCD[lead>>8]; in singleLeadMightHaveNonZeroFCD16() local [all...] |
| /third_party/mesa3d/src/intel/isl/ |
| H A D | isl.c | 1726 pitch_in_range(uint32_t n, uint32_t bits) pitch_in_range() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nvc0.cpp | 2281 int bits = 0; convertSurfaceFormat() local [all...] |
| H A D | nv50_ir_ra.cpp | 93 BitSet bits[LAST_REGISTER_FILE + 1]; member in nv50_ir::RegisterSet [all...] |
| H A D | nv50_ir_lowering_nv50.cpp | 1866 int bits = 0; handleSULDP() local 2029 int bits = 0; handleSUSTP() local [all...] |
| /third_party/mesa3d/src/panfrost/lib/genxml/ |
| H A D | decode.c | 458 bits(u32 word, u32 lo, u32 hi) in bits() function
|
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | vc4_drm.h | 72 __u16 bits; member
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | intltest.cpp | 1371 int32_t bits = voidSize * 8; in main() local
|
| /third_party/ltp/testcases/kernel/mce-test/tools/ |
| H A D | page-types.c | 830 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 D | quirks.c | 137 uint32_t bits; member [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | example.c | 1829 int bits = argtype ? argtype->bit_size : 0; in set_up_arch_entry() local
|
| H A D | simplify.c | 635 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 D | 7zArcIn.c | 302 static UInt32 CountDefinedBits(const Byte *bits, UInt32 numItems)
in CountDefinedBits() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | simplified-operator.cc | 1273 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 D | ieee754.cc | 2399 uint64_t bits = bit_cast<uint64_t>(t); cbrt() local [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64-inl.h | 674 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 D | instructions-arm64.h | 103 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 D | simulator-arm64.cc | 101 void SimSystemRegister::SetBits(int msb, int lsb, uint32_t bits) { in SetBits() argument [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | disassemble.c | 373 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 D | tessellator.cpp | 2605 int bits = *(int*)&input; CleanupFloatTessFactor() local 2620 int bits = *(int*)&input; ClampFloatTessFactorScale() local 2641 int bits = *(int*)&TessFactor; RoundUpTessFactor() local [all...] |