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

  /external/lzma/C/
7zBuf.h 15 } CBuf;
17 void Buf_Init(CBuf *p);
18 int Buf_Create(CBuf *p, size_t size, ISzAllocPtr alloc);
19 void Buf_Free(CBuf *p, ISzAllocPtr alloc);
7zBuf.c 8 void Buf_Init(CBuf *p)
14 int Buf_Create(CBuf *p, size_t size, ISzAllocPtr alloc)
31 void Buf_Free(CBuf *p, ISzAllocPtr alloc)
7zArcIn.c 637 const CBuf *tempBufs, UInt32 numTempBufs,
934 UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs,
975 CBuf *tempBufs,
996 CBuf *tempBuf = tempBufs + fo;
1006 const CBuf *tempBuf = tempBufs + fo;
1045 const CBuf *tempBufs, UInt32 numTempBufs,
1098 CBuf *tempBufs, UInt32 *numTempBufs,
    [all...]
  /external/lzma/C/Util/7z/
7zMain.c 40 static int Buf_EnsureSize(CBuf *dest, size_t size)
146 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
158 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s
209 CBuf buf;
232 CBuf buf;
245 CBuf buf;
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 280 std::unique_ptr<llvm::MemoryBuffer> CBuf =
284 FileID FID = CSM.createFileID(std::move(CBuf));
    [all...]

Completed in 124 milliseconds