HomeSort by relevance Sort by last modified time
    Searched refs:startBit (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Support/
Endian.h 87 inline value_type readAtBitAlignment(const void *memory, uint64_t startBit) {
88 assert(startBit < 8);
89 if (startBit == 0)
102 make_unsigned_t<value_type> lowerVal = val[0] >> startBit;
105 (sizeof(value_type) * 8) - startBit;
110 val[1] & (((make_unsigned_t<value_type>)1 << startBit) - 1);
122 uint64_t startBit) {
123 assert(startBit < 8);
124 if (startBit == 0)
138 val[0] &= ((make_unsigned_t<value_type>)1 << startBit) - 1
    [all...]
  /external/ppp/pppd/
pppcrypt.c 57 Get7Bits(input, startBit)
59 int startBit;
63 word = (unsigned)input[startBit / 8] << 8;
64 word |= (unsigned)input[startBit / 8 + 1];
66 word >>= 15 - (startBit % 8 + 7);
  /external/skia/src/utils/
SkTextureCompressor_ASTC.cpp 766 int startBit, // The bit from which we're going to do the reading
782 startBit = 128 - startBit;
791 int endBlockBit = startBit + 8 + 5*nBits;
798 decode_trit_block(trits, nBits, read_astc_bits(src, startBit, endBlockBit));
803 startBit = endBlockBit;
808 int endBlockBit = startBit + 7 + 3*nBits;
815 decode_quint_block(quints, nBits, read_astc_bits(src, startBit, endBlockBit));
820 startBit = endBlockBit;
824 int endValBit = startBit + nBits
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 222 unsigned StartBit; // the starting bit position
256 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
396 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
460 void runSingleFilter(unsigned startBit, unsigned numBit, bool mixed);
464 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
491 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
498 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits,
500 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed)
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]
  /external/v8/src/s390/
assembler-s390.cc     [all...]
assembler-s390.h     [all...]
macro-assembler-s390.h     [all...]
macro-assembler-s390.cc     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 2995 milliseconds