HomeSort by: relevance | last modified time | path
    Searched defs:Digit (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exoparg1.c 404 UINT64 Digit;
484 Digit = Operand[0]->Integer.Value;
486 /* Convert each BCD digit (each is one nybble wide) */
488 for (i = 0; (i < AcpiGbl_IntegerNybbleWidth) && (Digit > 0); i++)
490 /* Get the least significant 4-bit BCD digit */
492 Temp32 = ((UINT32) Digit) & 0xF;
494 /* Check the range of the digit */
499 "BCD digit too large (not decimal): 0x%X",
506 /* Sum the digit into the result with the current power of 10 */
511 /* Shift to next BCD digit */
    [all...]
exconvrt.c 432 UINT64 Digit;
477 Digit = Integer;
480 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder);
505 /* Get one hex digit, most significant digits first */
762 /* Each digit is separated by either a comma or space */
  /src/sys/arch/emips/stand/common/
start.S 396 bnez t1,$Digit
400 $Digit:

Completed in 32 milliseconds