HomeSort by relevance Sort by last modified time
    Searched defs:CYTHON_UNUSED (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 350 #ifndef CYTHON_UNUSED
353 # define CYTHON_UNUSED __attribute__ ((__unused__))
355 # define CYTHON_UNUSED
358 # define CYTHON_UNUSED __attribute__ ((__unused__))
360 # define CYTHON_UNUSED
618 static PyObject* ${cleanup_cname}_atexit(PyObject *module, CYTHON_UNUSED PyObject *unused) {
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 279 #ifndef CYTHON_UNUSED
282 # define CYTHON_UNUSED __attribute__ ((__unused__))
284 # define CYTHON_UNUSED
287 # define CYTHON_UNUSED __attribute__ ((__unused__))
289 # define CYTHON_UNUSED
712 static PyObject *__pyx_pw_8bintrees_7cwalker_7cWalker_5reset(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/
774 static PyObject *__pyx_pw_8bintrees_7cwalker_7cWalker_5reset(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused); /*proto*/
775 static PyObject *__pyx_pw_8bintrees_7cwalker_7cWalker_5reset(PyObject *__pyx_v_self, CYTHON_UNUSED PyObject *unused) {
    [all...]
qavltree.c 279 #ifndef CYTHON_UNUSED
282 # define CYTHON_UNUSED __attribute__ ((__unused__))
284 # define CYTHON_UNUSED
287 # define CYTHON_UNUSED __attribute__ ((__unused__))
289 # define CYTHON_UNUSED
    [all...]
qbintree.c 279 #ifndef CYTHON_UNUSED
282 # define CYTHON_UNUSED __attribute__ ((__unused__))
284 # define CYTHON_UNUSED
287 # define CYTHON_UNUSED __attribute__ ((__unused__))
289 # define CYTHON_UNUSED
    [all...]
qrbtree.c 279 #ifndef CYTHON_UNUSED
282 # define CYTHON_UNUSED __attribute__ ((__unused__))
284 # define CYTHON_UNUSED
287 # define CYTHON_UNUSED __attribute__ ((__unused__))
289 # define CYTHON_UNUSED
    [all...]

Completed in 2726 milliseconds