Home
last modified time | relevance | path

Searched refs:SMALL (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/boot/
A Dprintf.c32 #define SMALL 32 /* Must be 32 == 0x20 */ macro
53 locase = (type & SMALL); in number()
248 flags |= SMALL; in vsprintf()
/linux/drivers/firmware/efi/libstub/
A Dvsprintf.c148 #define SMALL 32 /* Must be 32 == 0x20 */ macro
419 flags |= SMALL; in vsnprintf()
453 s = number(tmp_end, num, base, flags & SMALL); in vsnprintf()
499 PUTC( 'X' | (flags & SMALL)); in vsnprintf()
/linux/arch/arc/lib/
A Dmemset.S8 #define SMALL 7 /* Must be at least 6 to deal with alignment/loop issues. */ macro
18 brls r2,SMALL,.Ltiny
/linux/lib/
A Dvsprintf.c407 #define SMALL 32 /* use lowercase in hex (must be 32 == 0x20) */ macro
412 static_assert(SMALL == ('a' ^ 'A'));
464 locase = (spec.flags & SMALL); in number()
576 spec.flags = SPECIAL | SMALL | ZEROPAD; in special_hex_number()
728 spec.flags |= SMALL; in pointer_string()
1021 .flags = SPECIAL | SMALL,
1058 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
1064 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
1070 .flags = SMALL | ZEROPAD, in resource_string()
1208 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
[all …]
/linux/Documentation/timers/
A Dtimers-howto.rst73 SLEEPING FOR ~USECS OR SMALL MSECS ( 10us - 20ms):
/linux/arch/m68k/fpsp040/
A Dslogn.S346 |--NOTE THAT U = (Y-F)/F IS VERY SMALL AND THUS APPROXIMATING
A Dssin.S180 |--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE
/linux/arch/m68k/ifpsp060/src/
A Dfplsp.S5026 #--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE
6262 #--U = (X-F)/(1+XF) IS SMALL (REMEMBER F IS CLOSE TO X). IT IS
8243 #--NOTE THAT U = (Y-F)/F IS VERY SMALL AND THUS APPROXIMATING
9051 #--|X| IS SMALL, RETURN 1 + X

Completed in 27 milliseconds