HomeSort by relevance Sort by last modified time
    Searched defs:ByteNo (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 107 unsigned ByteNo = BitNo / 8;
109 &Out[ByteNo], BitNo & 7)) &&
112 &Out[ByteNo], NewWord, BitNo & 7);
BitstreamReader.h 193 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
195 assert(canSkipToPos(ByteNo) && "Invalid location");
198 NextChar = ByteNo;
225 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) {
226 return R->getBitcodeBytes().getPointer(ByteNo, NumBytes);
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamWriter.h 169 void BackpatchWord(unsigned ByteNo, unsigned NewWord) {
170 Out[ByteNo++] = (unsigned char)(NewWord >> 0);
171 Out[ByteNo++] = (unsigned char)(NewWord >> 8);
172 Out[ByteNo++] = (unsigned char)(NewWord >> 16);
173 Out[ByteNo ] = (unsigned char)(NewWord >> 24);
243 unsigned ByteNo = B.StartSizeWord*4;
246 BackpatchWord(ByteNo, SizeInWords);
BitstreamReader.h 247 uintptr_t ByteNo = uintptr_t(BitNo/8) & ~3;
249 assert(ByteNo <= (uintptr_t)(BitStream->getLastChar()-
254 NextChar = BitStream->getFirstChar()+ByteNo;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamWriter.h 107 unsigned ByteNo = BitNo / 8;
109 &Out[ByteNo], BitNo & 7)) &&
112 &Out[ByteNo], NewWord, BitNo & 7);
BitstreamReader.h 133 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
135 assert(canSkipToPos(ByteNo) && "Invalid location");
138 NextChar = ByteNo;
147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) {
148 return BitcodeBytes.data() + ByteNo;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamWriter.h 107 unsigned ByteNo = BitNo / 8;
109 &Out[ByteNo], BitNo & 7)) &&
112 &Out[ByteNo], NewWord, BitNo & 7);
BitstreamReader.h 133 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
135 assert(canSkipToPos(ByteNo) && "Invalid location");
138 NextChar = ByteNo;
147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) {
148 return BitcodeBytes.data() + ByteNo;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamWriter.h 107 unsigned ByteNo = BitNo / 8;
109 &Out[ByteNo], BitNo & 7)) &&
112 &Out[ByteNo], NewWord, BitNo & 7);
BitstreamReader.h 133 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
135 assert(canSkipToPos(ByteNo) && "Invalid location");
138 NextChar = ByteNo;
147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) {
148 return BitcodeBytes.data() + ByteNo;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamWriter.h 107 unsigned ByteNo = BitNo / 8;
109 &Out[ByteNo], BitNo & 7)) &&
112 &Out[ByteNo], NewWord, BitNo & 7);
BitstreamReader.h 133 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
135 assert(canSkipToPos(ByteNo) && "Invalid location");
138 NextChar = ByteNo;
147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) {
148 return BitcodeBytes.data() + ByteNo;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamWriter.h 107 unsigned ByteNo = BitNo / 8;
109 &Out[ByteNo], BitNo & 7)) &&
112 &Out[ByteNo], NewWord, BitNo & 7);
BitstreamReader.h 133 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
135 assert(canSkipToPos(ByteNo) && "Invalid location");
138 NextChar = ByteNo;
147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) {
148 return BitcodeBytes.data() + ByteNo;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamWriter.h 107 unsigned ByteNo = BitNo / 8;
109 &Out[ByteNo], BitNo & 7)) &&
112 &Out[ByteNo], NewWord, BitNo & 7);
BitstreamReader.h 133 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
135 assert(canSkipToPos(ByteNo) && "Invalid location");
138 NextChar = ByteNo;
147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) {
148 return BitcodeBytes.data() + ByteNo;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamWriter.h 107 unsigned ByteNo = BitNo / 8;
109 &Out[ByteNo], BitNo & 7)) &&
112 &Out[ByteNo], NewWord, BitNo & 7);
BitstreamReader.h 133 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
135 assert(canSkipToPos(ByteNo) && "Invalid location");
138 NextChar = ByteNo;
147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) {
148 return BitcodeBytes.data() + ByteNo;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamWriter.h 107 unsigned ByteNo = BitNo / 8;
109 &Out[ByteNo], BitNo & 7)) &&
112 &Out[ByteNo], NewWord, BitNo & 7);
BitstreamReader.h 133 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1);
135 assert(canSkipToPos(ByteNo) && "Invalid location");
138 NextChar = ByteNo;
147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) {
148 return BitcodeBytes.data() + ByteNo;
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitstreamReader.h 646 const uintptr_t ByteNo = getStartWordByteForBit(BitNo);
648 if (!canSkipToPos(ByteNo))
652 NextChar = ByteNo;

Completed in 529 milliseconds