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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
Optimize.c 357 if (unlikely(__Pyx_PyUnicode_READY(ustring) < 0)) return -1;
ModuleSetupCode.c 146 #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \
155 #define __Pyx_PyUnicode_READY(op) (0)
StringTools.c 350 if (unlikely(__Pyx_PyUnicode_READY(ustring) < 0)) return (Py_UCS4)-1;
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 121 #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \
128 #define __Pyx_PyUnicode_READY(op) (0)
    [all...]
qavltree.c 121 #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \
128 #define __Pyx_PyUnicode_READY(op) (0)
    [all...]
qbintree.c 121 #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \
128 #define __Pyx_PyUnicode_READY(op) (0)
    [all...]
qrbtree.c 121 #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \
128 #define __Pyx_PyUnicode_READY(op) (0)
    [all...]

Completed in 38 milliseconds