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

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
bytesused.cpp 31 Pathname: ./audio/gsm-amr/c/src/BytesUsed.c
75 This function creates a table called BytesUsed that holds the value that
155 const short BytesUsed[16] =
  /external/clang/include/clang/Lex/
ScratchBuffer.h 29 unsigned BytesUsed;
  /external/llvm/lib/Support/
raw_ostream.cpp 363 size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft);
366 if (BytesUsed <= BufferBytesLeft) {
367 OutBufCur += BytesUsed;
373 NextBufferSize = BytesUsed;
385 size_t BytesUsed = Fmt.print(V.data(), NextBufferSize);
387 // If BytesUsed fit into the vector, we win.
388 if (BytesUsed <= NextBufferSize)
389 return write(V.data(), BytesUsed);
392 assert(BytesUsed > NextBufferSize && "Didn't grow buffer!?");
393 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 2291 milliseconds