Home
last modified time | relevance | path

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

/external/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()
/external/libchrome/base/i18n/
Dbuild_utf8_validator_tables.cc404 for (uint8_t state_index = 0; state_index < states.size(); ++state_index) { in PrintStates() local
405 const uint8_t shift = shifts[state_index]; in PrintStates()
410 static_cast<int>(state_index), in PrintStates()
411 static_cast<int>(state_offset[state_index])); in PrintStates()
414 if (next_range < states[state_index].size() && in PrintStates()
415 states[state_index][next_range].from == i) { in PrintStates()
416 target_state = states[state_index][next_range].target_state; in PrintStates()
/external/grpc-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()
/external/rust/crates/grpcio-sys/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()
/external/python/cpython3/Parser/pgen/
Dgrammar.py128 n_arcs=narcs, dfa_index=dfaindex, state_index=stateindex
138 dfa_index=dfaindex, state_index=stateindex, n_arcs=narcs
/external/autotest/server/cros/servo/
Dpd_console.py510 state_index, state_name = m.groups()
511 if state_index is None:
515 mapped_name = self.PD_STATE_NAMES[int(state_index)]
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c603 #define TINFL_CR_RETURN(state_index, result) do { status = result; r->m_state = state_index; goto c… argument
604 #define TINFL_CR_RETURN_FOREVER(state_index, result) do { for ( ; ; ) { TINFL_CR_RETURN(state_index argument
609 #define TINFL_GET_BYTE(state_index, c) do { \ argument
613 TINFL_CR_RETURN(state_index, TINFL_STATUS_NEEDS_MORE_INPUT); \
625 #define TINFL_NEED_BITS(state_index, n) do { mz_uint c; TINFL_GET_BYTE(state_index, c); bit_buf |= … argument
626 #define TINFL_SKIP_BITS(state_index, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state_i… argument
627 #define TINFL_GET_BITS(state_index, b, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state… argument
633 #define TINFL_HUFF_BITBUF_FILL(state_index, pHuff) \ argument
645 … } TINFL_GET_BYTE(state_index, c); bit_buf |= (((tinfl_bit_buf_t)c) << num_bits); num_bits += 8; \
652 #define TINFL_HUFF_DECODE(state_index, sym, pHuff) do { \ argument
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c793 const unsigned state_index = batch->state.bo->index; in submit_batch() local
794 if (state_index < batch->exec_count && in submit_batch()
795 batch->exec_bos[state_index] == batch->state.bo) { in submit_batch()
797 &batch->validation_list[state_index]; in submit_batch()
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp923 …for (uint32_t state_index = 0; state_index < dynamic_state_info.dynamicStateCount; ++state_index) { in manual_PreCallValidateCreateGraphicsPipelines() local
924 const auto &dynamic_state = dynamic_state_info.pDynamicStates[state_index]; in manual_PreCallValidateCreateGraphicsPipelines()