Home
last modified time | relevance | path

Searched defs:max_length (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dtrees.c126 int max_length; /* max bit length for the codes */ member
499 int max_length = desc->stat_desc->max_length; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dtrees.c122 int max_length; /* max bit length for the codes */ member
497 int max_length = desc->stat_desc->max_length; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c478 int err, inplen, max_length = 0; in PyZlib_objdecompress() local
Dreadline.c757 int num_matches, int max_length) in on_completion_display_matches_hook()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c527 int err, inplen, max_length = 0; in PyZlib_objdecompress() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddist.py697 def print_command_list(self, commands, header, max_length): argument