OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Digit
(Results
1 - 3
of
3
) sorted by relevancy
/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
:
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026