Home
last modified time | relevance | path

Searched refs:BufferBytesLeft (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
Draw_ostream.cpp347 size_t BufferBytesLeft = OutBufEnd - OutBufCur; in operator <<() local
348 if (BufferBytesLeft > 3) { in operator <<()
349 size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft); in operator <<()
352 if (BytesUsed <= BufferBytesLeft) { in operator <<()
/external/llvm/lib/Support/
Draw_ostream.cpp365 size_t BufferBytesLeft = OutBufEnd - OutBufCur; in operator <<() local
366 if (BufferBytesLeft > 3) { in operator <<()
367 size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft); in operator <<()
370 if (BytesUsed <= BufferBytesLeft) { in operator <<()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp286 size_t BufferBytesLeft = OutBufEnd - OutBufCur; in operator <<() local
287 if (BufferBytesLeft > 3) { in operator <<()
288 size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft); in operator <<()
291 if (BytesUsed <= BufferBytesLeft) { in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Draw_ostream.cpp290 size_t BufferBytesLeft = OutBufEnd - OutBufCur; in operator <<() local
291 if (BufferBytesLeft > 3) { in operator <<()
292 size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft); in operator <<()
295 if (BytesUsed <= BufferBytesLeft) { in operator <<()