MCPcopy 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
209ILubyte SaveLittleUInt(ILuint i) {
210#ifdef __BIG_ENDIAN__
211 iSwapUInt(&i);
212#endif
213 return iwrite(&i, sizeof(ILuint), 1);
214}
215
216ILubyte SaveLittleInt(ILint i) {
217#ifdef __BIG_ENDIAN__

Callers 6

iSaveRawInternalFunction · 0.85
iSaveVtfInternalFunction · 0.85
WriteHeaderFunction · 0.85
CompressFunction · 0.85
iSaveTargaInternalFunction · 0.85
iSaveBitmapInternalFunction · 0.85

Calls 1

iSwapUIntFunction · 0.85

Tested by

no test coverage detected