Home
last modified time | relevance | path

Searched refs:index_positions (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/router/
H A Dtechnicolor_tc8715d110 index_positions = [i for i, x in enumerate(self.signaldatapage) if x == "Index"]
114 self.downstream_channels = lock_status_positions[0] - index_positions[0] - 1
115 self.upstream_channels = lock_status_positions[1] - index_positions[1] - 1
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/test/
H A Dautotest.cpp885 …STREAM_TIMED_PACKETS_T& index_positions = direction == 0 ? reverse_index_positions : forward_index… in check_indices() local
1019index_positions[stream].insert(std::make_pair(target_pts, expected_packet->second)); in check_indices()
1077 …STREAM_TIMED_PACKETS_T index_positions = direction == 0 ? reverse_index_positions : forward_index_… in check_seek_then_force() local
1080 for (STREAM_TIMED_PACKETS_T::const_iterator index_stream = index_positions.begin(); in check_seek_then_force()
1081 index_stream != index_positions.end(); in check_seek_then_force()
1190 …const STREAM_TIMED_PACKETS_T& index_positions = direction == 0 ? reverse_index_positions : forward… in seek_randomly() local
1193 for (STREAM_TIMED_PACKETS_T::const_iterator i_all_index_packets = index_positions.begin(); in seek_randomly()
1194 i_all_index_packets != index_positions.end(); in seek_randomly()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/mnesia/src/
H A Dmnesia_index.erl470 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
477 mnesia_lib:set({Tab, index}, index_positions(Index)),
483 index_positions(#index{pos_list = PL}) -> function
500 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
507 mnesia_lib:set({Tab, index}, index_positions(Index)),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/mnesia/src/
H A Dmnesia_index.erl470 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
477 mnesia_lib:set({Tab, index}, index_positions(Index)),
483 index_positions(#index{pos_list = PL}) -> function
500 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
507 mnesia_lib:set({Tab, index}, index_positions(Index)),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia_index.erl463 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
470 mnesia_lib:set({Tab, index}, index_positions(Index)),
476 index_positions(#index{pos_list = PL}) -> function
493 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
500 mnesia_lib:set({Tab, index}, index_positions(Index)),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia_index.erl463 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
470 mnesia_lib:set({Tab, index}, index_positions(Index)),
476 index_positions(#index{pos_list = PL}) -> function
493 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
500 mnesia_lib:set({Tab, index}, index_positions(Index)),
/dports/lang/erlang/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia_index.erl463 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
470 mnesia_lib:set({Tab, index}, index_positions(Index)),
476 index_positions(#index{pos_list = PL}) -> function
493 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
500 mnesia_lib:set({Tab, index}, index_positions(Index)),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/mnesia/src/
H A Dmnesia_index.erl464 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
471 mnesia_lib:set({Tab, index}, index_positions(Index)),
477 index_positions(#index{pos_list = PL}) -> function
494 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
501 mnesia_lib:set({Tab, index}, index_positions(Index)),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia_index.erl463 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
470 mnesia_lib:set({Tab, index}, index_positions(Index)),
476 index_positions(#index{pos_list = PL}) -> function
493 mnesia_lib:set({Tab, index}, index_positions(IndexInfo)),
500 mnesia_lib:set({Tab, index}, index_positions(Index)),
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/bc6h/
H A Dzohone.cpp157 int index_positions[NREGIONS_ONE]; in swap_indices() local
159 index_positions[0] = 0; // since WLOG we have the high bit of the shapes at 0 in swap_indices()
163 int x = index_positions[region] & 3; in swap_indices()
164 int y = (index_positions[region] >> 2) & 3; in swap_indices()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/bc6h/
H A Dzohone.cpp157 int index_positions[NREGIONS_ONE]; in swap_indices() local
159 index_positions[0] = 0; // since WLOG we have the high bit of the shapes at 0 in swap_indices()
163 int x = index_positions[region] & 3; in swap_indices()
164 int y = (index_positions[region] >> 2) & 3; in swap_indices()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/bc7/
H A Davpcl_mode6.cpp209 int index_positions[NREGIONS]; in swap_indices() local
211 index_positions[0] = 0; // since WLOG we have the high bit of the shapes at 0 in swap_indices()
215 int x = index_positions[region] & 3; in swap_indices()
216 int y = (index_positions[region] >> 2) & 3; in swap_indices()
H A Davpcl_mode4.cpp193 int index_positions[NREGIONS]; in swap_indices() local
195 index_positions[0] = 0; // since WLOG we have the high bit of the shapes at 0 in swap_indices()
199 int x = index_positions[region] & 3; in swap_indices()
200 int y = (index_positions[region] >> 2) & 3; in swap_indices()
H A Davpcl_mode5.cpp193 int index_positions[NREGIONS]; in swap_indices() local
195 index_positions[0] = 0; // since WLOG we have the high bit of the shapes at 0 in swap_indices()
199 int x = index_positions[region] & 3; in swap_indices()
200 int y = (index_positions[region] >> 2) & 3; in swap_indices()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/bc7/
H A Davpcl_mode6.cpp209 int index_positions[NREGIONS]; in swap_indices() local
211 index_positions[0] = 0; // since WLOG we have the high bit of the shapes at 0 in swap_indices()
215 int x = index_positions[region] & 3; in swap_indices()
216 int y = (index_positions[region] >> 2) & 3; in swap_indices()
H A Davpcl_mode4.cpp193 int index_positions[NREGIONS]; in swap_indices() local
195 index_positions[0] = 0; // since WLOG we have the high bit of the shapes at 0 in swap_indices()
199 int x = index_positions[region] & 3; in swap_indices()
200 int y = (index_positions[region] >> 2) & 3; in swap_indices()
H A Davpcl_mode5.cpp193 int index_positions[NREGIONS]; in swap_indices() local
195 index_positions[0] = 0; // since WLOG we have the high bit of the shapes at 0 in swap_indices()
199 int x = index_positions[region] & 3; in swap_indices()
200 int y = (index_positions[region] >> 2) & 3; in swap_indices()
/dports/math/libsemigroups/libsemigroups-1.3.7/include/libsemigroups/
H A Dkonieczny.hpp2240 index_positions(const_reference bm) { in index_positions() function in libsemigroups::Konieczny::RegularDClass
2887 = _left_idem_class->index_positions( in compute_H_class()
2895 = _right_idem_class->index_positions( in compute_H_class()
3020 = _left_idem_class->index_positions( in compute_mults()
3028 = _right_idem_class->index_positions( in compute_mults()
/dports/games/frozen-bubble/frozen-bubble-d6a0291/bin/
H A Dfrozen-bubble4191 my $index_positions = 0;
4195 my $grows = int($index_positions / $positions);
4196 my $angle = ($index_positions - $grows*$positions) * 2 * $PI / $positions;
4199 $index_positions++;