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