Home
last modified time | relevance | path

Searched defs:ByteNo (Results 1 – 10 of 10) 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-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h132 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
152 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
DBitstreamWriter.h141 uint64_t 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.h643 const uintptr_t ByteNo = getStartWordByteForBit(BitNo); in JumpToBit() local
/external/clang/lib/AST/
DExpr.cpp1009 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte()
/external/llvm-project/clang/lib/AST/
DExpr.cpp1119 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7032 unsigned ByteNo, const SourceManager &SM, const LangOptions &Features, in getLocationOfByte()