Home
last modified time | relevance | path

Searched defs:func_index (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c906 size_t func_index, /**< index of primary function */ in jerry_snapshot_result()
1035 size_t func_index, /**< index of primary function */ in jerry_exec_snapshot()
1829 size_t func_index, /**< index of the function to load */ in jerry_load_function_snapshot()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiodynamic.c189 gint func_index; in gst_audio_dynamic_set_process_function() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp132 std::string getFunctionName(const WasmModule *Module, uint32_t func_index) { in getFunctionName()