OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__Pyx_INCREF
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/bintrees/bintrees/
cwalker.c
410
#define
__Pyx_INCREF
(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
414
#define __Pyx_XINCREF(r) do { if((r) != NULL) {
__Pyx_INCREF
(r); }} while(0)
422
#define
__Pyx_INCREF
(r) Py_INCREF(r)
760
__pyx_r = Py_None;
__Pyx_INCREF
(Py_None);
[
all
...]
qavltree.c
426
#define
__Pyx_INCREF
(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
430
#define __Pyx_XINCREF(r) do { if((r) != NULL) {
__Pyx_INCREF
(r); }} while(0)
438
#define
__Pyx_INCREF
(r) Py_INCREF(r)
801
__Pyx_INCREF
(__pyx_v_items);
[
all
...]
qbintree.c
426
#define
__Pyx_INCREF
(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
430
#define __Pyx_XINCREF(r) do { if((r) != NULL) {
__Pyx_INCREF
(r); }} while(0)
438
#define
__Pyx_INCREF
(r) Py_INCREF(r)
801
__Pyx_INCREF
(__pyx_v_items);
[
all
...]
qrbtree.c
426
#define
__Pyx_INCREF
(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
430
#define __Pyx_XINCREF(r) do { if((r) != NULL) {
__Pyx_INCREF
(r); }} while(0)
438
#define
__Pyx_INCREF
(r) Py_INCREF(r)
801
__Pyx_INCREF
(__pyx_v_items);
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c
555
#define
__Pyx_INCREF
(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
559
#define __Pyx_XINCREF(r) do { if((r) != NULL) {
__Pyx_INCREF
(r); }} while(0)
567
#define
__Pyx_INCREF
(r) Py_INCREF(r)
Completed in 130 milliseconds