Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
Dint_lib.h54 #define UNUSED macro
59 #define UNUSED __attribute__((unused)) macro
/device/google/marlin/power/
Dpower-common.h52 #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.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/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/Lua/src/
Dllimits.h89 #define UNUSED(x) ((void)(x)) /* to avoid warnings */ macro
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Ddram.h19 UNUSED = 0xff enumerator