Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimify.py25 MAXLEN = 200 # if lines longer than this, encode as quoted-printable variable
342 if len(line) > MAXLEN:
454 MAXLEN = int(a) variable