Searched refs:sp (Results 1 – 4 of 4) sorted by relevance
| /scripts/ |
| D | checkstack.pl | 59 $re = qr/^.*stp.*sp, ?\#-([0-9]{1,8})\]\!/o; 60 $dre = qr/^.*sub.*sp, sp, #(0x$x{1,8})/o; 63 $re = qr/.*sub.*sp, sp, #([0-9]{1,4})/o; 74 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 77 $re = qr/.*daddiu.*sp,sp,-([0-9]{1,8})/o; 80 $re = qr/.*addiu.*sp,sp,-([0-9]{1,8})/o; 83 $re = qr/.*addi.*sp,sp,-([0-9]{1,8})/o; 100 $re = qr/.*save.*%sp, -([0-9]{1,8}), %sp/o; 103 $re = qr/.*addi.*sp,sp,-([0-9]{1,8})/o; 106 $re = qr/.*addi\..*sp, .*sp, -([0-9]{1,8}).*/o;
|
| D | nsdeps | 29 $SPATCH --very-quiet --in-place --sp-file \
|
| /scripts/kconfig/lxdialog/ |
| D | util.c | 346 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local 361 sp = strpbrk(word, "\n "); in print_autowrap() 362 if (sp && *sp == '\n') in print_autowrap() 363 newline_separator = sp; in print_autowrap() 365 if (sp) in print_autowrap() 366 *sp++ = 0; in print_autowrap() 374 (newl && wlen < 4 && sp in print_autowrap() 375 && wlen + 1 + strlen(sp) > room in print_autowrap() 376 && (!(sp2 = strpbrk(sp, "\n ")) in print_autowrap() 377 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap() [all …]
|
| /scripts/kconfig/ |
| D | mconf.c | 316 struct subtitle_part *sp; in set_subtitle() local 325 list_for_each_entry(sp, &trail, entries) { in set_subtitle() 326 if (sp->text) { in set_subtitle() 333 pos->text = sp->text; in set_subtitle()
|