Home
last modified time | relevance | path

Searched defs:stack_idx (Results 1 – 25 of 85) sorted by relevance

1234

/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxllua.h488 #define wxlua_iswxuserdata(L, stack_idx) (lua_type((L), (stack_idx)) == LUA_TUSERDATA) argument
496 #define wxlua_isstringtype(L, stack_idx) (wxlua_iswxluatype(lua_type(L, stack_idx), WXLUA_TSTRING)… argument
497 #define wxlua_isbooleantype(L, stack_idx) (wxlua_iswxluatype(lua_type(L, stack_idx), WXLUA_TBOOLEAN… argument
498 #define wxlua_isintegertype(L, stack_idx) (wxlua_iswxluatype(lua_type(L, stack_idx), WXLUA_TINTEGER… argument
499 #define wxlua_isnumbertype(L, stack_idx) (wxlua_iswxluatype(lua_type(L, stack_idx), WXLUA_TNUMBER)… argument
500 #define wxlua_ispointertype(L, stack_idx) (wxlua_iswxluatype(lua_type(L, stack_idx), WXLUA_TPOINTER… argument
H A Dwxllua.cpp856 int LUACALL wxluaT_type(lua_State *L, int stack_idx) in wxluaT_type()
931 wxString LUACALL wxluaT_gettypename(lua_State* L, int stack_idx) in wxluaT_gettypename()
936 wxString LUACALL wxlua_luaL_typename(lua_State* L, int stack_idx) in wxlua_luaL_typename()
1386 bool wxlua_iswxstringtype(lua_State* L, int stack_idx) in wxlua_iswxstringtype()
1434 const char* LUACALL wxlua_getstringtype(lua_State *L, int stack_idx) in wxlua_getstringtype()
1439 wxString LUACALL wxlua_getwxStringtype(lua_State *L, int stack_idx) in wxlua_getwxStringtype()
1460 bool LUACALL wxlua_getbooleantype(lua_State *L, int stack_idx) in wxlua_getbooleantype()
1476 long LUACALL wxlua_getenumtype(lua_State *L, int stack_idx) in wxlua_getenumtype()
1492 long LUACALL wxlua_getintegertype(lua_State *L, int stack_idx) in wxlua_getintegertype()
1534 double LUACALL wxlua_getnumbertype(lua_State *L, int stack_idx) in wxlua_getnumbertype()
[all …]
H A Dwxlstate.cpp1183 bool wxLuaState::DeleteGCObject(int stack_idx, int flags) in DeleteGCObject()
1418 bool wxLuaState::IsUserDataType(int stack_idx, int wxl_type) const in IsUserDataType()
1430 const char* wxLuaState::GetStringType(int stack_idx) in GetStringType()
1435 wxString wxLuaState::GetwxStringType(int stack_idx) in GetwxStringType()
1440 bool wxLuaState::GetBooleanType(int stack_idx) in GetBooleanType()
1445 long wxLuaState::GetIntegerType(int stack_idx) in GetIntegerType()
1450 double wxLuaState::GetNumberType(int stack_idx) in GetNumberType()
1484 wxString* wxLuaState::GetwxStringArray(int stack_idx, int &count) in GetwxStringArray()
1496 const char** wxLuaState::GetCharArray(int stack_idx, int &count) in GetCharArray()
1514 int* wxLuaState::GetIntArray(int stack_idx, int &count) in GetIntArray()
[all …]
H A Dwxlobject.cpp36 wxLuaObject::wxLuaObject(lua_State* L, int stack_idx) in wxLuaObject()
101 void wxLuaObject::SetObject(lua_State* L, int stack_idx) in SetObject()
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dzerofc_freecell_moves.h19 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
62 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
89 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
H A Dfreecell.c74 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
392 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
462 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
627 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; ++stack_idx) in DECLARE_MOVE_FUNCTION() local
717 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
912 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; ++stack_idx) in DECLARE_MOVE_FUNCTION() local
978 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
1103 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
1157 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
1190 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in DECLARE_MOVE_FUNCTION() local
[all …]
H A Ddbm_calc_derived.h188 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in horne_prune() local
345 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in instance_solver_thread_calc_derived_states() local
411 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in instance_solver_thread_calc_derived_states() local
467 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in instance_solver_thread_calc_derived_states() local
513 for (stack_i stack_idx = 0; stack_idx < LOCAL_STACKS_NUM; stack_idx++) in instance_solver_thread_calc_derived_states() local
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/debug/
H A Dwxldebug.cpp223 int stack_idx = 1; in EnumerateStackEntry() local
541 int wxLuaDebugData::RefTable(lua_State* L, int stack_idx, int* flag_type, int extra_flag, wxArrayIn… in RefTable()
563 int wxLuaDebugData::GetTypeValue(lua_State *L, int stack_idx, int* wxl_type_, wxString& value) in GetTypeValue()
644 wxString wxLuaDebugData::GetTableInfo(lua_State *L, int stack_idx) in GetTableInfo()
657 wxString wxLuaDebugData::GetUserDataInfo(lua_State *L, int stack_idx, bool full_userdata) in GetUserDataInfo()
814 wxString wxLuaCheckStack::DumpTable(int stack_idx, const wxString& msg) in DumpTable()
823 wxString wxLuaCheckStack::DumpTable(int stack_idx, const wxString& tablename, const wxString& msg, … in DumpTable()
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/obs-scripting/
H A Dobs-scripting-lua.h110 add_lua_obs_callback_extra(lua_State *script, int stack_idx, size_t extra_size) in add_lua_obs_callback_extra()
124 int stack_idx) in add_lua_obs_callback()
142 int stack_idx) in find_next_lua_obs_callback()
164 int stack_idx) in find_lua_obs_callback()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/cuda/
H A Dwrapper.cu96 int stack_idx = 0; in process_closure() local
276 int stack_idx = 0; in process_closure() local
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/cuda/
H A Dwrapper.cu96 int stack_idx = 0; in process_closure() local
276 int stack_idx = 0; in process_closure() local
/dports/editors/helix/helix-0.5.0/cargo-crates/ropey-1.3.1/src/
H A Drope_builder.rs127 let mut stack_idx = self.stack.len() - 1; in finish_internal() localVariable
230 let mut stack_idx = (self.stack.len() - 1) as isize; in append_leaf_node() localVariable
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/ropey-1.3.1/src/
H A Drope_builder.rs127 let mut stack_idx = self.stack.len() - 1; in finish_internal() localVariable
230 let mut stack_idx = (self.stack.len() - 1) as isize; in append_leaf_node() localVariable
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/actions/
H A Dundoable_action.h109 int stack_idx; member
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dbvh.cpp388 uint32_t stack_idx = 0; in rayIntersect() local
467 uint32_t stack_idx = 0; in rayIntersect() local
533 uint32_t stack_idx = 0; in findNearestWithRadius() local
575 uint32_t stack_idx = 0; in findNearest() local
637 uint32_t stack_idx = 0; in findKNearest() local
717 uint32_t stack_idx = 0; in findKNearest() local
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dccl.h56 int stack_idx; /* How deep the call of CCL_Call is nested. */ member
/dports/editors/emacs/emacs-27.2/src/
H A Dccl.h56 int stack_idx; /* How deep the call of CCL_Call is nested. */ member
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/html5ever-0.25.1/src/tree_builder/
H A Drules.rs1413 let mut stack_idx = self.open_elems.len() - 1; in step_foreign() localVariable
/dports/net-im/fractal/fractal-4.4.0/vendor/html5ever/src/tree_builder/
H A Drules.rs1412 let mut stack_idx = self.open_elems.len() - 1; in step_foreign() localVariable
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/html5ever-0.25.1/src/tree_builder/
H A Drules.rs1413 let mut stack_idx = self.open_elems.len() - 1; in step_foreign() localVariable
/dports/devel/texlab/texlab-3.3.0/cargo-crates/html5ever-0.25.1/src/tree_builder/
H A Drules.rs1413 let mut stack_idx = self.open_elems.len() - 1; in step_foreign() localVariable
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/html5ever-0.25.1/src/tree_builder/
H A Drules.rs1413 let mut stack_idx = self.open_elems.len() - 1; in step_foreign() localVariable
/dports/www/zola/zola-0.15.2/cargo-crates/html5ever-0.25.1/src/tree_builder/
H A Drules.rs1413 let mut stack_idx = self.open_elems.len() - 1; in step_foreign() localVariable
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/html5ever-0.25.1/src/tree_builder/
H A Drules.rs1413 let mut stack_idx = self.open_elems.len() - 1; in step_foreign() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/html5ever/src/tree_builder/
H A Drules.rs1413 let mut stack_idx = self.open_elems.len() - 1; in step_foreign() localVariable

1234