Searched refs:OutBufCur (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | raw_ostream.h | 53 char *OutBufStart, *OutBufEnd, *OutBufCur; variable 78 OutBufStart = OutBufEnd = OutBufCur = 0; 121 return OutBufCur - OutBufStart; in GetNumBytesInBuffer() 129 if (OutBufCur != OutBufStart) in flush() 134 if (OutBufCur >= OutBufEnd) 136 *OutBufCur++ = C; 141 if (OutBufCur >= OutBufEnd) 143 *OutBufCur++ = C; 148 if (OutBufCur >= OutBufEnd) 150 *OutBufCur++ = C; [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | raw_ostream.cpp | 62 assert(OutBufCur == OutBufStart && in ~raw_ostream() 99 OutBufCur = OutBufStart; in SetBufferAndMode() 260 assert(OutBufCur > OutBufStart && "Invalid call to flush_nonempty."); in flush_nonempty() 261 size_t Length = OutBufCur - OutBufStart; in flush_nonempty() 262 OutBufCur = OutBufStart; in flush_nonempty() 268 if (BUILTIN_EXPECT(OutBufCur >= OutBufEnd, false)) { in write() 282 *OutBufCur++ = C; in write() 288 if (BUILTIN_EXPECT(size_t(OutBufEnd - OutBufCur) < Size, false)) { in write() 299 size_t NumBytes = OutBufEnd - OutBufCur; in write() 304 if (BUILTIN_EXPECT(OutBufCur == OutBufStart, false)) { in write() [all …]
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 69 assert(OutBufCur == OutBufStart && in ~raw_ostream() 106 OutBufCur = OutBufStart; in SetBufferAndMode() 272 assert(OutBufCur > OutBufStart && "Invalid call to flush_nonempty."); in flush_nonempty() 273 size_t Length = OutBufCur - OutBufStart; in flush_nonempty() 274 OutBufCur = OutBufStart; in flush_nonempty() 280 if (LLVM_UNLIKELY(OutBufCur >= OutBufEnd)) { in write() 294 *OutBufCur++ = C; in write() 300 if (LLVM_UNLIKELY(size_t(OutBufEnd - OutBufCur) < Size)) { in write() 311 size_t NumBytes = OutBufEnd - OutBufCur; in write() 316 if (LLVM_UNLIKELY(OutBufCur == OutBufStart)) { in write() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 74 assert(OutBufCur == OutBufStart && in ~raw_ostream() 111 OutBufCur = OutBufStart; in SetBufferAndMode() 193 assert(OutBufCur > OutBufStart && "Invalid call to flush_nonempty."); in flush_nonempty() 194 size_t Length = OutBufCur - OutBufStart; in flush_nonempty() 195 OutBufCur = OutBufStart; in flush_nonempty() 201 if (LLVM_UNLIKELY(OutBufCur >= OutBufEnd)) { in write() 215 *OutBufCur++ = C; in write() 221 if (LLVM_UNLIKELY(size_t(OutBufEnd - OutBufCur) < Size)) { in write() 232 size_t NumBytes = OutBufEnd - OutBufCur; in write() 237 if (LLVM_UNLIKELY(OutBufCur == OutBufStart)) { in write() [all …]
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 61 char *OutBufStart, *OutBufEnd, *OutBufCur; variable 86 OutBufStart = OutBufEnd = OutBufCur = nullptr; 127 return OutBufCur - OutBufStart; in GetNumBytesInBuffer() 135 if (OutBufCur != OutBufStart) in flush() 140 if (OutBufCur >= OutBufEnd) 142 *OutBufCur++ = C; 147 if (OutBufCur >= OutBufEnd) 149 *OutBufCur++ = C; 154 if (OutBufCur >= OutBufEnd) 156 *OutBufCur++ = C; [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 64 char *OutBufStart, *OutBufEnd, *OutBufCur; 89 OutBufStart = OutBufEnd = OutBufCur = nullptr; 133 return OutBufCur - OutBufStart; in GetNumBytesInBuffer() 141 if (OutBufCur != OutBufStart) in flush() 146 if (OutBufCur >= OutBufEnd) 148 *OutBufCur++ = C; 153 if (OutBufCur >= OutBufEnd) 155 *OutBufCur++ = C; 160 if (OutBufCur >= OutBufEnd) 162 *OutBufCur++ = C; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 66 char *OutBufStart, *OutBufEnd, *OutBufCur; 91 OutBufStart = OutBufEnd = OutBufCur = nullptr; 135 return OutBufCur - OutBufStart; in GetNumBytesInBuffer() 143 if (OutBufCur != OutBufStart) in flush() 148 if (OutBufCur >= OutBufEnd) 150 *OutBufCur++ = C; 155 if (OutBufCur >= OutBufEnd) 157 *OutBufCur++ = C; 162 if (OutBufCur >= OutBufEnd) 164 *OutBufCur++ = C; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 71 assert(OutBufCur == OutBufStart && in ~raw_ostream() 105 OutBufCur = OutBufStart; in SetBufferAndMode() 197 assert(OutBufCur > OutBufStart && "Invalid call to flush_nonempty."); in flush_nonempty() 198 size_t Length = OutBufCur - OutBufStart; in flush_nonempty() 199 OutBufCur = OutBufStart; in flush_nonempty() 205 if (LLVM_UNLIKELY(OutBufCur >= OutBufEnd)) { in write() 219 *OutBufCur++ = C; in write() 225 if (LLVM_UNLIKELY(size_t(OutBufEnd - OutBufCur) < Size)) { in write() 236 size_t NumBytes = OutBufEnd - OutBufCur; in write() 241 if (LLVM_UNLIKELY(OutBufCur == OutBufStart)) { in write() [all …]
|