Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ Swap8
Function
Swap8
ext/sampleicc/src/include/iccProfileReader.h:92–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
{
91
92
void Swap8(icUInt8Number & a, icUInt8Number & b)
93
{
94
icUInt8Number tmp = a;
95
a = b;
96
b = tmp;
97
}
98
99
void Swap64Array(void *pVoid, icInt32Number num)
100
{
Callers
3
Swap64Array
Function · 0.85
Swap32Array
Function · 0.85
Swap16Array
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected