Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ SaveBigUInt
Function
SaveBigUInt
DevIL/src-IL/src/il_endian.cpp:254–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
253
254
ILubyte SaveBigUInt(ILuint i) {
255
#ifdef __LITTLE_ENDIAN__
256
iSwapUInt(&i);
257
#endif
258
return iwrite(&i, sizeof(ILuint), 1);
259
}
260
261
262
ILubyte SaveBigInt(ILint i) {
Callers
1
iSaveSgiInternal
Function · 0.85
Calls
1
iSwapUInt
Function · 0.85
Tested by
no test coverage detected