Lines Matching refs:SMALL
375 #define SMALL 32 /* use lowercase in hex (must be 32 == 0x20) */ macro
428 locase = (spec.flags & SMALL); in number()
540 spec.flags = SPECIAL | SMALL | ZEROPAD; in special_hex_number()
714 .flags = SPECIAL | SMALL,
737 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
743 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
749 .flags = SMALL | ZEROPAD, in resource_string()
882 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
1365 spec.flags |= SMALL; in pointer_string()
1578 .flags = SMALL, in device_node_string()
2127 spec->flags |= SMALL; in format_decode()