MCPcopy 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
21int decode_size(int size) {
22 return (int)(size * 3 / 4.0) + 6;
23}
24
25void init_decode_table() {
26 for (int i = 0; i < 256; i++) {

Callers 1

decodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected