Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hoothin/UserScripts
/ zswap32
Function
zswap32
Picviewer CE+/dist.user.js:8529–8534 ·
view source on GitHub ↗
(q)
Source
from the content-addressed store, hash-verified
8527
8528
8529
function
zswap32(q) {
8530
return
(((q >>> 24) & 0xff) +
8531
((q >>> 8) & 0xff00) +
8532
((q & 0xff00) << 8) +
8533
((q & 0xff) << 24));
8534
}
8535
8536
8537
function
InflateState() {
Callers
1
inflate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected