Home
last modified time | relevance | path

Searched refs:shiftCount (Results 1 - 15 of 15) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dutrace.cpp130 int32_t shiftCount; in outputHexBytes() local
131 for (shiftCount=(charsToOutput-1)*4; shiftCount >= 0; shiftCount-=4) { in outputHexBytes()
132 char c = gHexChars[(val >> shiftCount) & 0xf]; in outputHexBytes()
/third_party/node/deps/icu-small/source/common/
H A Dutrace.cpp130 int32_t shiftCount; in outputHexBytes() local
131 for (shiftCount=(charsToOutput-1)*4; shiftCount >= 0; shiftCount-=4) { in outputHexBytes()
132 char c = gHexChars[(val >> shiftCount) & 0xf]; in outputHexBytes()
/third_party/skia/third_party/externals/icu/source/common/
H A Dutrace.cpp130 int32_t shiftCount; in outputHexBytes() local
131 for (shiftCount=(charsToOutput-1)*4; shiftCount >= 0; shiftCount-=4) { in outputHexBytes()
132 char c = gHexChars[(val >> shiftCount) & 0xf]; in outputHexBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp2658 unsigned int n, shiftCount;
2663 shiftCount = tcMSB(rhs, parts) + 1;
2664 if (shiftCount == 0)
2667 shiftCount = parts * integerPartWidth - shiftCount;
2668 n = shiftCount / integerPartWidth;
2669 mask = (integerPart) 1 << (shiftCount % integerPartWidth);
2672 tcShiftLeft(srhs, parts, shiftCount);
2687 if (shiftCount == 0)
2689 shiftCount
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp2675 unsigned shiftCount = tcMSB(rhs, parts) + 1;
2676 if (shiftCount == 0)
2679 shiftCount = parts * APINT_BITS_PER_WORD - shiftCount;
2680 unsigned n = shiftCount / APINT_BITS_PER_WORD;
2681 WordType mask = (WordType) 1 << (shiftCount % APINT_BITS_PER_WORD);
2684 tcShiftLeft(srhs, parts, shiftCount);
2697 if (shiftCount == 0)
2699 shiftCount--;
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc1684 uint32_t shiftCount; in BuildChangeEndiannessStore() local
1701 for (i = 0, shiftCount = valueSizeInBits - 8; i < valueSizeInBits / 2; in BuildChangeEndiannessStore()
1702 i += 8, shiftCount -= 16) { in BuildChangeEndiannessStore()
1708 DCHECK_LT(0, shiftCount); in BuildChangeEndiannessStore()
1709 DCHECK_EQ(0, (shiftCount + 8) % 16); in BuildChangeEndiannessStore()
1712 shiftLower = gasm_->Word64Shl(value, Int64Constant(shiftCount)); in BuildChangeEndiannessStore()
1713 shiftHigher = gasm_->Word64Shr(value, Int64Constant(shiftCount)); in BuildChangeEndiannessStore()
1722 shiftLower = gasm_->Word32Shl(value, Int32Constant(shiftCount)); in BuildChangeEndiannessStore()
1723 shiftHigher = gasm_->Word32Shr(value, Int32Constant(shiftCount)); in BuildChangeEndiannessStore()
1788 uint32_t shiftCount; in BuildChangeEndiannessLoad() local
[all...]
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc6426 int_fast16_t shiftCount = \
6428 aFrac <<= shiftCount; \
6429 aExp = -shiftCount; \
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc6133 int_fast16_t shiftCount = \
6135 aFrac <<= shiftCount; \
6136 aExp = -shiftCount; \
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 288 milliseconds