MCPcopy Create free account
hub / github.com/DentonW/DevIL / GetLittleUInt

Function GetLittleUInt

DevIL/src-IL/src/il_endian.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105ILuint GetLittleUInt() {
106 ILuint i;
107 iread(&i, sizeof(ILuint), 1);
108#ifdef __BIG_ENDIAN__
109 iSwapUInt(&i);
110#endif
111 return i;
112}
113
114ILint GetLittleInt() {
115 ILint i;

Callers 15

iGetLifHeadFunction · 0.85
iLoadWalInternalFunction · 0.85
iLoadIconInternalFunction · 0.85
iGetBlp2HeadFunction · 0.85
iGetBlp1HeadFunction · 0.85
iLoadBlp1Function · 0.85
iLoadRawInternalFunction · 0.85
iLoadKtxInternalFunction · 0.85
iGetVtfHeadFunction · 0.85
iGetExrHeadFunction · 0.85
iLoadExrInternalFunction · 0.85
iGetExrHeadFunction · 0.85

Calls 1

iSwapUIntFunction · 0.85

Tested by

no test coverage detected