Home
last modified time | relevance | path

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

/external/lzma/C/
D7zAlloc.c25 UNUSED_VAR(p); in SzAlloc()
37 UNUSED_VAR(p); in SzFree()
50 UNUSED_VAR(p); in SzAllocTemp()
65 UNUSED_VAR(p); in SzFreeTemp()
DAlloc.c130 static void *SzAlloc(void *p, size_t size) { UNUSED_VAR(p); return MyAlloc(size); } in SzAlloc()
131 static void SzFree(void *p, void *address) { UNUSED_VAR(p); MyFree(address); } in SzFree()
134 static void *SzBigAlloc(void *p, size_t size) { UNUSED_VAR(p); return BigAlloc(size); } in SzBigAlloc()
135 static void SzBigFree(void *p, void *address) { UNUSED_VAR(p); BigFree(address); } in SzBigFree()
DXzDec.c77 UNUSED_VAR(alloc); in BraState_SetProps()
132 UNUSED_VAR(finishMode); in BraState_Code()
238 UNUSED_VAR(pp); in SbState_SetProps()
239 UNUSED_VAR(props); in SbState_SetProps()
240 UNUSED_VAR(alloc); in SbState_SetProps()
254 UNUSED_VAR(srcWasFinished); in SbState_Code()
311 UNUSED_VAR(srcWasFinished); in Lzma2State_Code()
DCompiler.h29 #define UNUSED_VAR(x) (void)x; macro
DLzFindMt.c144 DEF_GetHeads2(2, (p[0] | ((UInt32)p[1] << 8)), UNUSED_VAR(hashMask); UNUSED_VAR(crc); )
DLzmaEnc.c2148 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.c92 UNUSED_VAR(ctrlType); in HandlerRoutine()
263 UNUSED_VAR(hInstance); in main()
264 UNUSED_VAR(hPrevInstance); in main()
265 UNUSED_VAR(lpCmdLine); in main()
266 UNUSED_VAR(nCmdShow); in main()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c136 UNUSED_VAR(rs); in Encode()