OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__Pyx_GOTREF
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/bintrees/bintrees/
cwalker.c
412
#define
__Pyx_GOTREF
(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
416
#define __Pyx_XGOTREF(r) do { if((r) != NULL) {
__Pyx_GOTREF
(r); }} while(0)
424
#define
__Pyx_GOTREF
(r)
693
__Pyx_GOTREF
(__pyx_t_1);
728
__Pyx_GOTREF
(__pyx_t_1);
732
__Pyx_GOTREF
(__pyx_t_2);
[
all
...]
qavltree.c
428
#define
__Pyx_GOTREF
(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
432
#define __Pyx_XGOTREF(r) do { if((r) != NULL) {
__Pyx_GOTREF
(r); }} while(0)
440
#define
__Pyx_GOTREF
(r)
798
__Pyx_GOTREF
(__pyx_t_2);
800
__Pyx_GOTREF
(__pyx_t_3);
[
all
...]
qbintree.c
428
#define
__Pyx_GOTREF
(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
432
#define __Pyx_XGOTREF(r) do { if((r) != NULL) {
__Pyx_GOTREF
(r); }} while(0)
440
#define
__Pyx_GOTREF
(r)
798
__Pyx_GOTREF
(__pyx_t_2);
800
__Pyx_GOTREF
(__pyx_t_3);
[
all
...]
qrbtree.c
428
#define
__Pyx_GOTREF
(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
432
#define __Pyx_XGOTREF(r) do { if((r) != NULL) {
__Pyx_GOTREF
(r); }} while(0)
440
#define
__Pyx_GOTREF
(r)
798
__Pyx_GOTREF
(__pyx_t_2);
800
__Pyx_GOTREF
(__pyx_t_3);
805
__Pyx_GOTREF
(__pyx_t_4)
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
MemoryView_C.c
579
__Pyx_GOTREF
(shape_tuple);
596
__Pyx_GOTREF
(array_obj);
ModuleSetupCode.c
557
#define
__Pyx_GOTREF
(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__)
561
#define __Pyx_XGOTREF(r) do { if((r) != NULL) {
__Pyx_GOTREF
(r); }} while(0)
569
#define
__Pyx_GOTREF
(r)
Completed in 36 milliseconds