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

  /external/ppp/pppd/
pppcrypt.c 38 Get7Bits(input, startBit)
40 int startBit;
44 word = (unsigned)input[startBit / 8] << 8;
45 word |= (unsigned)input[startBit / 8 + 1];
47 word >>= 15 - (startBit % 8 + 7);
  /external/libppp/src/
chap_ms.c 80 Get7Bits(u_char *input, int startBit)
84 word = (unsigned)input[startBit / 8] << 8;
85 word |= (unsigned)input[startBit / 8 + 1];
87 word >>= 15 - (startBit % 8 + 7);
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 223 unsigned StartBit; // the starting bit position
257 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
403 bool fieldFromInsn(uint64_t &Field, insn_t &Insn, unsigned StartBit,
464 void runSingleFilter(unsigned startBit, unsigned numBit, bool mixed);
468 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
495 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
502 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits,
504 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed)
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 267 M4OSA_UInt32 startBit = 0;
285 startBit = (*pOffset) % 8;
293 ui32Mask >>= startBit;
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 200 milliseconds