Lines Matching defs:base
32 u8 base, s32 width, s32 precision, u8 type);
34 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper);
94 * base - Base of the integer
104 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper)
117 (void)acpi_ut_divide(number, base, &number,
190 * base - Base of the integer
197 * DESCRIPTION: Print an integer into a string with any base and any precision.
204 u8 base, s32 width, s32 precision, u8 type)
216 if (base < 2 || base > 16) {
225 && base != 10) ? TRUE : FALSE;
247 if (base == 16) {
254 pos = acpi_ut_put_number(reversed_string, number, base, upper);
277 if (base == 16) {
320 u8 base;
349 base = 10;
472 base = 8;
482 base = 16;
542 pos = acpi_ut_format_number(pos, end, number, base,