Searched defs:inp_end (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/markupsafe/
H A D_speedups.c60 const Py_UNICODE *inp_end = PyUnicode_AS_UNICODE(in) + PyUnicode_GET_SIZE(in); local
66 while (*(inp) || inp < inp_end) {
89 while (next_escp < inp_end) {
110 if (inp < inp_end)
/external/chromium_org/third_party/mach_override/libudis86/
H A Dtypes.h181 uint8_t inp_end; member in struct:ud

Completed in 719 milliseconds