Home
last modified time | relevance | path

Searched defs:ByteNo (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h131 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
151 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
DBitstreamWriter.h106 unsigned ByteNo = BitNo / 8; in BackpatchWord() local
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h193 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
225 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
DBitstreamWriter.h107 unsigned ByteNo = BitNo / 8; in BackpatchWord() local
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h637 const uintptr_t ByteNo = getStartWordByteForBit(BitNo); in JumpToBit() local
/external/clang/lib/AST/
DExpr.cpp1009 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte()