Home
last modified time | relevance | path

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

/scripts/
Dstackusage32 sort -k3,3nr > "${outfile}"
Dchecksyscalls.sh257 while read nr abi name entry ; do
Dget_maintainer.pl1841 foreach my $nr (@wish) {
1842 $nr = lc($nr);
1843 my $sel = substr($nr, 0, 1);
1844 my $str = substr($nr, 1);
1854 } elsif ($nr =~ /^\d+$/ && $nr > 0 && $nr <= $count) {
1855 $selected{$nr - 1} = !$selected{$nr - 1};
1990 print STDERR "invalid option: '$nr'\n";
Dasn1_compiler.c749 unsigned nr, t, n; in build_type_list() local
751 nr = 0; in build_type_list()
755 nr++; in build_type_list()
757 if (nr == 0) { in build_type_list()
762 nr_types = nr; in build_type_list()
763 types = type_list = calloc(nr + 1, sizeof(type_list[0])); in build_type_list()
768 type_index = calloc(nr, sizeof(type_index[0])); in build_type_list()
787 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list()