SMALL              53 arch/x86/boot/printf.c 	locase = (type & SMALL);
SMALL             248 arch/x86/boot/printf.c 			flags |= SMALL;
SMALL             431 lib/vsprintf.c 	locase = (spec.flags & SMALL);
SMALL             543 lib/vsprintf.c 	spec.flags = SPECIAL | SMALL | ZEROPAD;
SMALL             676 lib/vsprintf.c 	spec.flags |= SMALL;
SMALL             947 lib/vsprintf.c 	.flags = SPECIAL | SMALL,
SMALL             984 lib/vsprintf.c 		.flags = SPECIAL | SMALL | ZEROPAD,
SMALL             990 lib/vsprintf.c 		.flags = SPECIAL | SMALL | ZEROPAD,
SMALL             996 lib/vsprintf.c 		.flags = SMALL | ZEROPAD,
SMALL            1134 lib/vsprintf.c 	spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 };
SMALL            1922 lib/vsprintf.c 		.flags = SMALL,
SMALL            2351 lib/vsprintf.c 		spec->flags |= SMALL;