Searched refs:CBuf (Results 1 – 7 of 7) sorted by relevance
/external/lzma/C/ |
D | 7zBuf.h | 17 } CBuf; typedef 19 void Buf_Init(CBuf *p); 20 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc); 21 void Buf_Free(CBuf *p, ISzAlloc *alloc);
|
D | 7zBuf.c | 8 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()
|
D | 7z.h | 51 CBuf Props; 159 CBuf FileNames; /* UTF-16-LE */
|
D | 7zIn.c | 1150 CBuf *outBuffer, in SzReadAndDecodePackedStreams2() 1194 CBuf *outBuffer, in SzReadAndDecodePackedStreams() 1225 CBuf buffer; in SzArEx_Open2() 1285 CBuf outBuffer; in SzArEx_Open2()
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 25 static int Buf_EnsureSize(CBuf *dest, size_t size) in Buf_EnsureSize() 86 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen) in Utf16_To_Utf8Buf() 100 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s, int fileMode) in Utf16_To_Char() 142 CBuf buf; in MyCreateDir() 165 CBuf buf; in OutFile_OpenUtf16() 177 CBuf buf; in PrintString()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 274 std::unique_ptr<llvm::MemoryBuffer> CBuf = in ConvertBackendLocation() local 278 FileID FID = CSM.createFileID(std::move(CBuf)); in ConvertBackendLocation()
|
/external/llvm/lib/Target/R600/ |
D | R600RegisterInfo.td | 155 def ALU_CONST : R600Reg<"CBuf", 0>;
|