Searched defs:UNUSED (Results 1 – 7 of 7) sorted by relevance
54 #define UNUSED macro59 #define UNUSED __attribute__((unused)) macro
52 #define UNUSED(x) UNUSED_ ## x __attribute__((__unused__)) macro
52 #define UNUSED(x) ((void)(sizeof(x))) macro
18 #define UNUSED __attribute__((__unused__)) macro20 #define UNUSED macro786 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()
18 #define UNUSED __attribute__((__unused__)) macro20 #define UNUSED macro763 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()
89 #define UNUSED(x) ((void)(x)) /* to avoid warnings */ macro
19 UNUSED = 0xff enumerator