Searched defs:startBit (Results 1 – 8 of 8) sorted by relevance
/external/ppp/pppd/ |
D | pppcrypt.c | 57 Get7Bits(input, startBit) in Get7Bits() argument
|
/external/llvm/include/llvm/Support/ |
D | Endian.h | 87 inline value_type readAtBitAlignment(const void *memory, uint64_t startBit) { in readAtBitAlignment() 122 uint64_t startBit) { in writeAtBitAlignment()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 994 int startBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local 1017 int startBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local 1032 int startBit = 0; in AssembleArchInstruction() local
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 498 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, in Filter() 1402 void FilterChooser::runSingleFilter(unsigned startBit, unsigned numBit, in runSingleFilter()
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 1417 int startBit = 63 - rangeStart + rangeEnd; in ExtractBitRange() local
|
D | assembler-s390.cc | 1788 void Assembler::risbg(Register dst, Register src, const Operand& startBit, in risbg() 1800 void Assembler::risbgn(Register dst, Register src, const Operand& startBit, in risbgn()
|
D | macro-assembler-s390.cc | 4376 int startBit = in AndP() local
|
/external/skia/src/utils/ |
D | SkTextureCompressor_ASTC.cpp | 766 int startBit, // The bit from which we're going to do the reading in decode_integer_sequence()
|