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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 537 static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL;
539 #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL;
544 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \
547 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \
551 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__)
554 __Pyx_RefNanny->FinishContext(&__pyx_refnanny)
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 392 static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL;
394 #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL;
399 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \
402 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \
406 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__)
409 __Pyx_RefNanny->FinishContext(&__pyx_refnanny)
    [all...]
qavltree.c 408 static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL;
410 #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL;
415 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \
418 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \
422 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__)
425 __Pyx_RefNanny->FinishContext(&__pyx_refnanny)
    [all...]
qbintree.c 408 static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL;
410 #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL;
415 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \
418 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \
422 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__)
425 __Pyx_RefNanny->FinishContext(&__pyx_refnanny)
    [all...]
qrbtree.c 408 static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL;
410 #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL;
415 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \
418 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \
422 __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__)
425 __Pyx_RefNanny->FinishContext(&__pyx_refnanny)
    [all...]

Completed in 34 milliseconds