Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 27) sorted by relevance

12

/scripts/genksyms/
A Dlex.l191 count = 0;
195 count = 0;
228 count = 1;
235 count = 1;
252 ++count;
272 ++count;
333 ++count;
353 ++count;
372 ++count;
389 --count;
[all …]
/scripts/
A Dsetlocalversion45 set -- $(git rev-list --count --left-right "$tag"...HEAD 2> /dev/null)
55 count="$2"
90 count=
103 if [ -z "${count}" ] && [ -n "${file_localversion}" ]; then
108 if [ -z "${count}" ]; then
115 if [ -z "${count}" ] || [ "${count}" -gt 0 ]; then
126 if [ -n "${count}" ]; then
127 printf "%s%05d" "-" "${count}"
A Dbootgraph.pl59 my $count = 0;
82 $count = $count + 1;
103 $count = $count + 1;
127 if ($count == 0) {
A Dget_maintainer.pl1807 my $count = 0;
1811 $selected{$count} = 1;
1812 $authored{$count} = 0;
1813 $signed{$count} = 0;
1814 $count++;
1822 $count = 0;
1860 $count++;
2068 $count = 0;
2074 $count++;
2193 my $count = 0;
[all …]
A Drecordmcount.c109 static ssize_t uwrite(void const *const buf, size_t const count) in uwrite() argument
111 size_t cnt = count; in uwrite()
117 if (file_ptr + count >= file_end) { in uwrite()
118 off_t aoffset = (file_ptr + count) - file_end; in uwrite()
137 idx = aoffset - count; in uwrite()
144 if (cnt < count) in uwrite()
145 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()
147 file_ptr += count; in uwrite()
148 return count; in uwrite()
A Dextract-fwblobs29 dd if="$1" of="./${FW_NAME}" bs="${FW_SIZE}" count=1 iflag=skip_bytes skip="${FW_OFFSET}"
A Dkernel-doc.pl510 my $count;
525 $count = 0;
540 $count++;
566 my $count;
575 $count = 0;
584 $count++;
656 my $count;
785 my $count = 0;
790 $count++;
884 my $count;
[all …]
A Dsorttable.c698 unsigned int count = 0; in fill_relocs() local
742 count++; in fill_relocs()
746 return count; in fill_relocs()
791 int count = 0; in fill_addrs() local
799 return count; in fill_addrs()
825 int count; in sort_mcount_loc() local
836 if (!count) { in sort_mcount_loc()
841 count = fill_addrs(vals, size, start_loc); in sort_mcount_loc()
843 if (count < 0) { in sort_mcount_loc()
848 if (count != size / long_size) { in sort_mcount_loc()
[all …]
A Dchecktransupdate.py160 count = 0
164 count += 1
165 logging.info("%d commits needs resolving in total\n", count)
A Dgenerate_builtin_ranges.awk66 count[sect]++;
503 for (sect in count) {
A Drustdoc_test_gen.rs163 .count() in main()
A Dcheckpatch.pl180 my $count = 0;
229 print(++$count . "\t" . $type . "\n");
1238 my $count = $output =~ tr/\n//;
1239 return $count eq 1 && $output =~ m{^${filename}$};
2041 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5612 my $count = $openparens =~ tr@\(@\(@;
5614 …if ($line =~ /\bif\s*(?:\(\s*){$count,$count}$LvalOrFunc\s*($Compare)\s*$LvalOrFunc(?:\s*\)){$coun…
6915 for (my $count = $linenr; $count <= $lc; $count++) {
6920 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
7122 my $count = $format =~ tr@%@%@;
[all …]
A Dmake_fit.py309 out_data, count, size = build_fit(args)
A Dbpf_doc.py443 for line in re.sub('\n$', '', elem.desc, count=1).split('\n'):
878 for line in re.sub('\n$', '', helper.desc, count=1).split('\n'):
/scripts/lib/kdoc/
A Dkdoc_re.py92 def sub(self, sub, string, count=0): argument
97 return self.regex.sub(sub, string, count=count)
226 def sub(self, regex, sub, line, count=0): argument
263 if count and count >= n:
A Dkdoc_output.py375 count = 0
377 if count != 0:
379 count += 1
641 count = 0
646 if count == len(args.parameterlist) - 1:
657 count += 1
682 count = 0
685 if count == len(args.parameterlist) - 1:
690 count += 1
A Dkdoc_parser.py319 param = KernRe(r'[\[\)].*').sub('', param, count=1)
400 arg = KernRe(r'\s+').sub(' ', arg, count=1)
778 clause = KernRe(r'\s+').sub(' ', clause, count=1)
1415 proto = KernRe(',').sub('(', proto, count=1)
1417 proto = KernRe(r'\)').sub('(void)', proto, count=1)
1421 count = 0
1429 count += 1
1430 if count % 2 == 1:
/scripts/kconfig/
A Dlkc.h45 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite() argument
49 if (fwrite(str, len, count, out) != count) in xfwrite()
/scripts/gendwarfksyms/
A Dtypes.c197 size_t count = 0; in type_map_write() local
204 ++count; in type_map_write()
205 es = xmalloc(count * sizeof(*es)); in type_map_write()
209 qsort(es, count, sizeof(*es), cmp_expansion_name); in type_map_write()
211 for (i = 0; i < count; ++i) { in type_map_write()
A Ddwarf.c401 Dwarf_Word count = 0; in DEFINE_PROCESS_TYPE() local
403 if (get_udata_attr(die, DW_AT_count, &count)) in DEFINE_PROCESS_TYPE()
404 process_fmt(cache, "[%" PRIu64 "]", count); in DEFINE_PROCESS_TYPE()
405 else if (get_udata_attr(die, DW_AT_upper_bound, &count)) in DEFINE_PROCESS_TYPE()
406 process_fmt(cache, "[%" PRIu64 "]", count + 1); in DEFINE_PROCESS_TYPE()
/scripts/gdb/linux/
A Dinterrupts.py48 count = cpus.per_cpu(desc['kstat_irqs'], cpu)['cnt']
50 count = 0
51 text += "%10u" % (count)
A Dsymbols.py19 from itertools import count
154 for i in count():
/scripts/gcc-plugins/
A Dgcc-common.h198 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
199 (caller)->create_edge((callee), (call_stmt), (count))
202 old_call_stmt, call_stmt, count, freq, reason) \ argument
204 (old_call_stmt), (call_stmt), (count), (reason))
/scripts/lib/abi/
A Dsystem_symbols.py99 p = path.replace(self.sysfs, "/sys", count=1)
112 real = real.replace(self.sysfs, "/sys", count=1)
/scripts/dtc/libfdt/
A Dfdt_ro.c755 int length, count = 0; in fdt_stringlist_count() local
771 count++; in fdt_stringlist_count()
774 return count; in fdt_stringlist_count()

Completed in 59 milliseconds

12