Home
last modified time | relevance | path

Searched refs:UNUSED_VAR (Results 1 – 11 of 11) sorted by relevance

/external/lzma/C/
D7zAlloc.c27 UNUSED_VAR(p); in SzAlloc()
39 UNUSED_VAR(p); in SzFree()
52 UNUSED_VAR(p); in SzAllocTemp()
67 UNUSED_VAR(p); in SzFreeTemp()
DAlloc.c240 static void *SzAlloc(ISzAllocPtr p, size_t size) { UNUSED_VAR(p); return MyAlloc(size); } in SzAlloc()
241 static void SzFree(ISzAllocPtr p, void *address) { UNUSED_VAR(p); MyFree(address); } in SzFree()
244 static void *SzMidAlloc(ISzAllocPtr p, size_t size) { UNUSED_VAR(p); return MidAlloc(size); } in SzMidAlloc()
245 static void SzMidFree(ISzAllocPtr p, void *address) { UNUSED_VAR(p); MidFree(address); } in SzMidFree()
248 static void *SzBigAlloc(ISzAllocPtr p, size_t size) { UNUSED_VAR(p); return BigAlloc(size); } in SzBigAlloc()
249 static void SzBigFree(ISzAllocPtr p, void *address) { UNUSED_VAR(p); BigFree(address); } in SzBigFree()
329 UNUSED_VAR(pp); in SzAlignedAlloc()
357 UNUSED_VAR(pp); in SzAlignedAlloc()
372 UNUSED_VAR(pp); in SzAlignedFree()
DCompiler.h30 #define UNUSED_VAR(x) (void)x; macro
DLzma2DecMt.c463 UNUSED_VAR(srcFinished) in Lzma2DecMt_MtCallback_Code()
543 UNUSED_VAR(src) in Lzma2DecMt_MtCallback_Write()
544 UNUSED_VAR(srcSize) in Lzma2DecMt_MtCallback_Write()
DXzDec.c99 UNUSED_VAR(alloc); in BraState_SetProps()
184 UNUSED_VAR(finishMode); in BraState_Code2()
281 UNUSED_VAR(pp); in SbState_SetProps()
282 UNUSED_VAR(props); in SbState_SetProps()
283 UNUSED_VAR(alloc); in SbState_SetProps()
299 UNUSED_VAR(srcWasFinished); in SbState_Code2()
391 UNUSED_VAR(srcWasFinished); in Lzma2State_Code2()
DLzFindMt.c146 DEF_GetHeads2(2, (p[0] | ((UInt32)p[1] << 8)), UNUSED_VAR(hashMask); UNUSED_VAR(crc); )
DXzEnc.c1056 UNUSED_VAR(finished) in XzEnc_MtCallback_Code()
DLzmaEnc.c2763 UNUSED_VAR(pp); in LzmaEnc_Finish()
/external/lzma/C/Util/LzmaLib/
DLzmaLibExports.c10 UNUSED_VAR(hInstance); in DllMain()
11 UNUSED_VAR(dwReason); in DllMain()
12 UNUSED_VAR(lpReserved); in DllMain()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c94 UNUSED_VAR(ctrlType); in HandlerRoutine()
265 UNUSED_VAR(hInstance); in main()
266 UNUSED_VAR(hPrevInstance); in main()
267 UNUSED_VAR(lpCmdLine); in main()
268 UNUSED_VAR(nCmdShow); in main()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c142 UNUSED_VAR(rs); in Encode()