Home
last modified time | relevance | path

Searched refs:map_state (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/xvmc/
H A Di915_xvmc.c536 memset(map_state, 0, sizeof(*map_state)); in i915_mc_map_state_set()
539 map_state->y_map.dw0.type = CMD_3D; in i915_mc_map_state_set()
541 map_state->y_map.dw0.retain = 1; in i915_mc_map_state_set()
542 map_state->y_map.dw0.length = 6; in i915_mc_map_state_set()
547 map_state->y_forward.tm0.v_ls = 0; in i915_mc_map_state_set()
588 map_state->u_map.dw0.retain = 1; in i915_mc_map_state_set()
589 map_state->u_map.dw0.length = 6; in i915_mc_map_state_set()
594 map_state->u_forward.tm0.v_ls = 0; in i915_mc_map_state_set()
637 map_state->v_map.dw0.retain = 1; in i915_mc_map_state_set()
638 map_state->v_map.dw0.length = 6; in i915_mc_map_state_set()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dautomap.c133 ubyte map_state; in mfd_map_handler() local
156 map_state = GetAutomapMode(mapid); in mfd_map_handler()
157 SetAutomapMode(mapid, (map_state + 1) % AUTOMAP_STATES); in mfd_map_handler()
158 SetLastAutomapMode(mapid, map_state); in mfd_map_handler()
202 ubyte map_state, last_map_state; in mfd_map_expose() local
229 map_state = GetAutomapMode(mapid); in mfd_map_expose()
232 if (!(control & MFD_EXPOSE_FULL) && map_state == last_map_state) { in mfd_map_expose()
233 if (map_state == AUTOMAP_STATION) { in mfd_map_expose()
261 if (map_state == AUTOMAP_ZOOM) in mfd_map_expose()
267 SetLastAutomapMode(mapid, map_state); in mfd_map_expose()
[all …]
/dports/emulators/cannonball/cannonball-0.34/src/main/engine/
H A Domap.cpp72 switch (map_state) in tick()
82 map_state = MAP_ROUTE; in tick()
85 map_state = MAP_ROUTE_FINAL; in tick()
108 map_state = MAP_ROUTE_FINAL; in tick()
266 map_state = MAP_INIT; in load_sprites()
279 map_state = MAP_ROUTE_DONE; in do_route_final()
293 map_state = MAP_INIT_DELAY; in end_route()
303 map_state = MAP_DISPLAY; in init_map_delay()
313 map_state = MAP_CLEAR; in map_display()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/dynamic/thermal-fluids/
H A DplotControl.m16 map_state = data_obj.data; variable
17 map_state = map_state(1:2:end)+1; variable
18 [tmp, state_permute] = sort(map_state);
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A D8to24.c80 int map_state; member
479 windows_8bpp[i].map_state = in check_for_multivis()
480 stack_list[k].map_state; in check_for_multivis()
724 if (attr->map_state == IsViewable) { in check_depth_win()
751 if (attr->map_state != IsViewable) { in check_depth_win()
773 if (attr->map_state == IsViewable && in check_depth_win()
781 windows_8bpp[j].map_state = attr->map_state; in check_depth_win()
1255 windows_8bpp[i].map_state = attr.map_state; in get_8bpp_regions()
1263 if (attr.map_state != IsViewable) { in get_8bpp_regions()
1279 attr.map_state = windows_8bpp[i].map_state; in get_8bpp_regions()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/navier-stokes/
H A Dplotresults.m7 data_obj = importdata('map_state.txt', ' ', 9); %% we need to skip the first 9 lines
8 map_state = data_obj.data; variable
9 map_state = map_state(1:2:end)+1; variable
10 [tmp, state_permute] = sort(map_state);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/small_SUITE_data/src/
H A Dmaps1.erl36 -type map_state() :: #{ id => integer(), val => term() }. type
38 -spec update(map_state(), term()) -> map_state().
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dmaps1.erl36 -type map_state() :: #{ id => integer(), val => term() }. type
38 -spec update(map_state(), term()) -> map_state().
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dmaps1.erl36 -type map_state() :: #{ id => integer(), val => term() }. type
38 -spec update(map_state(), term()) -> map_state().
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dmaps1.erl36 -type map_state() :: #{ id => integer(), val => term() }. type
38 -spec update(map_state(), term()) -> map_state().
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dmaps1.erl36 -type map_state() :: #{ id => integer(), val => term() }. type
38 -spec update(map_state(), term()) -> map_state().
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dmaps1.erl36 -type map_state() :: #{ id => integer(), val => term() }. type
38 -spec update(map_state(), term()) -> map_state().
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dmaps1.erl36 -type map_state() :: #{ id => integer(), val => term() }. type
38 -spec update(map_state(), term()) -> map_state().
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/dynamic/navier-stokes/
H A DplotControl.m37 map_state = data_obj.data; variable
38 map_state = map_state(1:2:end)+1; variable
39 [tmp, state_permute] = sort(map_state);
/dports/databases/galera26/galera-release_26.4.10/galerautils/tests/
H A Dgu_deqmap_test.cpp689 class map_state in START_TEST() class
698 map_state(const Map& m) : in START_TEST() function in START_TEST::map_state
706 bool operator==(const map_state& o) const in START_TEST()
759 map_state const init_state(map); in START_TEST()
769 ck_assert(init_state != map_state(map)); in START_TEST()
771 ck_assert(init_state == map_state(map)); in START_TEST()
777 ck_assert(init_state != map_state(map)); in START_TEST()
779 ck_assert(init_state == map_state(map)); in START_TEST()
791 ck_assert(init_state != map_state(map)); in START_TEST()
832 map_state const init_state(map); in START_TEST()
[all …]
/dports/databases/galera/galera-release_25.3.35/galerautils/tests/
H A Dgu_deqmap_test.cpp689 class map_state in START_TEST() class
698 map_state(const Map& m) : in START_TEST() function in START_TEST::map_state
706 bool operator==(const map_state& o) const in START_TEST()
759 map_state const init_state(map); in START_TEST()
769 ck_assert(init_state != map_state(map)); in START_TEST()
771 ck_assert(init_state == map_state(map)); in START_TEST()
777 ck_assert(init_state != map_state(map)); in START_TEST()
779 ck_assert(init_state == map_state(map)); in START_TEST()
791 ck_assert(init_state != map_state(map)); in START_TEST()
832 map_state const init_state(map); in START_TEST()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/lex/lexer/lexertl/
H A Diterator.hpp86 set_state(map_state(state)); in iterator()
111 std::size_t map_state(char_type const* statename) in map_state() function in boost::spirit::lex::lexertl::iterator
114 ? unique_functor_type::map_state(*this, statename) in map_state()
/dports/x11/stalonetray/stalonetray-0.8.3/src/
H A Ddebug.c116 …LOG_TRACE((" mid-parent state = %s\n", xwa.map_state == IsUnmapped ? "Unmapped" : (xwa.map_state in print_icon_data()
136 …mapstate from XGetWindowAttributes() = %s\n", xwa.map_state == IsUnmapped ? "Unmapped" : (xwa.map_… in print_icon_data()
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/lex/lexer/lexertl/
H A Diterator.hpp87 set_state(map_state(state)); in iterator()
112 std::size_t map_state(char_type const* statename) in map_state() function in boost::spirit::lex::lexertl::iterator
115 ? unique_functor_type::map_state(*this, statename) in map_state()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/lex/lexer/lexertl/
H A Diterator.hpp87 set_state(map_state(state)); in iterator()
112 std::size_t map_state(char_type const* statename) in map_state() function in boost::spirit::lex::lexertl::iterator
115 ? unique_functor_type::map_state(*this, statename) in map_state()
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/lex/lexer/lexertl/
H A Diterator.hpp87 set_state(map_state(state)); in iterator()
112 std::size_t map_state(char_type const* statename) in map_state() function in boost::spirit::lex::lexertl::iterator
115 ? unique_functor_type::map_state(*this, statename) in map_state()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/lex/lexer/lexertl/
H A Diterator.hpp87 set_state(map_state(state)); in iterator()
112 std::size_t map_state(char_type const* statename) in map_state() function in boost::spirit::lex::lexertl::iterator
115 ? unique_functor_type::map_state(*this, statename) in map_state()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/lex/lexer/lexertl/
H A Diterator.hpp87 set_state(map_state(state)); in iterator()
112 std::size_t map_state(char_type const* statename) in map_state() function in boost::spirit::lex::lexertl::iterator
115 ? unique_functor_type::map_state(*this, statename) in map_state()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/lex/lexer/lexertl/
H A Diterator.hpp87 set_state(map_state(state)); in iterator()
112 std::size_t map_state(char_type const* statename) in map_state() function in boost::spirit::lex::lexertl::iterator
115 ? unique_functor_type::map_state(*this, statename) in map_state()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/lex/lexer/lexertl/
H A Diterator.hpp87 set_state(map_state(state)); in generate_delimiter()
112 std::size_t map_state(char_type const* statename)
115 ? unique_functor_type::map_state(*this, statename)

12345678910>>...37