Searched refs:shiftCount (Results 1 - 15 of 15) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | utrace.cpp | 130 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 D | utrace.cpp | 130 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 D | utrace.cpp | 130 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 D | APInt.cpp | 2658 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 D | APInt.cpp | 2675 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 D | wasm-compiler.cc | 1684 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 D | simulator-mips64.cc | 6426 int_fast16_t shiftCount = \ 6428 aFrac <<= shiftCount; \ 6429 aExp = -shiftCount; \
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 6133 int_fast16_t shiftCount = \ 6135 aFrac <<= shiftCount; \ 6136 aExp = -shiftCount; \
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 288 milliseconds