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; 77 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 80 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 83 $re = qr/.*addiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 86 $re = qr/.*addi.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 110 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
|
D | nsdeps | 31 $SPATCH --very-quiet --in-place --sp-file \
|
/scripts/kconfig/lxdialog/ |
D | util.c | 373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local 388 sp = strpbrk(word, "\n "); in print_autowrap() 389 if (sp && *sp == '\n') in print_autowrap() 390 newline_separator = sp; in print_autowrap() 392 if (sp) in print_autowrap() 393 *sp++ = 0; in print_autowrap() 401 (newl && wlen < 4 && sp in print_autowrap() 402 && wlen + 1 + strlen(sp) > room in print_autowrap() 403 && (!(sp2 = strpbrk(sp, "\n ")) in print_autowrap() 404 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap() [all …]
|
/scripts/kconfig/ |
D | mconf.c | 322 struct subtitle_part *sp; in set_subtitle() local 331 list_for_each_entry(sp, &trail, entries) { in set_subtitle() 332 if (sp->text) { in set_subtitle() 339 pos->text = sp->text; in set_subtitle()
|