Lines Matching defs:base
20 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 max_length);
249 * base - ACPI_STRING_DECIMAL or ACPI_STRING_HEX
260 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 data_width)
273 switch (base) {
363 * type - String flags (base and conversion type)
380 u16 base = 16;
403 base = 10;
429 acpi_ex_convert_to_ascii(obj_desc->integer.value, base,
441 /* Setup string length, base, and separator */
451 base = 10;
521 if (base == 16) {
531 base, new_buf, 1);