/external/chromium_org/third_party/cython/src/Cython/Utility/ |
ModuleSetupCode.c | 392 static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; variable in typeref:struct:__Pyx_CodeObjectCache 427 if (unlikely(!code_line) || unlikely(!__pyx_code_cache.entries)) { 430 pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); 431 if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { 434 code_object = __pyx_code_cache.entries[pos].code_object; 441 __Pyx_CodeObjectCacheEntry* entries = __pyx_code_cache.entries; 448 __pyx_code_cache.entries = entries; 449 __pyx_code_cache.max_count = 64 [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
cwalker.c | 494 static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; variable in typeref:struct:__Pyx_CodeObjectCache [all...] |
qavltree.c | 611 static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; variable in typeref:struct:__Pyx_CodeObjectCache [all...] |
qbintree.c | 611 static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; variable in typeref:struct:__Pyx_CodeObjectCache [all...] |
qrbtree.c | 611 static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; variable in typeref:struct:__Pyx_CodeObjectCache [all...] |