Home
last modified time | relevance | path

Searched refs:state_index (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/math/py-or-tools/or-tools-9.2/examples/python/
H A Darc_flow_cutting_stock_sat.py85 for state_index in range(num_states):
86 current_state = states[state_index]
87 current_state_index = state_index
144 for state_index, state in enumerate(states):
145 if state_index == 0:
155 for state_index in range(1, len(states)):
157 sum(incoming_vars[state_index]) == sum(outgoing_vars[state_index]))
224 for state_index, state in enumerate(states):
225 if state_index == 0:
235 for state_index in range(1, len(states)):
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c2082 int state_index = 0; in radeon_atombios_parse_power_table_1_3() local
2167 state_index++; in radeon_atombios_parse_power_table_1_3()
2203 state_index++; in radeon_atombios_parse_power_table_1_3()
2245 state_index++; in radeon_atombios_parse_power_table_1_3()
2251 if (state_index && state_index < num_modes) { in radeon_atombios_parse_power_table_1_3()
2268 return state_index; in radeon_atombios_parse_power_table_1_3()
2638 state_index++; in radeon_atombios_parse_power_table_4_5()
2655 return state_index; in radeon_atombios_parse_power_table_4_5()
2734 state_index++; in radeon_atombios_parse_power_table_6()
2752 return state_index; in radeon_atombios_parse_power_table_6()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c2082 int state_index = 0; in radeon_atombios_parse_power_table_1_3() local
2167 state_index++; in radeon_atombios_parse_power_table_1_3()
2203 state_index++; in radeon_atombios_parse_power_table_1_3()
2245 state_index++; in radeon_atombios_parse_power_table_1_3()
2251 if (state_index && state_index < num_modes) { in radeon_atombios_parse_power_table_1_3()
2268 return state_index; in radeon_atombios_parse_power_table_1_3()
2638 state_index++; in radeon_atombios_parse_power_table_4_5()
2655 return state_index; in radeon_atombios_parse_power_table_4_5()
2734 state_index++; in radeon_atombios_parse_power_table_6()
2752 return state_index; in radeon_atombios_parse_power_table_6()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c2082 int state_index = 0; in radeon_atombios_parse_power_table_1_3() local
2167 state_index++; in radeon_atombios_parse_power_table_1_3()
2203 state_index++; in radeon_atombios_parse_power_table_1_3()
2245 state_index++; in radeon_atombios_parse_power_table_1_3()
2251 if (state_index && state_index < num_modes) { in radeon_atombios_parse_power_table_1_3()
2268 return state_index; in radeon_atombios_parse_power_table_1_3()
2638 state_index++; in radeon_atombios_parse_power_table_4_5()
2655 return state_index; in radeon_atombios_parse_power_table_4_5()
2734 state_index++; in radeon_atombios_parse_power_table_6()
2752 return state_index; in radeon_atombios_parse_power_table_6()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios.c2053 int state_index = 0; in radeon_atombios_parse_power_table_1_3() local
2062 return state_index; in radeon_atombios_parse_power_table_1_3()
2132 state_index++; in radeon_atombios_parse_power_table_1_3()
2168 state_index++; in radeon_atombios_parse_power_table_1_3()
2210 state_index++; in radeon_atombios_parse_power_table_1_3()
2226 return state_index; in radeon_atombios_parse_power_table_1_3()
2574 state_index++; in radeon_atombios_parse_power_table_4_5()
2591 return state_index; in radeon_atombios_parse_power_table_4_5()
2668 state_index++; in radeon_atombios_parse_power_table_6()
2686 return state_index; in radeon_atombios_parse_power_table_6()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/std/json/
H A Dwrite_stream.zig30 state_index: usize,
36 .state_index = 1,
59 const state = self.state[self.state_index];
69 self.state[self.state_index] = .Array;
77 const state = self.state[self.state_index];
100 switch (self.state[self.state_index]) {
120 switch (self.state[self.state_index]) {
204 assert(self.state_index >= 1);
210 self.state_index += 1;
211 self.state[self.state_index] = state;
[all …]
/dports/lang/zig/zig-0.9.0/lib/std/json/
H A Dwrite_stream.zig30 state_index: usize,
36 .state_index = 1,
59 const state = self.state[self.state_index];
69 self.state[self.state_index] = .Array;
77 const state = self.state[self.state_index];
100 switch (self.state[self.state_index]) {
120 switch (self.state[self.state_index]) {
204 assert(self.state_index >= 1);
210 self.state_index += 1;
211 self.state[self.state_index] = state;
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/lr1/lane_table/table/
H A Dmod.rs98 .map(|&(state_index, _)| state_index) in beachhead_states()
105 for (&(state_index, conflict_index), token_set) in &self.lookaheads { in context_set()
106 if state_index == state { in context_set()
119 for (&(state_index, conflict_index), token_set) in &self.lookaheads { in rows()
122 state_index, conflict_index, token_set in rows()
125 map.entry(state_index) in rows()
132 state_index, conflict_index, token_set); in rows()
133 return Err(state_index); in rows()
141 for (&state_index, _) in &self.successors { in rows()
142 map.entry(state_index) in rows()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/lr1/lane_table/table/
H A Dmod.rs98 .map(|&(state_index, _)| state_index) in beachhead_states()
105 for (&(state_index, conflict_index), token_set) in &self.lookaheads { in context_set()
106 if state_index == state { in context_set()
119 for (&(state_index, conflict_index), token_set) in &self.lookaheads { in rows()
122 state_index, conflict_index, token_set in rows()
125 map.entry(state_index) in rows()
132 state_index, conflict_index, token_set); in rows()
133 return Err(state_index); in rows()
141 for (&state_index, _) in &self.successors { in rows()
142 map.entry(state_index) in rows()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/lr1/lane_table/table/
H A Dmod.rs98 .map(|&(state_index, _)| state_index) in beachhead_states()
105 for (&(state_index, conflict_index), token_set) in &self.lookaheads { in context_set()
106 if state_index == state { in context_set()
119 for (&(state_index, conflict_index), token_set) in &self.lookaheads { in rows()
122 state_index, conflict_index, token_set in rows()
125 map.entry(state_index) in rows()
132 state_index, conflict_index, token_set); in rows()
133 return Err(state_index); in rows()
141 for (&state_index, _) in &self.successors { in rows()
142 map.entry(state_index) in rows()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/lexer/dfa/
H A Dinterpret.rs5 let mut state_index = START; in interpret() localVariable
8 let state = &dfa.states[state_index.0]; in interpret()
11 .state(state_index) in interpret()
24 state_index = target; in interpret()
26 state_index = state.other_edge; in interpret()
29 match dfa.state(state_index).kind { in interpret()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/lexer/dfa/
H A Dinterpret.rs5 let mut state_index = START; in interpret() localVariable
8 let state = &dfa.states[state_index.0]; in interpret()
11 .state(state_index) in interpret()
24 state_index = target; in interpret()
26 state_index = state.other_edge; in interpret()
29 match dfa.state(state_index).kind { in interpret()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/lexer/dfa/
H A Dinterpret.rs5 let mut state_index = START; in interpret() localVariable
8 let state = &dfa.states[state_index.0]; in interpret()
11 .state(state_index) in interpret()
24 state_index = target; in interpret()
26 state_index = state.other_edge; in interpret()
29 match dfa.state(state_index).kind { in interpret()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libfaad/libfaad/
H A Dtns.c248 int8_t state_index = 0; in tns_ar_filter() local
255 y -= MUL_C(state[state_index+j], lpc[j+1]); in tns_ar_filter()
258 state_index--; in tns_ar_filter()
259 if (state_index < 0) in tns_ar_filter()
260 state_index = order-1; in tns_ar_filter()
261 state[state_index] = state[state_index + order] = y; in tns_ar_filter()
291 int8_t state_index = 0; in tns_ma_filter() local
301 state_index--; in tns_ma_filter()
302 if (state_index < 0) in tns_ma_filter()
303 state_index = order-1; in tns_ma_filter()
[all …]
/dports/audio/faad/faad2-c626366/libfaad/
H A Dtns.c248 int8_t state_index = 0; in tns_ar_filter() local
255 y -= MUL_C(state[state_index+j], lpc[j+1]); in tns_ar_filter()
258 state_index--; in tns_ar_filter()
259 if (state_index < 0) in tns_ar_filter()
260 state_index = order-1; in tns_ar_filter()
261 state[state_index] = state[state_index + order] = y; in tns_ar_filter()
291 int8_t state_index = 0; in tns_ma_filter() local
301 state_index--; in tns_ma_filter()
302 if (state_index < 0) in tns_ma_filter()
303 state_index = order-1; in tns_ma_filter()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libfaad/
H A Dtns.c248 int8_t state_index = 0; in tns_ar_filter() local
255 y -= MUL_C(state[state_index+j], lpc[j+1]); in tns_ar_filter()
258 state_index--; in tns_ar_filter()
259 if (state_index < 0) in tns_ar_filter()
260 state_index = order-1; in tns_ar_filter()
261 state[state_index] = state[state_index + order] = y; in tns_ar_filter()
291 int8_t state_index = 0; in tns_ma_filter() local
301 state_index--; in tns_ma_filter()
302 if (state_index < 0) in tns_ma_filter()
303 state_index = order-1; in tns_ma_filter()
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/faad2/libfaad/
H A Dtns.c248 int8_t state_index = 0; in tns_ar_filter() local
255 y -= MUL_C(state[state_index+j], lpc[j+1]); in tns_ar_filter()
258 state_index--; in tns_ar_filter()
259 if (state_index < 0) in tns_ar_filter()
260 state_index = order-1; in tns_ar_filter()
261 state[state_index] = state[state_index + order] = y; in tns_ar_filter()
291 int8_t state_index = 0; in tns_ma_filter() local
301 state_index--; in tns_ma_filter()
302 if (state_index < 0) in tns_ma_filter()
303 state_index = order-1; in tns_ma_filter()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/m4adecoder/libfaad/
H A Dtns.c248 int8_t state_index = 0; in tns_ar_filter() local
255 y -= MUL_C(state[state_index+j], lpc[j+1]); in tns_ar_filter()
258 state_index--; in tns_ar_filter()
259 if (state_index < 0) in tns_ar_filter()
260 state_index = order-1; in tns_ar_filter()
261 state[state_index] = state[state_index + order] = y; in tns_ar_filter()
291 int8_t state_index = 0; in tns_ma_filter() local
301 state_index--; in tns_ma_filter()
302 if (state_index < 0) in tns_ma_filter()
303 state_index = order-1; in tns_ma_filter()
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/rand/
H A Dmd_rand.c186 state_index=0; in ssleay_rand_cleanup()
228 st_idx=state_index; in ssleay_rand_add()
240 state_index += num; in ssleay_rand_add()
241 if (state_index >= STATE_SIZE) in ssleay_rand_add()
243 state_index%=STATE_SIZE; in ssleay_rand_add()
248 if (state_index > state_num) in ssleay_rand_add()
249 state_num=state_index; in ssleay_rand_add()
445 st_idx=state_index; in ssleay_rand_bytes()
451 state_index+=num_ceil; in ssleay_rand_bytes()
452 if (state_index > state_num) in ssleay_rand_bytes()
[all …]
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/rand/
H A Dmd_rand.c186 state_index = 0; in ssleay_rand_cleanup()
227 st_idx = state_index; in ssleay_rand_add()
240 state_index += num; in ssleay_rand_add()
241 if (state_index >= STATE_SIZE) { in ssleay_rand_add()
242 state_index %= STATE_SIZE; in ssleay_rand_add()
245 if (state_index > state_num) in ssleay_rand_add()
246 state_num = state_index; in ssleay_rand_add()
440 st_idx = state_index; in ssleay_rand_bytes()
446 state_index += num_ceil; in ssleay_rand_bytes()
447 if (state_index > state_num) in ssleay_rand_bytes()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/lr1/
H A Dstate_graph.rs63 while let Some((state_index, symbols)) = stack.pop() { in trace_back()
67 .edges_directed(NodeIndex::new(state_index.0), EdgeDirection::Incoming) in trace_back()
72 result.push(state_index); in trace_back()
80 pub fn successors(&self, state_index: StateIndex) -> Vec<StateIndex> { in successors()
82 .edges_directed(NodeIndex::new(state_index.0), EdgeDirection::Outgoing) in successors()
87 pub fn predecessors(&self, state_index: StateIndex, symbol: Symbol) -> Vec<StateIndex> { in predecessors()
89 .edges_directed(NodeIndex::new(state_index.0), EdgeDirection::Incoming) in predecessors()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/lr1/
H A Dstate_graph.rs63 while let Some((state_index, symbols)) = stack.pop() { in trace_back()
67 .edges_directed(NodeIndex::new(state_index.0), EdgeDirection::Incoming) in trace_back()
72 result.push(state_index); in trace_back()
80 pub fn successors(&self, state_index: StateIndex) -> Vec<StateIndex> { in successors()
82 .edges_directed(NodeIndex::new(state_index.0), EdgeDirection::Outgoing) in successors()
87 pub fn predecessors(&self, state_index: StateIndex, symbol: Symbol) -> Vec<StateIndex> { in predecessors()
89 .edges_directed(NodeIndex::new(state_index.0), EdgeDirection::Incoming) in predecessors()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/lr1/
H A Dstate_graph.rs63 while let Some((state_index, symbols)) = stack.pop() { in trace_back()
67 .edges_directed(NodeIndex::new(state_index.0), EdgeDirection::Incoming) in trace_back()
72 result.push(state_index); in trace_back()
80 pub fn successors(&self, state_index: StateIndex) -> Vec<StateIndex> { in successors()
82 .edges_directed(NodeIndex::new(state_index.0), EdgeDirection::Outgoing) in successors()
87 pub fn predecessors(&self, state_index: StateIndex, symbol: Symbol) -> Vec<StateIndex> { in predecessors()
89 .edges_directed(NodeIndex::new(state_index.0), EdgeDirection::Incoming) in predecessors()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/rand/
H A Dmd_rand.c185 state_index = 0; in ssleay_rand_cleanup()
231 st_idx = state_index; in ssleay_rand_add()
244 state_index += num; in ssleay_rand_add()
245 if (state_index >= STATE_SIZE) { in ssleay_rand_add()
246 state_index %= STATE_SIZE; in ssleay_rand_add()
249 if (state_index > state_num) in ssleay_rand_add()
250 state_num = state_index; in ssleay_rand_add()
446 st_idx = state_index; in ssleay_rand_bytes()
452 state_index += num_ceil; in ssleay_rand_bytes()
453 if (state_index > state_num) in ssleay_rand_bytes()
[all …]
/dports/audio/aacgain/aacgain-1.8/faad2/libfaad/
H A Dtns.c245 int8_t state_index = 0; in tns_ar_filter() local
252 y -= MUL_C(state[state_index+j], lpc[j+1]); in tns_ar_filter()
255 state_index--; in tns_ar_filter()
256 if (state_index < 0) in tns_ar_filter()
257 state_index = order-1; in tns_ar_filter()
258 state[state_index] = state[state_index + order] = y; in tns_ar_filter()
288 int8_t state_index = 0; in tns_ma_filter() local
298 state_index--; in tns_ma_filter()
299 if (state_index < 0) in tns_ma_filter()
300 state_index = order-1; in tns_ma_filter()
[all …]

12345678910>>...17