Home
last modified time | relevance | path

Searched refs:tend (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgettext.py290 tend = toff + tlen
291 if mend < buflen and tend < buflen:
293 tmsg = buf[toff:tend]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgettext.py288 tend = toff + tlen
289 if mend < buflen and tend < buflen:
291 tmsg = buf[toff:tend]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictnotes.txt155 more popular entries *and* their collision chains tend to remain in cache.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictnotes.txt155 more popular entries *and* their collision chains tend to remain in cache.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c2786 const UChar* t, const UChar* tend, in str_lower_case_match() argument
2792 while (t < tend) { in str_lower_case_match()