OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:High
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/lib/runtime/
rtstr.c
207
UINTN
High
, Low;
209
High
= BcdValue >> 4;
210
Low = BcdValue - (
High
<< 4);
212
return ((UINT8)(Low + (
High
* 10)));
225
UINTN
High
, Low;
227
High
= DecValue / 10;
228
Low = DecValue - (
High
* 10);
230
return ((UINT8)(Low + (
High
<< 4)));
rtstr.c
207
UINTN
High
, Low;
209
High
= BcdValue >> 4;
210
Low = BcdValue - (
High
<< 4);
212
return ((UINT8)(Low + (
High
* 10)));
225
UINTN
High
, Low;
227
High
= DecValue / 10;
228
Low = DecValue - (
High
* 10);
230
return ((UINT8)(Low + (
High
<< 4)));
/src/sys/dev/ic/
mpt_mpilib.h
97
S32
High
;
103
U32
High
;
mpt_mpilib.h
97
S32
High
;
103
U32
High
;
Completed in 38 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025