Home
last modified time | relevance | path

Searched refs:wasm_rt_elem_t (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/wasm2c/
H A Dwasm-rt.h70 } wasm_rt_elem_t; typedef
86 wasm_rt_elem_t* data;
H A Dwasm-rt-impl.c129 table->data = calloc(table->size, sizeof(wasm_rt_elem_t)); in wasm_rt_allocate_table()
H A DREADME.md255 } wasm_rt_elem_t;
279 wasm_rt_elem_t* data;
/dports/devel/binaryen/binaryen-version_98/third_party/wabt/wasm2c/
H A Dwasm-rt.h103 } wasm_rt_elem_t; typedef
119 wasm_rt_elem_t* data;
H A Dwasm-rt-impl.c181 table->data = calloc(table->size, sizeof(wasm_rt_elem_t)); in wasm_rt_allocate_table()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/wasm2c/examples/fac/
H A Dfac.h59 } wasm_rt_elem_t; typedef
68 wasm_rt_elem_t* data;
/dports/www/firefox/firefox-99.0/third_party/wasm2c/wasm2c/
H A Dwasm-rt-impl.c371 table->data = calloc(table->size, sizeof(wasm_rt_elem_t)); in wasm_rt_allocate_table()
413 WASM_CHECKED_U32_RET_SIZE_T_MULTIPLY(&allocation_size, sizeof(wasm_rt_elem_t), new_size); in wasm_rt_expand_table()
417 memset(&(table->data[table->size]), 0, allocation_size - (table->size * sizeof(wasm_rt_elem_t))); in wasm_rt_expand_table()
H A Dwasm-rt.h116 } wasm_rt_elem_t; typedef
155 wasm_rt_elem_t* data;
H A DREADME.md255 } wasm_rt_elem_t;
279 wasm_rt_elem_t* data;
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dwasm2c.c.tmpl374 table->data[i] = (wasm_rt_elem_t){ func_class, func_type_idx, (wasm_rt_anyfunc_t) func_ptr };