HomeSort by relevance Sort by last modified time
    Searched refs:BytesUsed (Results 1 - 9 of 9) 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] =
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
bytesused.h 31 Pathname: .audio/gsm-amr/c/include/BytesUsed.h
44 This file declares a table BytesUsed.
79 extern const short BytesUsed[];
  /external/clang/lib/Lex/
ScratchBuffer.cpp 26 // Set BytesUsed so that the first call to getToken will require an alloc.
27 BytesUsed = ScratchBufSize;
36 if (BytesUsed+Len+2 > ScratchBufSize)
41 CurBuffer[BytesUsed++] = '\n';
44 DestPtr = CurBuffer+BytesUsed;
47 memcpy(CurBuffer+BytesUsed, Buf, Len);
50 BytesUsed += Len+1;
55 CurBuffer[BytesUsed-1] = '\0';
57 return BufferStartLoc.getLocWithOffset(BytesUsed-Len-1);
72 BytesUsed = 1
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txfw32.h 84 PULONG BytesUsed,
ks.h     [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/ddk/
video.h 1450 IN ULONG BytesUsed);
    [all...]

Completed in 3531 milliseconds