Home
last modified time | relevance | path

Searched defs:relindex (Results 1 – 13 of 13) sorted by relevance

/dports/devel/sol2/sol2-4.0.0-alpha/examples/interop/luwra/source/
H A Dluwra.cpp36 inline bool sol_lua_interop_check(sol::types<T>, lua_State* L, int relindex, sol::type index_type, … in sol_lua_interop_check()
53 inline std::pair<bool, T*> sol_lua_interop_get(sol::types<T> t, lua_State* L, int relindex, void* u… in sol_lua_interop_get()
/dports/devel/sol2/sol2-4.0.0-alpha/examples/interop/LuaBridge/source/
H A DLuaBridge.cpp31 inline bool sol_lua_interop_check(sol::types<T>, lua_State* L, int relindex, sol::type index_type, … in sol_lua_interop_check()
42 inline std::pair<bool, T*> sol_lua_interop_get(sol::types<T> t, lua_State* L, int relindex, void* u… in sol_lua_interop_get()
/dports/devel/sol2/sol2-4.0.0-alpha/examples/interop/kaguya/source/
H A Dkaguya.cpp38 inline bool sol_lua_interop_check(sol::types<T>, lua_State* L, int relindex, sol::type index_type, … in sol_lua_interop_check()
51 inline std::pair<bool, T*> sol_lua_interop_get(sol::types<T>, lua_State* L, int relindex, void* una… in sol_lua_interop_get()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nds32/kernel/
H A Dmodule.c91 unsigned int relindex, unsigned int reloc_order) in exceed_limit()
114 unsigned int symindex, unsigned int relindex, in apply_relocate_add()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nds32/kernel/
H A Dmodule.c91 unsigned int relindex, unsigned int reloc_order) in exceed_limit()
114 unsigned int symindex, unsigned int relindex, in apply_relocate_add()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nds32/kernel/
H A Dmodule.c91 unsigned int relindex, unsigned int reloc_order) in exceed_limit()
114 unsigned int symindex, unsigned int relindex, in apply_relocate_add()
/dports/devel/sol2/sol2-4.0.0-alpha/examples/interop/tolua/source/
H A Dtolua.cpp24 inline bool sol_lua_interop_check(sol::types<T>, lua_State* L, int relindex, sol::type index_type, … in sol_lua_interop_check()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/kernel/
H A Dmodule.c73 unsigned int relindex, struct module *module) in apply_relocate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/kernel/
H A Dmodule.c73 unsigned int relindex, struct module *module) in apply_relocate()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/kernel/
H A Dmodule.c73 unsigned int relindex, struct module *module) in apply_relocate()
/dports/math/sound-of-sorting/sound-of-sorting-5884a35/src/
H A DSortSound.cpp263 double relindex = s_access_list[i] / (double)sv.m_array.array_max(); in SoundCallback() local
/dports/astro/routino/routino-3.3.3/src/
H A Dfiledumper.c770 index_t relindex=FindFirstTurnRelation1(relations,item); in print_region_osm() local
/dports/databases/libpbl/pbl_1_04_04/src/
H A Dpblkf.c6617 long relindex, /** index relative to current record */ in pblKfGetRel()