MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaO_fb2int

Function luaO_fb2int

src/Chain/libraries/glua/lobject.cpp:57–59  ·  view source on GitHub ↗

converts back */

Source from the content-addressed store, hash-verified

55
56/* converts back */
57int luaO_fb2int(int x) {
58 return (x < 8) ? x : ((x & 7) + 8) << ((x >> 3) - 1);
59}
60
61
62/*

Callers 2

vmcaseFunction · 0.85
NewTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected