Home
last modified time | relevance | path

Searched refs:CBuf (Results 1 – 6 of 6) sorted by relevance

/external/lzma/C/
D7zBuf.h15 } CBuf; typedef
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);
D7zBuf.c8 void Buf_Init(CBuf *p) in Buf_Init()
14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) in Buf_Create()
31 void Buf_Free(CBuf *p, ISzAlloc *alloc) in Buf_Free()
D7zArcIn.c666 UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs, in ReadUnpackInfo()
962 UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs, in SzReadStreamsInfo()
1003 CBuf *tempBufs, in SzReadAndDecodePackedStreams()
1026 CBuf *tempBuf = tempBufs + fo; in SzReadAndDecodePackedStreams()
1056 const CBuf *tempBuf = tempBufs + fo; in SzReadAndDecodePackedStreams()
1095 const CBuf *tempBufs, UInt32 numTempBufs, in ReadTime()
1144 CBuf *tempBufs, in SzReadHeader2()
1515 CBuf tempBufs[NUM_ADDITIONAL_STREAMS_MAX]; in SzReadHeader()
1579 CBuf buf; in SzArEx_Open2()
1638 CBuf tempBuf; in SzArEx_Open2()
/external/lzma/C/Util/7z/
D7zMain.c28 static int Buf_EnsureSize(CBuf *dest, size_t size) in Buf_EnsureSize()
89 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen) in Utf16_To_Utf8Buf()
104 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s in Utf16_To_Char()
155 CBuf buf; in MyCreateDir()
178 CBuf buf; in OutFile_OpenUtf16()
190 CBuf buf; in PrintString()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp293 std::unique_ptr<llvm::MemoryBuffer> CBuf = in ConvertBackendLocation() local
297 FileID FID = CSM.createFileID(std::move(CBuf)); in ConvertBackendLocation()
/external/llvm/lib/Target/AMDGPU/
DR600RegisterInfo.td155 def ALU_CONST : R600Reg<"CBuf", 0>;