Searched refs:PLUS (Results 1 - 7 of 7) sorted by path

/linux-master/arch/m68k/fpsp040/
H A Dround.S76 | ROUND PLUS INFINITY
/linux-master/arch/powerpc/boot/
H A Dstdio.c73 #define PLUS 4 /* show plus */ macro
98 } else if (type & PLUS) {
176 case '+': flags |= PLUS; goto repeat;
/linux-master/arch/x86/boot/
H A Dprintf.c29 #define PLUS 4 /* show plus */ macro
65 } else if (type & PLUS) {
143 flags |= PLUS;
/linux-master/arch/alpha/boot/
H A Dstdio.c37 #define PLUS 4 /* show plus */ macro
62 } else if (type & PLUS) {
140 case '+': flags |= PLUS; goto repeat;
/linux-master/drivers/firmware/efi/libstub/
H A Dvsprintf.c145 #define PLUS 4 /* show plus */ macro
163 flags |= PLUS;
235 if (flags & PLUS)
/linux-master/lib/
H A Dvsprintf.c412 #define PLUS 4 /* show plus */ macro
481 } else if (spec.flags & PLUS) {
2577 case '+': spec->flags |= PLUS; break;
/linux-master/tools/testing/selftests/kvm/lib/
H A Dguest_sprintf.c28 #define PLUS 4 /* show plus */ macro
69 } else if (type & PLUS) {
154 flags |= PLUS;

Completed in 249 milliseconds