Searched refs:Digit (Results 1 – 3 of 3) sorted by relevance
| /third_party/lib/acpica/source/compiler/ |
| A D | aslsupport.l | 592 UINT8 Digit; in AslDoStringLiteral() local 721 Digit = (UINT8) strtoul (ConvertBuffer, NULL, 8); in AslDoStringLiteral() 725 if ((Digit == 0) || (Digit > ACPI_ASCII_MAX)) in AslDoStringLiteral() 734 *StringBuffer = (char) Digit; in AslDoStringLiteral() 765 Digit = (UINT8) strtoul (ConvertBuffer, NULL, 16); in AslDoStringLiteral() 769 if ((Digit == 0) || (Digit > ACPI_ASCII_MAX)) in AslDoStringLiteral() 778 *StringBuffer = (char) Digit; in AslDoStringLiteral()
|
| /third_party/lib/acpica/source/components/executer/ |
| A D | exoparg1.c | 291 UINT64 Digit; in AcpiExOpcode_1A_1T_1R() local 370 Digit = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 374 for (i = 0; (i < AcpiGbl_IntegerNybbleWidth) && (Digit > 0); i++) in AcpiExOpcode_1A_1T_1R() 378 Temp32 = ((UINT32) Digit) & 0xF; in AcpiExOpcode_1A_1T_1R() 399 Digit >>= 4; in AcpiExOpcode_1A_1T_1R() 410 Digit = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 414 for (i = 0; (i < AcpiGbl_IntegerNybbleWidth) && (Digit > 0); i++) in AcpiExOpcode_1A_1T_1R() 416 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Temp32); in AcpiExOpcode_1A_1T_1R() 428 if (Digit > 0) in AcpiExOpcode_1A_1T_1R()
|
| A D | exconvrt.c | 316 UINT64 Digit; in AcpiExConvertToAscii() local 361 Digit = Integer; in AcpiExConvertToAscii() 364 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder); in AcpiExConvertToAscii()
|
Completed in 7 milliseconds