OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Digit
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/utilities/
utstrsuppt.c
68
UINT32
Digit
,
115
/* Convert and insert this octal
digit
into the accumulator */
177
/* Convert and insert this decimal
digit
into the accumulator */
239
/* Convert and insert this hex
digit
into the accumulator */
404
* AsciiDigit - ASCII single
digit
to be inserted
433
/* Make room in the accumulated value for the incoming
digit
*/
441
/* Add in the new
digit
, and store the sum to the accumulated value */
517
*
Digit
- New hex value/char
531
UINT32
Digit
,
539
if ((Addend1 > 0) && (
Digit
> (ACPI_UINT64_MAX - Addend1))
[
all
...]
/src/sys/external/bsd/acpica/dist/executer/
exoparg1.c
296
UINT64
Digit
;
376
Digit
= Operand[0]->Integer.Value;
378
/* Convert each BCD
digit
(each is one nybble wide) */
380
for (i = 0; (i < AcpiGbl_IntegerNybbleWidth) && (
Digit
> 0); i++)
382
/* Get the least significant 4-bit BCD
digit
*/
384
Temp32 = ((UINT32)
Digit
) & 0xF;
386
/* Check the range of the
digit
*/
391
"BCD
digit
too large (not decimal): 0x%X",
398
/* Sum the
digit
into the result with the current power of 10 */
403
/* Shift to next BCD
digit
*/
[
all
...]
exconvrt.c
324
UINT64
Digit
;
369
Digit
= Integer;
372
(void) AcpiUtShortDivide (
Digit
, 10, &
Digit
, &Remainder);
397
/* Get one hex
digit
, most significant digits first */
654
/* Each
digit
is separated by either a comma or space */
/src/sys/arch/emips/stand/common/
start.S
396
bnez t1,$
Digit
400
$
Digit
:
/src/sys/external/bsd/acpica/dist/compiler/
aslsupport.l
672
UINT8
Digit
;
768
/* Check for an octal
digit
(0-7) */
801
Digit
= (UINT8) strtoul (ConvertBuffer, NULL, 8);
805
if ((
Digit
== 0) || (
Digit
> ACPI_ASCII_MAX))
814
*StringBuffer = (char)
Digit
;
827
/* Append another
digit
of the constant */
845
Digit
= (UINT8) strtoul (ConvertBuffer, NULL, 16);
849
if ((
Digit
== 0) || (
Digit
> ACPI_ASCII_MAX)
[
all
...]
Completed in 32 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026