OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__Pyx_XCLEAR
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c
587
#define
__Pyx_XCLEAR
(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0)
/external/chromium_org/third_party/bintrees/bintrees/
cwalker.c
432
#define
__Pyx_XCLEAR
(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0)
[
all
...]
qavltree.c
448
#define
__Pyx_XCLEAR
(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0)
[
all
...]
qbintree.c
448
#define
__Pyx_XCLEAR
(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0)
[
all
...]
qrbtree.c
448
#define
__Pyx_XCLEAR
(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0)
[
all
...]
Completed in 37 milliseconds