HomeSort by relevance Sort by last modified time
    Searched refs:__Pyx_XGOTREF (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 561 #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0)
573 #define __Pyx_XGOTREF(r)
  /external/chromium_org/third_party/bintrees/bintrees/
qavltree.c 432 #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0)
444 #define __Pyx_XGOTREF(r)
    [all...]
qbintree.c 432 #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0)
444 #define __Pyx_XGOTREF(r)
    [all...]
qrbtree.c 432 #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0)
444 #define __Pyx_XGOTREF(r)
    [all...]
cwalker.c 416 #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0)
428 #define __Pyx_XGOTREF(r)
    [all...]

Completed in 34 milliseconds