Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ decode_size
Function
decode_size
test/benchmark/base64.c:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
int decode_size(int size) {
22
return (int)(size * 3 / 4.0) + 6;
23
}
24
25
void init_decode_table() {
26
for (int i = 0; i < 256; i++) {
Callers
1
decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected