MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / packI

Function packI

Dependencies/lua/src/lmathlib.c:401–406  ·  view source on GitHub ↗

build a new Rand64 value */

Source from the content-addressed store, hash-verified

399
400/* build a new Rand64 value */
401static Rand64 packI (lu_int32 h, lu_int32 l) {
402 Rand64 result;
403 result.h = h;
404 result.l = l;
405 return result;
406}
407
408/* return i << n */
409static Rand64 Ishl (Rand64 i, int n) {

Callers 5

IshlFunction · 0.85
IaddFunction · 0.85
rotlFunction · 0.85
rotl1Function · 0.85
Int2IFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected