Home
last modified time | relevance | path

Searched refs:ReadLEB_i32 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/wasm3/wasm3-0.5.0/source/
H A Dm3_core.h243 M3Result ReadLEB_i32 (i32 * o_value, bytes_t * io_bytes, cbytes_t i_end);
H A Dm3_core.c451 M3Result ReadLEB_i32 (i32 * o_value, bytes_t * io_bytes, cbytes_t i_end) in ReadLEB_i32() function
H A Dm3_compile.c1062 _ (ReadLEB_i32 (& value, & o->wasm, o->wasmEnd)); in Compile_Const_i32()