Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
ILuint GetLittleUInt() {
106
ILuint i;
107
iread(&i, sizeof(ILuint), 1);
108
#ifdef __BIG_ENDIAN__
109
iSwapUInt(&i);
110
#endif
111
return i;
112
}
113
114
ILint GetLittleInt() {
115
ILint i;
Callers
15
iGetLifHead
Function · 0.85
iLoadWalInternal
Function · 0.85
iLoadIconInternal
Function · 0.85
iGetBlp2Head
Function · 0.85
iGetBlp1Head
Function · 0.85
iLoadBlp1
Function · 0.85
iLoadRawInternal
Function · 0.85
iLoadKtxInternal
Function · 0.85
iGetVtfHead
Function · 0.85
iGetExrHead
Function · 0.85
iLoadExrInternal
Function · 0.85
iGetExrHead
Function · 0.85
Calls
1
iSwapUInt
Function · 0.85
Tested by
no test coverage detected