Home
last modified time | relevance | path

Searched refs:upto (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pyexpat.py409 self.assertTrue(self.upto < len(self.expected_list),
411 expected = self.expected_list[self.upto]
414 self.upto += 1
420 self.upto = 0
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c567 size_t upto = 0; in nospecials() local
569 if (strpbrk(p + upto, SPECIALS)) in nospecials()
571 upto += strlen(p + upto) + 1; /* may have more after \0 */ in nospecials()
572 } while (upto <= l); in nospecials()