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, ISzAlloc *alloc);
19 void Buf_Free(CBuf *p, ISzAlloc *alloc);
7zBuf.c 8 void Buf_Init(CBuf *p)
14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc)
31 void Buf_Free(CBuf *p, ISzAlloc *alloc)
7zArcIn.c 666 UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs,
962 UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs,
1003 CBuf *tempBufs,
1026 CBuf *tempBuf = tempBufs + fo;
1056 const CBuf *tempBuf = tempBufs + fo;
1095 const CBuf *tempBufs, UInt32 numTempBufs,
1144 CBuf *tempBufs,
    [all...]
  /external/lzma/C/Util/7z/
7zMain.c 28 static int Buf_EnsureSize(CBuf *dest, size_t size)
89 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
104 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s
155 CBuf buf;
178 CBuf buf;
190 CBuf buf;
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 293 std::unique_ptr<llvm::MemoryBuffer> CBuf =
297 FileID FID = CSM.createFileID(std::move(CBuf));
    [all...]

Completed in 269 milliseconds