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

  /external/clang/include/clang/Lex/
ScratchBuffer.h 29 unsigned BytesUsed;
  /external/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 39 // Bits in BytesUsed[I] are 1 if matching bit in Bytes[I] is used, 0 if not.
40 std::vector<uint8_t> BytesUsed;
45 BytesUsed.resize(Pos + Size);
47 return std::make_pair(Bytes.data() + Pos, BytesUsed.data() + Pos);
  /art/runtime/base/
arena_allocator.cc 362 size_t ArenaAllocator::BytesUsed() const {
  /external/llvm/lib/Support/
raw_ostream.cpp 367 size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft);
370 if (BytesUsed <= BufferBytesLeft) {
371 OutBufCur += BytesUsed;
377 NextBufferSize = BytesUsed;
389 size_t BytesUsed = Fmt.print(V.data(), NextBufferSize);
391 // If BytesUsed fit into the vector, we win.
392 if (BytesUsed <= NextBufferSize)
393 return write(V.data(), BytesUsed);
396 assert(BytesUsed > NextBufferSize && "Didn't grow buffer!?");
397 NextBufferSize = BytesUsed;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 349 size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft);
352 if (BytesUsed <= BufferBytesLeft) {
353 OutBufCur += BytesUsed;
359 NextBufferSize = BytesUsed;
371 size_t BytesUsed = Fmt.print(V.data(), NextBufferSize);
373 // If BytesUsed fit into the vector, we win.
374 if (BytesUsed <= NextBufferSize)
375 return write(V.data(), BytesUsed);
378 assert(BytesUsed > NextBufferSize && "Didn't grow buffer!?");
379 NextBufferSize = BytesUsed;
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 550 IMG_UINT32 BytesUsed;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]

Completed in 300 milliseconds