MCPcopy 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
111VOID
112PrintValue64 (
113 UINT64 Value
114 )
115{
116 PrintValue ((UINT32) RShiftU64 (Value, 32));
117 PrintValue ((UINT32) Value);
118}
119
120VOID
121EFIAPI

Callers

nothing calls this directly

Calls 2

RShiftU64Function · 0.85
PrintValueFunction · 0.70

Tested by

no test coverage detected