Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ PrintValue64
Function
PrintValue64
CloverEFI/OsxEfiLdr/Debug.c:111–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
VOID
112
PrintValue64 (
113
UINT64 Value
114
)
115
{
116
PrintValue ((UINT32) RShiftU64 (Value, 32));
117
PrintValue ((UINT32) Value);
118
}
119
120
VOID
121
EFIAPI
Callers
nothing calls this directly
Calls
2
RShiftU64
Function · 0.85
PrintValue
Function · 0.70
Tested by
no test coverage detected