Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 6 of 6) sorted by relevance

/device/google/marlin/power/
Dpower-common.h52 #define UNUSED(x) UNUSED_ ## x __attribute__((__unused__)) macro
/device/google/wahoo/power/
Dpower-common.h55 #define UNUSED(x) UNUSED_ ## x __attribute__((__unused__)) macro
/device/google/contexthub/firmware/os/algos/util/
Dnano_assert.h52 #define UNUSED(x) ((void)(sizeof(x))) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c18 #define UNUSED __attribute__((__unused__)) macro
20 #define UNUSED macro
763 py_scanstring(PyObject* self UNUSED, PyObject *args) in py_scanstring()
799 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr) in py_encode_basestring_ascii()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c18 #define UNUSED __attribute__((__unused__)) macro
20 #define UNUSED macro
786 py_scanstring(PyObject* self UNUSED, PyObject *args) in py_scanstring()
822 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr) in py_encode_basestring_ascii()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllimits.h89 #define UNUSED(x) ((void)(x)) /* to avoid warnings */ macro