Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ divMod
Method
divMod
src/common/Int128.h:288–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
286
}
287
288
void divMod(int divisor, int* remainder)
289
{
290
absl::int128 d = divisor;
291
*remainder = int(v % d);
292
v /= d;
293
}
294
295
// returns internal data in per-32bit form
296
void getTable32(unsigned* dwords) const
Callers
1
makeIndexKey
Method · 0.80
Calls
1
DivInt
Method · 0.45
Tested by
no test coverage detected