Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ SaveLittleUInt
Function
SaveLittleUInt
DevIL/src-IL/src/il_endian.cpp:209–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
ILubyte SaveLittleUInt(ILuint i) {
210
#ifdef __BIG_ENDIAN__
211
iSwapUInt(&i);
212
#endif
213
return iwrite(&i, sizeof(ILuint), 1);
214
}
215
216
ILubyte SaveLittleInt(ILint i) {
217
#ifdef __BIG_ENDIAN__
Callers
6
iSaveRawInternal
Function · 0.85
iSaveVtfInternal
Function · 0.85
WriteHeader
Function · 0.85
Compress
Function · 0.85
iSaveTargaInternal
Function · 0.85
iSaveBitmapInternal
Function · 0.85
Calls
1
iSwapUInt
Function · 0.85
Tested by
no test coverage detected