Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetBigInt
Function
GetBigInt
DevIL/src-IL/src/il_endian.cpp:168–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
ILint GetBigInt() {
169
ILint i;
170
iread(&i, sizeof(ILint), 1);
171
#ifdef __LITTLE_ENDIAN__
172
iSwapInt(&i);
173
#endif
174
return i;
175
}
176
177
ILfloat GetBigFloat() {
178
ILfloat f;
Callers
5
iGetPicHead
Function · 0.85
iGetSgiHead
Function · 0.85
iff_begin_read_chunk
Function · 0.85
iLoadFitsInternal
Function · 0.85
iLoadIcnsInternal
Function · 0.85
Calls
1
iSwapInt
Function · 0.85
Tested by
no test coverage detected