Home
last modified time | relevance | path

Searched defs:stack_type (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Dtypes.h53 struct stack_type { struct
65 int wp;
66 int argcount;
75 int top_of_loop;
76 int top_of_select;
77 int top_of_while;
78 int top_of_iterate;
79 int top_of_update;
80 int top_of_do_loop;
81 int address;
[all …]
/dports/devel/stxxl/stxxl-1.4.1/tools/benchmarks/
H A Dstack_benchmark.cpp133 … stxxl::grow_shrink2, DISKS, BLOCK_SIZE>::result stack_type; in run_stxxl_growshrink2_stack() typedef
150 stxxl::normal, DISKS, BLOCK_SIZE>::result stack_type; in run_stxxl_normal_stack() typedef
161 typedef std::stack<my_record> stack_type; in run_stl_stack() typedef
H A Dtpie_stack_benchmark.cpp53 typedef AMI_stack<my_record> stack_type; in run_stack() typedef
/dports/devel/stxxl/stxxl-1.4.1/examples/containers/
H A Dstack1.cpp18 typedef stxxl::STACK_GENERATOR<int>::result stack_type; in main() typedef
/dports/math/spot/spot-2.10.2/spot/twaalgos/gtec/
H A Dsccstack.hh76 typedef std::list<connected_component> stack_type; typedef in spot::scc_stack
/dports/math/py-spot/spot-2.10.2/spot/twaalgos/gtec/
H A Dsccstack.hh76 typedef std::list<connected_component> stack_type; typedef in spot::scc_stack
/dports/science/libint2/libint-2.7.1/src/bin/libint/
H A Dpurgeable.h91 typedef AbstractPurgeableStack stack_type; typedef
/dports/java/jasmin/jasmin-2.4/src/java_cup/
H A Dsymbol.java63 public String stack_type() {return _stack_type;} in stack_type() method in symbol
/dports/graphics/darktable/darktable-3.6.1/src/lua/widget/
H A Dstack.c22 static dt_lua_widget_type_t stack_type = { variable
/dports/graphics/darktable38/darktable-3.8.0/src/lua/widget/
H A Dstack.c22 static dt_lua_widget_type_t stack_type = { variable
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/include/ctre/
H A Dpcre_actions.hpp18 using stack_type = Stack; typedef
/dports/devel/wasm3/wasm3-0.5.0/platforms/cpp/wasm3_cpp/include/
H A Dwasm3_cpp.h19 typedef uint64_t *stack_type; typedef
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dconfig_value_writer.hpp34 using stack_type = std::stack<value_type, std::vector<value_type>>; typedef in caf::config_value_writer
H A Dconfig_value_reader.hpp53 using stack_type = std::stack<value_type, std::vector<value_type>>; typedef in caf::config_value_reader
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dad_tracker.cc76 StackType stack_type) { in IsAdScriptExecutingInDocument()
269 bool AdTracker::IsAdScriptInStack(StackType stack_type) { in IsAdScriptInStack()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dsubnets_utils.py41 stack_type=None, argument
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/algo/
H A Drandom_shuffle.h56 >::result stack_type; typedef
204 … stxxl::grow_shrink2, PageSize, BlockSize>::result stack_type; in random_shuffle() typedef
/dports/devel/grpc/grpc-1.42.0/src/cpp/common/
H A Dchannel_filter.cc69 grpc_channel_stack_type stack_type, int priority, in RegisterChannelFilter()
/dports/math/spot/spot-2.10.2/spot/ta/
H A Dta.hh256 typedef std::list<connected_component> stack_type; typedef in spot::scc_stack_ta
/dports/math/py-spot/spot-2.10.2/spot/ta/
H A Dta.hh256 typedef std::list<connected_component> stack_type; typedef in spot::scc_stack_ta
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dexplicit-zonotope.cc53 "# @example [prefer cdd]" in Edge()
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/iterators/
H A DCTermIter.h55 typedef StackType stack_type; typedef
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/iterators/
H A DCTermIter.h55 typedef StackType stack_type; typedef
/dports/math/polymake/polymake-4.5/apps/graph/include/
H A Dmaximal_chains.h54 using stack_type = std::vector<out_edge>; // vector is more efficient than list in maximal_chains() local
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A Dutil.py300 def stack(data, stack_type='linear'): argument

123456789