Home
last modified time | relevance | path

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

/scripts/genksyms/
Dlex.l132 int token, count = 0;
181 count = 0;
185 count = 0;
211 count = 1;
219 count = 1;
239 ++count;
242 if (--count == 0)
259 ++count;
262 if (--count == 0)
279 ++count;
[all …]
Dlex.c_shipped280 int yy_bs_lineno; /**< The line count. */
281 int yy_bs_column; /**< The column count. */
2292 int token, count = 0;
2341 count = 0;
2345 count = 0;
2371 count = 1;
2379 count = 1;
2399 ++count;
2402 if (--count == 0)
2419 ++count;
[all …]
/scripts/
Dkernel-doc487 my $count;
491 $count = 0;
494 if ($count != $#{$args{'parameterlist'}}) {
495 $count++;
518 my $count;
577 my $count;
583 $count = 0;
592 if ($count != $#{$args{'parameterlist'}}) {
593 $count++;
619 my $count;
[all …]
Dbootgraph.pl48 my $count = 0;
66 $count = $count + 1;
87 $count = $count + 1;
111 if ($count == 0) {
Dextract-ikconfig24 dd if="$file" ibs=1 skip="$start" count="$size" 2>/dev/null | zcat
69 (dd ibs="$off" skip=1 count=0 && dd bs=512k) <"$image" 2>/dev/null | \
/scripts/kconfig/
Dlkc.h78 void sym_set_change_count(int count);
79 void sym_add_change_count(int count);
Dconfdata.c792 void sym_set_change_count(int count) in sym_set_change_count() argument
795 sym_change_count = count; in sym_set_change_count()
797 (bool)_sym_change_count != (bool)count) in sym_set_change_count()
801 void sym_add_change_count(int count) in sym_add_change_count() argument
803 sym_set_change_count(count + sym_change_count); in sym_add_change_count()
Dlex.zconf.c_shipped244 int yy_bs_lineno; /**< The line count. */
245 int yy_bs_column; /**< The column count. */
/scripts/mod/
Dfile2alias.c362 const unsigned int count = (size / id_size)-1; in do_pnp_device_entry() local
368 for (i = 0; i < count; i++) { in do_pnp_device_entry()
389 const unsigned int count = (size / id_size)-1; in do_pnp_card_entries() local
395 for (i = 0; i < count; i++) { in do_pnp_card_entries()