Searched refs:max_count (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | PatchCheck.py | 505 def __init__(self, rev_spec, max_count): argument 506 commits = self.read_commit_list_from_git(rev_spec, max_count) 521 def read_commit_list_from_git(self, rev_spec, max_count): argument 524 if max_count is not None: 525 cmd.append('--max-count=' + str(max_count)) 567 def __init__(self, param, max_count=None): argument 572 checker = CheckGitCommits(param, max_count)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | trees.c | 717 int max_count = 7; /* max repeat count */ local 720 if (nextlen == 0) max_count = 138, min_count = 3; 725 if (++count < max_count && curlen == nextlen) { 739 max_count = 138, min_count = 3; 741 max_count = 6, min_count = 3; 743 max_count = 7, min_count = 4; 762 int max_count = 7; /* max repeat count */ local 766 if (nextlen == 0) max_count = 138, min_count = 3; 770 if (++count < max_count && curlen == nextlen) { 790 max_count = 138, min_count = 3; [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | trees.c | 715 int max_count = 7; /* max repeat count */ local 718 if (nextlen == 0) max_count = 138, min_count = 3; 723 if (++count < max_count && curlen == nextlen) { 737 max_count = 138, min_count = 3; 739 max_count = 6, min_count = 3; 741 max_count = 7, min_count = 4; 760 int max_count = 7; /* max repeat count */ local 764 if (nextlen == 0) max_count = 138, min_count = 3; 768 if (++count < max_count && curlen == nextlen) { 788 max_count = 138, min_count = 3; [all …]
|