OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNUSED_VAR
(Results
1 - 9
of
9
) sorted by null
/external/lzma/C/Util/LzmaLib/
LzmaLibExports.c
10
UNUSED_VAR
(hInstance);
11
UNUSED_VAR
(dwReason);
12
UNUSED_VAR
(lpReserved);
/external/lzma/C/
7zAlloc.c
25
UNUSED_VAR
(p);
37
UNUSED_VAR
(p);
50
UNUSED_VAR
(p);
65
UNUSED_VAR
(p);
Compiler.h
29
#define
UNUSED_VAR
(x) (void)x;
30
/* #define
UNUSED_VAR
(x) x=x; */
Alloc.c
130
static void *SzAlloc(void *p, size_t size) {
UNUSED_VAR
(p); return MyAlloc(size); }
131
static void SzFree(void *p, void *address) {
UNUSED_VAR
(p); MyFree(address); }
134
static void *SzBigAlloc(void *p, size_t size) {
UNUSED_VAR
(p); return BigAlloc(size); }
135
static void SzBigFree(void *p, void *address) {
UNUSED_VAR
(p); BigFree(address); }
XzDec.c
77
UNUSED_VAR
(alloc);
132
UNUSED_VAR
(finishMode);
238
UNUSED_VAR
(pp);
239
UNUSED_VAR
(props);
240
UNUSED_VAR
(alloc);
254
UNUSED_VAR
(srcWasFinished);
311
UNUSED_VAR
(srcWasFinished);
LzFindMt.c
144
DEF_GetHeads2(2, (p[0] | ((UInt32)p[1] << 8)),
UNUSED_VAR
(hashMask);
UNUSED_VAR
(crc); )
LzmaEnc.c
[
all
...]
/external/lzma/C/Util/SfxSetup/
SfxSetup.c
92
UNUSED_VAR
(ctrlType);
263
UNUSED_VAR
(hInstance);
264
UNUSED_VAR
(hPrevInstance);
265
UNUSED_VAR
(lpCmdLine);
266
UNUSED_VAR
(nCmdShow);
/external/lzma/C/Util/Lzma/
LzmaUtil.c
136
UNUSED_VAR
(rs);
Completed in 68 milliseconds