Home
last modified time | relevance | path

Searched refs:UNUSED_PARAMETER (Results 1 – 8 of 8) sorted by relevance

/external/tpm2/
DInternalRoutines.h19 #ifndef UNUSED_PARAMETER
20 #define UNUSED_PARAMETER(param) (void)(param); macro
DFirmwareRead.c17 UNUSED_PARAMETER(in); in TPM2_FirmwareRead()
18 UNUSED_PARAMETER(out); in TPM2_FirmwareRead()
DFieldUpgradeData.c18 UNUSED_PARAMETER(in); in TPM2_FieldUpgradeData()
19 UNUSED_PARAMETER(out); in TPM2_FieldUpgradeData()
DFieldUpgradeStart.c17 UNUSED_PARAMETER(in); in TPM2_FieldUpgradeStart()
/external/sqlite/dist/
Dshell.c332 #define UNUSED_PARAMETER(x) (void)(x) macro
1785 UNUSED_PARAMETER(NotUsed); in interrupt_handler()
2216 UNUSED_PARAMETER(az); in captureOutputCallback()
2554 UNUSED_PARAMETER(db); in display_scanstats()
2555 UNUSED_PARAMETER(pArg); in display_scanstats()
3097 UNUSED_PARAMETER(azNotUsed); in dump_callback()
3403 UNUSED_PARAMETER(argc); in readfileFunc()
3426 UNUSED_PARAMETER(argc); in writefileFunc()
3729 UNUSED_PARAMETER(mType); in sql_trace_callback()
3730 UNUSED_PARAMETER(pP); in sql_trace_callback()
Dsqlite3.c12184 #define UNUSED_PARAMETER(x) (void)(x) macro
12185 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
20095 UNUSED_PARAMETER(argc); in currentTimeFunc()
20096 UNUSED_PARAMETER(argv); in currentTimeFunc()
20971 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
20979 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
21195 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
21209 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
22090 UNUSED_PARAMETER(NotUsed); in memsys3Init()
22115 UNUSED_PARAMETER(NotUsed); in memsys3Shutdown()
[all …]
/external/sqlite/dist/orig/
Dshell.c326 #define UNUSED_PARAMETER(x) (void)(x) macro
1779 UNUSED_PARAMETER(NotUsed); in interrupt_handler()
2210 UNUSED_PARAMETER(az); in captureOutputCallback()
2548 UNUSED_PARAMETER(db); in display_scanstats()
2549 UNUSED_PARAMETER(pArg); in display_scanstats()
3091 UNUSED_PARAMETER(azNotUsed); in dump_callback()
3397 UNUSED_PARAMETER(argc); in readfileFunc()
3420 UNUSED_PARAMETER(argc); in writefileFunc()
3707 UNUSED_PARAMETER(mType); in sql_trace_callback()
3708 UNUSED_PARAMETER(pP); in sql_trace_callback()
Dsqlite3.c12184 #define UNUSED_PARAMETER(x) (void)(x) macro
12185 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
20095 UNUSED_PARAMETER(argc); in currentTimeFunc()
20096 UNUSED_PARAMETER(argv); in currentTimeFunc()
20971 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
20979 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
21195 UNUSED_PARAMETER(NotUsed); in sqlite3MemInit()
21209 UNUSED_PARAMETER(NotUsed); in sqlite3MemShutdown()
22090 UNUSED_PARAMETER(NotUsed); in memsys3Init()
22115 UNUSED_PARAMETER(NotUsed); in memsys3Shutdown()
[all …]