| /scripts/dtc/ |
| A D | util.h | 17 #define PRINTF(i, j) __attribute__((format (__MINGW_PRINTF_FORMAT, i, j))) argument 19 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) argument 21 #define PRINTF(i, j) __attribute__((format (printf, i, j))) argument 25 #define PRINTF(i, j) argument
|
| A D | srcpos.c | 75 int diff = initial_pathlen - slashes, i, j; in shorten_to_initial_path() local 80 for (i = 0, j = 0; i != diff; i++) { in shorten_to_initial_path() 81 res[j++] = '.'; in shorten_to_initial_path() 82 res[j++] = '.'; in shorten_to_initial_path() 83 res[j++] = '/'; in shorten_to_initial_path() 85 strcpy(res + j, p1); in shorten_to_initial_path()
|
| A D | util.c | 198 int j = *i + 1; in get_escape_char() local 231 j--; /* need to re-read the first digit as in get_escape_char() 233 val = get_oct_char(s, &j); in get_escape_char() 236 val = get_hex_char(s, &j); in get_escape_char() 242 (*i) = j; in get_escape_char()
|
| A D | flattree.c | 299 unsigned int j; in flatten_reserve_list() local 307 for (j = 0; j < reservenum; j++) { in flatten_reserve_list()
|
| A D | checks.c | 2028 int j; in disable_warning_error() local 2030 for (j = 0; j < cc->num_prereqs; j++) in disable_warning_error() 2031 if (cc->prereq[j] == c) in disable_warning_error()
|
| /scripts/selinux/mdp/ |
| A D | mdp.c | 40 int i, j, mls = 0; in main() local 84 for (j = 0; map->perms[j]; j++) in main() 85 fprintf(fout, "\t%s\n", map->perms[j]); in main() 105 for (j = 0; map->perms[j]; j++) in main() 106 fprintf(fout, "\t%s\n", map->perms[j]); in main()
|
| /scripts/ |
| A D | gen-crc-consts.py | 58 j = 0 59 while j < len(terms): 60 s = prefix + terms[j] + (' +' if j < len(terms) - 1 else '') 61 j += 1 62 while j < len(terms) and len(s) < 73: 63 s += ' ' + terms[j] + (' +' if j < len(terms) - 1 else '') 64 j += 1 190 for j in [64, 0]: 191 pow_of_x = i + j
|
| A D | documentation-file-ref-check | 233 foreach my $j (@find) { 234 $j =~ s,^./,,; 235 print STDERR " $j\n"; 241 foreach my $j (qx(git grep -l $ref)) { 242 qx(sed "s\@$ref\@$f\@g" -i $j);
|
| A D | extract_xc3028.pl | 136 for (my $j=0;$j<$size;$j++) { 137 syswrite(OUTFILE, substr($out,$j+$i,1)); 147 my $j=0; 153 for ($j = length($name); $j <32; $j++) { 913 my $j=0; 919 for ($j = length($name); $j <32; $j++) {
|
| A D | kallsyms.c | 610 unsigned int i, j, c; in insert_real_symbols_in_table() local 613 for (j = 0; j < table[i]->len; j++) { in insert_real_symbols_in_table() 614 c = table[i]->sym[j]; in insert_real_symbols_in_table()
|
| A D | checkpatch.pl | 718 for my $j (0 .. $len2) { 720 $distance[$i][$j] = $j; 721 } elsif ($j == 0) { 722 $distance[$i][$j] = $i; 723 } elsif (substr($str1, $i-1, 1) eq substr($str2, $j-1, 1)) { 724 $distance[$i][$j] = $distance[$i - 1][$j - 1]; 726 my $dist1 = $distance[$i][$j - 1]; #insert distance 727 my $dist2 = $distance[$i - 1][$j]; # remove 728 my $dist3 = $distance[$i - 1][$j - 1]; #replace 729 $distance[$i][$j] = 1 + edit_distance_min($dist1, $dist2, $dist3);
|
| /scripts/kconfig/lxdialog/ |
| A D | menubox.c | 56 int j; in do_print_item() local 61 j = first_alpha(menu_item, "YyNnMmHh"); in do_print_item() 72 mvwaddch(win, line_y, item_x + j, menu_item[j]); in do_print_item() 166 int i, j, x, y, box_x, box_y; in dialog_menu() local 272 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 273 if (key == tolower(item_str()[j])) in dialog_menu() 279 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu() 280 if (key == tolower(item_str()[j])) in dialog_menu()
|
| A D | util.c | 204 int i, j; in attr_clear() local 209 for (j = 0; j < width; j++) in attr_clear() 439 int i, j; in draw_box() local 444 for (j = 0; j < width; j++) in draw_box() 445 if (!i && !j) in draw_box() 447 else if (i == height - 1 && !j) in draw_box() 449 else if (!i && j == width - 1) in draw_box() 451 else if (i == height - 1 && j == width - 1) in draw_box() 457 else if (!j) in draw_box() 459 else if (j == width - 1) in draw_box()
|
| /scripts/mod/ |
| A D | file2alias.c | 255 unsigned int init = *bcd, i, j; in incbcd() local 268 for (j=0 ; j < i ; j++) in incbcd() 279 for (c=1,j=0 ; j < i ; j++) in incbcd() 591 for (unsigned int j = 0; j < sizeof(acpi_id); j++) in do_pnp_card_entry() local 592 acpi_id[j] = toupper(id[j]); in do_pnp_card_entry() 911 int i, j; in do_dmi_entry() local 915 for (j = 0; j < 4; j++) { in do_dmi_entry() 916 if ((*matches)[j].slot && in do_dmi_entry() 917 (*matches)[j].slot == dmi_fields[i].field) { in do_dmi_entry() 921 (*matches)[j].substr); in do_dmi_entry()
|
| /scripts/gdb/linux/ |
| A D | interrupts.py | 214 j = 1000 215 while prec < 10 and j <= nr_irqs: 217 j *= 10
|
| /scripts/crypto/ |
| A D | gen-hash-testvecs.py | 127 for j in range(0, 4097, 16): 128 ctx.update(b'\xff' * j)
|
| /scripts/kconfig/ |
| A D | menu.c | 634 int i, j; in get_prompt_str() local 665 for (j = 0; --i >= 0; j++) { in get_prompt_str() 667 int indent = 2 * j + 4; in get_prompt_str()
|
| /scripts/bash-completion/ |
| A D | make | 284 --jobs | -!(-*)j)
|