Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h133 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
147 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/LLVM/include/llvm/Bitcode/
DBitstreamWriter.h169 void BackpatchWord(unsigned ByteNo, unsigned NewWord) { in BackpatchWord()
243 unsigned ByteNo = B.StartSizeWord*4; in ExitBlock() local
DBitstreamReader.h247 uintptr_t ByteNo = uintptr_t(BitNo/8) & ~3; in JumpToBit() 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.h646 const uintptr_t ByteNo = getStartWordByteForBit(BitNo); in JumpToBit() local
/external/clang/lib/AST/
DExpr.cpp1009 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte()