OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BytesUsed
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Lex/
ScratchBuffer.h
29
unsigned
BytesUsed
;
/art/runtime/base/
arena_allocator.cc
291
size_t ArenaAllocator::
BytesUsed
() const {
/external/llvm/lib/Support/
raw_ostream.cpp
365
size_t
BytesUsed
= Fmt.print(OutBufCur, BufferBytesLeft);
368
if (
BytesUsed
<= BufferBytesLeft) {
369
OutBufCur +=
BytesUsed
;
375
NextBufferSize =
BytesUsed
;
387
size_t
BytesUsed
= Fmt.print(V.data(), NextBufferSize);
389
// If
BytesUsed
fit into the vector, we win.
390
if (
BytesUsed
<= NextBufferSize)
391
return write(V.data(),
BytesUsed
);
394
assert(
BytesUsed
> NextBufferSize && "Didn't grow buffer!?");
395
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 112 milliseconds