Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A 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()
H A DBitstreamWriter.h106 unsigned ByteNo = BitNo / 8; in BackpatchWord() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitstream/
DBitstreamReader.h128 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
148 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
DBitstreamWriter.h137 uint64_t ByteNo = BitNo / 8; in BackpatchByte() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitstream/
DBitstreamReader.h128 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
148 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
DBitstreamWriter.h137 uint64_t ByteNo = BitNo / 8; in BackpatchByte() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitstream/
DBitstreamReader.h128 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
148 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
DBitstreamWriter.h137 uint64_t ByteNo = BitNo / 8; in BackpatchByte() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitstream/
DBitstreamReader.h128 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
148 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
DBitstreamWriter.h137 uint64_t ByteNo = BitNo / 8; in BackpatchByte() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h128 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
148 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
H A DBitstreamWriter.h136 uint64_t ByteNo = BitNo / 8; in BackpatchWord() local
/aosp_15_r20/external/llvm/include/llvm/Bitcode/
H A 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()
H A DBitstreamWriter.h107 unsigned ByteNo = BitNo / 8; in BackpatchWord() local
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h637 const uintptr_t ByteNo = getStartWordByteForBit(BitNo); in JumpToBit() local
/aosp_15_r20/external/clang/lib/AST/
H A DExpr.cpp1009 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte()