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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
Capsule.c 9 __pyx_capsule_create(void *p, CYTHON_UNUSED const char *sig)
Exceptions.c 62 CYTHON_UNUSED PyObject *cause) {
426 static void __Pyx_WriteUnraisable(const char *name, CYTHON_UNUSED int clineno,
427 CYTHON_UNUSED int lineno, CYTHON_UNUSED const char *filename,
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) {
CythonFunction.c 76 __Pyx_CyFunction_get_doc(__pyx_CyFunctionObject *op, CYTHON_UNUSED void *closure)
174 __Pyx_CyFunction_get_self(__pyx_CyFunctionObject *m, CYTHON_UNUSED void *closure)
227 __Pyx_CyFunction_get_closure(CYTHON_UNUSED __pyx_CyFunctionObject *op)
411 __Pyx_CyFunction_reduce(__pyx_CyFunctionObject *m, CYTHON_UNUSED PyObject *args)
    [all...]
ObjectHandling.c 418 CYTHON_UNUSED int is_list, int wraparound);
431 CYTHON_UNUSED int is_list, int wraparound) {
488 int has_cstart, int has_cstop, CYTHON_UNUSED int wraparound) {
    [all...]
Optimize.c 195 CYTHON_UNUSED int is_safe_type) {
Buffer.c 354 static size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED int is_complex) {
388 static size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int is_complex) {
MemoryView_C.c 225 __pyx_check_suboffsets(Py_buffer *buf, int dim, CYTHON_UNUSED int ndim, int spec)
  /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 39 milliseconds