Searched defs:__Pyx_PyObject_IsTrue (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DTypeConversion.c58 static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*);
231 /* Note: __Pyx_PyObject_IsTrue is written to minimize branching. */
232 static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { function
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c303 static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*);
3711 static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { function
H A Dqavltree.c303 static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*);
787 __pyx_t_1 = __Pyx_PyObject_IsTrue(__pyx_v_items); if (unlikely(__pyx_t_1 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 23; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
1378 __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_2 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
3314 static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { function
H A Dqbintree.c303 static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*);
787 __pyx_t_1 = __Pyx_PyObject_IsTrue(__pyx_v_items); if (unlikely(__pyx_t_1 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 23; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
1378 __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_2 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
3309 static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { function
H A Dqrbtree.c303 static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*);
787 __pyx_t_1 = __Pyx_PyObject_IsTrue(__pyx_v_items); if (unlikely(__pyx_t_1 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 23; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
1378 __pyx_t_2 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely(__pyx_t_2 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
3311 static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { function

Completed in 3865 milliseconds