Home
last modified time | relevance | path

Searched refs:i_states (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dgcalc_tools.h48 int *i_states; variable
112 void set_states(int *shape_states) { i_states= shape_states; } in set_states()
114 void invert_i_state(gcalc_shape_info shape) { i_states[shape]^= 1; } in invert_i_state()
115 void set_i_state(gcalc_shape_info shape) { i_states[shape]= 1; } in set_i_state()
116 void clear_i_state(gcalc_shape_info shape) { i_states[shape]= 0; } in clear_i_state()
120 { return i_states[shape] | b_states[shape]; } in get_state()
121 int get_i_state(gcalc_shape_info shape) { return i_states[shape]; } in get_i_state()
H A Dgcalc_tools.cc121 i_states= (int *) (function_buffer.ptr() + ALIGN_SIZE(function_buffer.length())); in alloc_states()
122 b_states= i_states + (n_shapes + 1); in alloc_states()
145 result= i_states[n_shape] | b_states[n_shape]; in count_internal()
152 result= i_states[n_shape] && !b_states[n_shape]; in count_internal()
273 i_states[i]= 0; in clear_i_states()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dgcalc_tools.h48 int *i_states; variable
112 void set_states(int *shape_states) { i_states= shape_states; } in set_states()
114 void invert_i_state(gcalc_shape_info shape) { i_states[shape]^= 1; } in invert_i_state()
115 void set_i_state(gcalc_shape_info shape) { i_states[shape]= 1; } in set_i_state()
116 void clear_i_state(gcalc_shape_info shape) { i_states[shape]= 0; } in clear_i_state()
120 { return i_states[shape] | b_states[shape]; } in get_state()
121 int get_i_state(gcalc_shape_info shape) { return i_states[shape]; } in get_i_state()
H A Dgcalc_tools.cc121 i_states= (int *) (function_buffer.ptr() + ALIGN_SIZE(function_buffer.length())); in alloc_states()
122 b_states= i_states + (n_shapes + 1); in alloc_states()
145 result= i_states[n_shape] | b_states[n_shape]; in count_internal()
152 result= i_states[n_shape] && !b_states[n_shape]; in count_internal()
273 i_states[i]= 0; in clear_i_states()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dgcalc_tools.h48 int *i_states;
112 void set_states(int *shape_states) { i_states= shape_states; }
114 void invert_i_state(gcalc_shape_info shape) { i_states[shape]^= 1; }
115 void set_i_state(gcalc_shape_info shape) { i_states[shape]= 1; }
116 void clear_i_state(gcalc_shape_info shape) { i_states[shape]= 0; }
120 { return i_states[shape] | b_states[shape]; }
121 int get_i_state(gcalc_shape_info shape) { return i_states[shape]; }
H A Dgcalc_tools.cc121 i_states= (int *) (function_buffer.ptr() + ALIGN_SIZE(function_buffer.length())); in alloc_states()
122 b_states= i_states + (n_shapes + 1); in alloc_states()
145 result= i_states[n_shape] | b_states[n_shape]; in count_internal()
152 result= i_states[n_shape] && !b_states[n_shape]; in count_internal()
273 i_states[i]= 0; in clear_i_states()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dgcalc_tools.h48 int *i_states;
112 void set_states(int *shape_states) { i_states= shape_states; }
114 void invert_i_state(gcalc_shape_info shape) { i_states[shape]^= 1; }
115 void set_i_state(gcalc_shape_info shape) { i_states[shape]= 1; }
116 void clear_i_state(gcalc_shape_info shape) { i_states[shape]= 0; }
120 { return i_states[shape] | b_states[shape]; }
121 int get_i_state(gcalc_shape_info shape) { return i_states[shape]; }
H A Dgcalc_tools.cc121 i_states= (int *) (function_buffer.ptr() + ALIGN_SIZE(function_buffer.length()));
122 b_states= i_states + (n_shapes + 1);
145 result= i_states[n_shape] | b_states[n_shape];
152 result= i_states[n_shape] && !b_states[n_shape];
273 i_states[i]= 0;
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dgcalc_tools.h48 int *i_states; variable
112 void set_states(int *shape_states) { i_states= shape_states; } in set_states()
114 void invert_i_state(gcalc_shape_info shape) { i_states[shape]^= 1; } in invert_i_state()
115 void set_i_state(gcalc_shape_info shape) { i_states[shape]= 1; } in set_i_state()
116 void clear_i_state(gcalc_shape_info shape) { i_states[shape]= 0; } in clear_i_state()
120 { return i_states[shape] | b_states[shape]; } in get_state()
121 int get_i_state(gcalc_shape_info shape) { return i_states[shape]; } in get_i_state()
H A Dgcalc_tools.cc121 i_states= (int *) (function_buffer.ptr() + ALIGN_SIZE(function_buffer.length())); in alloc_states()
122 b_states= i_states + (n_shapes + 1); in alloc_states()
145 result= i_states[n_shape] | b_states[n_shape]; in count_internal()
152 result= i_states[n_shape] && !b_states[n_shape]; in count_internal()
273 i_states[i]= 0; in clear_i_states()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dgcalc_tools.h48 int *i_states; variable
112 void set_states(int *shape_states) { i_states= shape_states; } in set_states()
114 void invert_i_state(gcalc_shape_info shape) { i_states[shape]^= 1; } in invert_i_state()
115 void set_i_state(gcalc_shape_info shape) { i_states[shape]= 1; } in set_i_state()
116 void clear_i_state(gcalc_shape_info shape) { i_states[shape]= 0; } in clear_i_state()
120 { return i_states[shape] | b_states[shape]; } in get_state()
121 int get_i_state(gcalc_shape_info shape) { return i_states[shape]; } in get_i_state()
H A Dgcalc_tools.cc121 i_states= (int *) (function_buffer.ptr() + ALIGN_SIZE(function_buffer.length())); in alloc_states()
122 b_states= i_states + (n_shapes + 1); in alloc_states()
145 result= i_states[n_shape] | b_states[n_shape]; in count_internal()
152 result= i_states[n_shape] && !b_states[n_shape]; in count_internal()
273 i_states[i]= 0; in clear_i_states()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.h56 int *i_states; variable
116 void set_states(int *shape_states) { i_states= shape_states; } in set_states()
118 void invert_state(gcalc_shape_info shape) { i_states[shape]^= 1; } in invert_state()
119 int get_state(gcalc_shape_info shape) { return i_states[shape]; } in get_state()
125 void clear_state() { memset(i_states, 0, n_shapes * sizeof(int)); } in clear_state()
H A Dgcalc_tools.cc129 i_states= (int *) (function_buffer.ptr() + ALIGN_SIZE(function_buffer.length())); in alloc_states()
210 return i_states[c_op & ~(op_any | op_not)] ^ mask; in count_internal()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.h56 int *i_states; variable
116 void set_states(int *shape_states) { i_states= shape_states; } in set_states()
118 void invert_state(gcalc_shape_info shape) { i_states[shape]^= 1; } in invert_state()
119 int get_state(gcalc_shape_info shape) { return i_states[shape]; } in get_state()
125 void clear_state() { memset(i_states, 0, n_shapes * sizeof(int)); } in clear_state()
H A Dgcalc_tools.cc129 i_states= (int *) (function_buffer.ptr() + ALIGN_SIZE(function_buffer.length())); in alloc_states()
210 return i_states[c_op & ~(op_any | op_not)] ^ mask; in count_internal()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dgcalc_tools.h56 int *i_states; variable
116 void set_states(int *shape_states) { i_states= shape_states; } in set_states()
118 void invert_state(gcalc_shape_info shape) { i_states[shape]^= 1; } in invert_state()
119 int get_state(gcalc_shape_info shape) { return i_states[shape]; } in get_state()
125 void clear_state() { memset(i_states, 0, n_shapes * sizeof(int)); } in clear_state()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.h56 int *i_states; variable
116 void set_states(int *shape_states) { i_states= shape_states; } in set_states()
118 void invert_state(gcalc_shape_info shape) { i_states[shape]^= 1; } in invert_state()
119 int get_state(gcalc_shape_info shape) { return i_states[shape]; } in get_state()
125 void clear_state() { memset(i_states, 0, n_shapes * sizeof(int)); } in clear_state()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dgcalc_tools.h56 int *i_states; variable
116 void set_states(int *shape_states) { i_states= shape_states; } in set_states()
118 void invert_state(gcalc_shape_info shape) { i_states[shape]^= 1; } in invert_state()
119 int get_state(gcalc_shape_info shape) { return i_states[shape]; } in get_state()
125 void clear_state() { memset(i_states, 0, n_shapes * sizeof(int)); } in clear_state()
/dports/graphics/bmeps/dktools-4.31.1/src/dkct/
H A Ddkct-au.c527 dkct_au_stm_entries_delete(p->s_states, p->i_states); in dkct_au_stm_delete()
532 p->s_states = NULL; p->i_states = NULL; in dkct_au_stm_delete()
564 back->s_states = NULL; back->i_states = NULL; in dkct_au_stm_new()
582 if(back->s_states) { back->i_states = dk3sto_it_open(back->s_states); } in dkct_au_stm_new()
596 if((back->i_states) && (back->i_inputs) && (back->i_outputs)) { in dkct_au_stm_new()
949 psrc, stm->s_states, stm->i_states, p1, lineno, &ok1, 0 in dkct_au_add_rule()
955 psrc, stm->s_states, stm->i_states, p3, lineno, &ok3, 0 in dkct_au_add_rule()
1306 sfound = dkct_au_stm_entries_check(stm->i_states); in dkct_au_stm_check()
1311 if(!dkct_au_set_values(psrc, stm, stm->i_states, 0)) { back = 0; } in dkct_au_stm_check()
1505 dkct_au_write_entry_storage(psrc, stm, stm->i_states, 13); in dkct_au_write_entries()
[all …]
H A Ddkct-au.ctr520 dkct_au_stm_entries_delete(p->s_states, p->i_states);
525 p->s_states = NULL; p->i_states = NULL;
557 back->s_states = NULL; back->i_states = NULL;
575 if(back->s_states) { back->i_states = dk3sto_it_open(back->s_states); }
589 if((back->i_states) && (back->i_inputs) && (back->i_outputs)) {
942 psrc, stm->s_states, stm->i_states, p1, lineno, &ok1, 0
948 psrc, stm->s_states, stm->i_states, p3, lineno, &ok3, 0
1299 sfound = dkct_au_stm_entries_check(stm->i_states);
1304 if(!dkct_au_set_values(psrc, stm, stm->i_states, 0)) { back = 0; }
1498 dkct_au_write_entry_storage(psrc, stm, stm->i_states, 13);
[all …]
H A Ddkct-tr.h46 dk3_sto_it_t *i_states; /**< Iterator for states. */ member
/dports/devel/dparser/dparser-1.31/
H A Dlex.c137 uint i, i_alldfas, i_states, i_char; in nfa_to_scanner() local
148 for (i_states = 0; i_states < x->states.n; i_states++) { in nfa_to_scanner()
149 for (i = 0; i < x->states.v[i_states]->chars[i_char].n; i++) { in nfa_to_scanner()
151 set_add(&y->states, x->states.v[i_states]->chars[i_char].v[i]); in nfa_to_scanner()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Domxil.h74 int *i_states; member
H A Domxil.c2040 p_port->p_hwbuf->i_states[i_index] = i_state; in HwBuffer_ChangeState()
2258 p_port->p_hwbuf->i_states = calloc( p_port->p_hwbuf->i_buffers, sizeof(int) ); in HwBuffer_AllocateBuffers()
2259 if( !p_port->p_hwbuf->i_states ) in HwBuffer_AllocateBuffers()
2313 if( p_handle && p_port->p_hwbuf->i_states[i] == BUF_STATE_OWNED ) in HwBuffer_FreeBuffers()
2329 free( p_port->p_hwbuf->i_states ); in HwBuffer_FreeBuffers()
2330 p_port->p_hwbuf->i_states = NULL; in HwBuffer_FreeBuffers()
2353 if( p_header && p_port->p_hwbuf->i_states[i] == BUF_STATE_OWNED ) in HwBuffer_Start()

12