Home
last modified time | relevance | path

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

/third_party/e2fsprogs/ext2ed/
Dmain.c466 int state_index=-1; in complete_command() local
476 state_index++; in complete_command()
477 if (state==state_index) { in complete_command()
487 state_index++; in complete_command()
488 if (state==state_index) in complete_command()
498 state_index++; in complete_command()
499 if (state==state_index) in complete_command()
507 state_index++; in complete_command()
508 if (state==state_index) in complete_command()
/third_party/grpc/tools/codegen/core/
Dgen_hpack_tables.cc181 static unsigned state_index(unsigned bitofs, symset syms, unsigned *isnew) { in state_index() function
225 unsigned st = state_index(bitofs, syms, &isnew); in build_dec_tbl()
293 build_dec_tbl(state_index(0, symset_all(), &i), 0, 0, 0, NOT_SET, in generate_huff_tables()
/third_party/boost/boost/spirit/home/support/detail/lexer/
Dconsts.hpp20 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, enumerator
Dinput.hpp211 end_start_state_ = *(ptr_ + state_index); in next()
228 end_start_state_ = *(ptr_ + state_index); in next()
303 end_start_state_ = *(ptr_ + state_index); in next()
Dfile_input.hpp259 start_state_ = *(ptr_ + state_index); in next()
282 start_state_ = *(ptr_ + state_index); in next()
Dgenerator.hpp427 dfa_[old_size_ + state_index] = state_; in closure()
821 new_ptr_[state_index] = ptr_[state_index]; in minimise_dfa()
Dstate_machine.hpp377 state_->_state = *(read_ptr_ + state_index); in human_readable()
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Diterator_tokenizer.hpp101 end_start_state_ = *(ptr_ + boost::lexer::state_index); in next()
118 end_start_state_ = *(ptr_ + boost::lexer::state_index); in next()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dconjure_static_lexer.hpp36 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, in next_token_conjure_static() enumerator
/third_party/boost/libs/spirit/example/lex/static_lexer/
Dword_count_lexer_static.hpp36 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, in next_token_wcl() enumerator
Dword_count_static.hpp36 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, in next_token_wc() enumerator
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dconjure_static_lexer.hpp36 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, in next_token_conjure_static() enumerator
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c847 const unsigned state_index = batch->state.bo->index; in submit_batch() local
848 if (state_index < batch->exec_count && in submit_batch()
849 batch->exec_bos[state_index] == batch->state.bo) { in submit_batch()
851 &batch->validation_list[state_index]; in submit_batch()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c813 const unsigned state_index = batch->state.bo->index; in submit_batch() local
814 if (state_index < batch->exec_count && in submit_batch()
815 batch->exec_bos[state_index] == batch->state.bo) { in submit_batch()
817 &batch->validation_list[state_index]; in submit_batch()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c3435 int state_index = -1; in si_delete_shader() local
3441 state_index = SI_STATE_IDX(ls); in si_delete_shader()
3444 state_index = SI_STATE_IDX(es); in si_delete_shader()
3446 state_index = SI_STATE_IDX(gs); in si_delete_shader()
3448 state_index = SI_STATE_IDX(vs); in si_delete_shader()
3452 state_index = SI_STATE_IDX(hs); in si_delete_shader()
3457 state_index = SI_STATE_IDX(es); in si_delete_shader()
3459 state_index = SI_STATE_IDX(gs); in si_delete_shader()
3461 state_index = SI_STATE_IDX(vs); in si_delete_shader()
3466 state_index = SI_STATE_IDX(vs); in si_delete_shader()
[all …]