Home
last modified time | relevance | path

Searched refs:getBit (Results 1 - 25 of 26) sorted by relevance

12

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java274 return getBit(modules[i >>> 5], i) != 0; in getModule()
296 setModule(8, i, getBit(bits, i)); in drawFormatBits()
297 setModule(8, 7, getBit(bits, 6)); in drawFormatBits()
298 setModule(8, 8, getBit(bits, 7)); in drawFormatBits()
299 setModule(7, 8, getBit(bits, 8)); in drawFormatBits()
301 setModule(14 - i, 8, getBit(bits, i)); in drawFormatBits()
305 setModule(size - 1 - i, 8, getBit(bits, i)); in drawFormatBits()
307 setModule(8, size - 15 + i, getBit(bits, i)); in drawFormatBits()
369 int bit = getBit(allCodewords[i >>> 3], ~i & 7); in drawCodewords()
427 int c = getBit(module in getPenaltyScore()
532 static int getBit(int x, int i) { getBit() method in QrCode
[all...]
H A DQrTemplate.java129 int bit = QrCode.getBit(bits, i); in drawVersion()
219 return QrCode.getBit(grid[i >>> 5], i); in getModule()
H A DBitBuffer.java54 public int getBit(int index) { in getBit() method in BitBuffer
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp49 inline deUint32 getBit (deUint32 src, int ndx) in getBit() function
69 return getBit(src, ndx) != 0; in isBitSet()
215 deUint32 getBit (int ndx) const
249 return getBit(ndx) != 0;
357 const deUint32 r0 = getBit(blockModeData, 4);
358 const deUint32 r1 = getBit(blockModeData, 2);
359 const deUint32 r2 = getBit(blockModeData, 3);
384 const deUint32 r0 = getBit(blockModeData, 4);
385 const deUint32 r1 = getBit(blockModeData, 0);
386 const deUint32 r2 = getBit(blockModeDat
[all...]
H A DtcuCompressedTexture.cpp426 inline deUint32 getBit (deUint64 src, int bit) in getBit() function
475 const int diffBit = (int)getBit(src, 33); in decompressETC1Block()
476 const int flipBit = (int)getBit(src, 32); in decompressETC1Block()
532 const deUint32 modifierNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); in decompressETC1Block()
555 const int diffOpaqueBit = (int)getBit(src, 33); in decompressETC2Block()
591 const int flipBit = (int)getBit(src, 32); in decompressETC2Block()
627 const deUint32 modifierNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); in decompressETC2Block()
676 const deUint32 distNdx = (getBits(src, 34, 35) << 1) | getBit(sr in decompressETC2Block()
[all...]
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java194 dataCodewords[i >>> 3] |= bb.getBit(i) << (7 - (i & 7)); in encodeSegments()
352 setFunctionModule(8, i, getBit(bits, i)); in drawFormatBits()
353 setFunctionModule(8, 7, getBit(bits, 6)); in drawFormatBits()
354 setFunctionModule(8, 8, getBit(bits, 7)); in drawFormatBits()
355 setFunctionModule(7, 8, getBit(bits, 8)); in drawFormatBits()
357 setFunctionModule(14 - i, 8, getBit(bits, i)); in drawFormatBits()
361 setFunctionModule(size - 1 - i, 8, getBit(bits, i)); in drawFormatBits()
363 setFunctionModule(8, size - 15 + i, getBit(bits, i)); in drawFormatBits()
383 boolean bit = getBit(bits, i); in drawVersion()
485 modules[y][x] = getBit(dat in drawCodewords()
756 static boolean getBit(int x, int i) { getBit() method in QrCode
[all...]
H A DBitBuffer.java73 public int getBit(int index) { in getBit() method in BitBuffer
95 data.set(bitLength, QrCode.getBit(val, i)); in appendBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h416 virtual Init *getBit(unsigned Bit) const = 0;
473 Init *getBit(unsigned Bit) const override {
502 Init *getBit(unsigned Bit) const override {
542 if (!getBit(i)->isComplete()) return false;
548 if (getBit(i)->isComplete()) return false; in allInComplete()
557 Init *getBit(unsigned Bit) const override {
588 Init *getBit(unsigned Bit) const override {
619 Init *getBit(unsigned Bit) const override {
654 Init *getBit(unsigned Bit) const override {
720 Init *getBit(unsigne
[all...]
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp427 setFunctionModule(8, i, getBit(bits, i)); in drawFormatBits()
428 setFunctionModule(8, 7, getBit(bits, 6)); in drawFormatBits()
429 setFunctionModule(8, 8, getBit(bits, 7)); in drawFormatBits()
430 setFunctionModule(7, 8, getBit(bits, 8)); in drawFormatBits()
432 setFunctionModule(14 - i, 8, getBit(bits, i)); in drawFormatBits()
436 setFunctionModule(size - 1 - i, 8, getBit(bits, i)); in drawFormatBits()
438 setFunctionModule(8, size - 15 + i, getBit(bits, i)); in drawFormatBits()
456 bool bit = getBit(bits, i); in drawVersion()
551 modules.at(y).at(x) = getBit(data.at(i >> 3), 7 - static_cast<int>(i & 7)); in drawCodewords()
780 bool QrCode::getBit(lon function in qrcodegen::QrCode
[all...]
H A Dqrcodegen.hpp482 private: static bool getBit(long x, int i);
/third_party/qrcodegen/c/
H A Dqrcodegen.c82 static bool getBit(int x, int i);
529 setModuleBounded(qrcode, 8, i, getBit(bits, i)); in drawFormatBits()
530 setModuleBounded(qrcode, 8, 7, getBit(bits, 6)); in drawFormatBits()
531 setModuleBounded(qrcode, 8, 8, getBit(bits, 7)); in drawFormatBits()
532 setModuleBounded(qrcode, 7, 8, getBit(bits, 8)); in drawFormatBits()
534 setModuleBounded(qrcode, 14 - i, 8, getBit(bits, i)); in drawFormatBits()
539 setModuleBounded(qrcode, qrsize - 1 - i, 8, getBit(bits, i)); in drawFormatBits()
541 setModuleBounded(qrcode, 8, qrsize - 15 + i, getBit(bits, i)); in drawFormatBits()
590 bool dark = getBit(data[i >> 3], 7 - (i & 7)); in drawCodewords()
774 return getBit(qrcod in getModuleBounded()
801 static bool getBit(int x, int i) { getBit() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DRecord.cpp368 return getBit(0);
381 if (auto *Bit = dyn_cast<BitInit>(getBit(i)))
398 NewBits[i] = getBit(Bits[i]);
405 if (!getBit(i)->isConcrete())
415 if (Init *Bit = getBit(e-i-1))
433 Init *CurBit = getBit(i);
442 NewBit = CachedBitVarResolved->getBit(CurBitVar->getBitNum());
444 // getBit(0) implicitly converts int and bits<1> values to bit.
445 NewBit = CurBit->resolveReferences(R)->getBit(0);
680 Init *OpInit::getBit(unsigne
[all...]
H A DJSONBackend.cpp56 array.push_back(translateInit(*Bits->getBit(i))); in translateInit()
H A DTGParser.cpp74 Init *Bit = BV->getBit(i); in checkBitsConcrete()
201 NewBits[Bit] = BI->getBit(i); in SetValue()
206 NewBits[i] = CurVal->getBit(i); in SetValue()
1951 NewBits.push_back(BI->getBit((e - i) - 1)); in ParseSimpleValue()
1958 NewBits.push_back(VI->getBit((e - i) - 1)); in ParseSimpleValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp52 inline deUint32 getBit (deUint32 src, int ndx) in getBit() function
59 return getBit(src, ndx) != 0; in isBitSet()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp52 inline deUint32 getBit (deUint32 src, int ndx) in getBit() function
59 return getBit(src, ndx) != 0; in isBitSet()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmeasunit.h1180 * Also see {@link #getBit()}.
1191 static MeasureUnit getBit();
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmeasunit.h1182 * Also see {@link #getBit()}.
1193 static MeasureUnit getBit();
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmeasunit.h1171 * Also see {@link #getBit()}.
1182 static MeasureUnit getBit();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp268 inline deUint32 getBit(deUint32 src, int ndx) in getBit() function
275 return getBit(src, ndx) != 0; in isBitSet()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp267 inline deUint32 getBit(deUint32 src, int ndx) in getBit() function
274 return getBit(src, ndx) != 0; in isBitSet()
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp1316 measureUnitValue = MeasureUnit::getBit(); in TestCompatible64()
1645 measureUnitValue = MeasureUnit::getBit(); in TestCompatible65()
1999 measureUnitValue = MeasureUnit::getBit(); in TestCompatible68()
2376 measureUnitValue = MeasureUnit::getBit(); in TestCompatible69()
2755 measureUnitValue = MeasureUnit::getBit(); in TestCompatible70()
3139 measureUnitValue = MeasureUnit::getBit(); in TestCompatible72()
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit.cpp845 MeasureUnit MeasureUnit::getBit() { in getBit() function in MeasureUnit
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit.cpp847 MeasureUnit MeasureUnit::getBit() { in getBit() function in MeasureUnit
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit.cpp832 MeasureUnit MeasureUnit::getBit() { in getBit() function in MeasureUnit

Completed in 52 milliseconds

12