MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / packI

Function packI

3rd/lua-5.4.3/src/lmathlib.c:382–387  ·  view source on GitHub ↗

build a new Rand64 value */

Source from the content-addressed store, hash-verified

380
381/* build a new Rand64 value */
382static Rand64 packI (lu_int32 h, lu_int32 l) {
383 Rand64 result;
384 result.h = h;
385 result.l = l;
386 return result;
387}
388
389/* return i << n */
390static 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