Searched defs:ByteNo (Results 1 – 10 of 10) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
| D | BitstreamReader.h | 131 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()
|
| D | BitstreamWriter.h | 106 unsigned ByteNo = BitNo / 8; in BackpatchWord() local
|
| /external/llvm-project/llvm/include/llvm/Bitstream/ |
| D | BitstreamReader.h | 132 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()
|
| D | BitstreamWriter.h | 141 uint64_t ByteNo = BitNo / 8; in BackpatchWord() local
|
| /external/llvm/include/llvm/Bitcode/ |
| D | BitstreamReader.h | 193 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()
|
| D | BitstreamWriter.h | 107 unsigned ByteNo = BitNo / 8; in BackpatchWord() local
|
| /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| D | NaClBitstreamReader.h | 643 const uintptr_t ByteNo = getStartWordByteForBit(BitNo); in JumpToBit() local
|
| /external/clang/lib/AST/ |
| D | Expr.cpp | 1009 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte()
|
| /external/llvm-project/clang/lib/AST/ |
| D | Expr.cpp | 1119 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte()
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaChecking.cpp | 7032 unsigned ByteNo, const SourceManager &SM, const LangOptions &Features, in getLocationOfByte()
|