Home
last modified time | relevance | path

Searched refs:state_index (Results 1 – 5 of 5) 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/valgrind/coregrind/m_debuginfo/
Dtinfl.c196 #define TINFL_CR_RETURN(state_index, result) do { status = result; r->m_state = state_index; goto c… argument
197 #define TINFL_CR_RETURN_FOREVER(state_index, result) do { for ( ; ; ) { TINFL_CR_RETURN(state_index argument
202 #define TINFL_GET_BYTE(state_index, c) do { \ argument
206 TINFL_CR_RETURN(state_index, TINFL_STATUS_NEEDS_MORE_INPUT); \
218 #define TINFL_NEED_BITS(state_index, n) do { mz_uint c; TINFL_GET_BYTE(state_index, c); bit_buf |= … argument
219 #define TINFL_SKIP_BITS(state_index, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state_i… argument
220 #define TINFL_GET_BITS(state_index, b, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state… argument
226 #define TINFL_HUFF_BITBUF_FILL(state_index, pHuff) \ argument
238 … } TINFL_GET_BYTE(state_index, c); bit_buf |= (((tinfl_bit_buf_t)c) << num_bits); num_bits += 8; \
245 #define TINFL_HUFF_DECODE(state_index, sym, pHuff) do { \ argument
[all …]
/external/autotest/client/tests/ltp/
Dparse_ltp_out.py86 state_index = int(state_test_active)
87 if re.match(parse_states[state_index]['terminator'], line):
93 if m and m.group(1) in parse_states[state_index]['filters']:
94 parse_states[state_index]['filters'][m.group(1)] += 1
/external/autotest/client/site_tests/kernel_LTP/
Dparse_ltp_out.py82 state_index = int(state_test_active)
83 if re.match(parse_states[state_index]['terminator'], line):
89 if m and m.group(1) in parse_states[state_index]['filters']:
90 parse_states[state_index]['filters'][m.group(1)] += 1
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp2933 …for (uint32_t state_index = 0; state_index < pCreateInfos[i].pDynamicState->dynamicStateCount; ++s… in CreateGraphicsPipelines() local
2934 … if (pCreateInfos[i].pDynamicState->pDynamicStates[state_index] == VK_DYNAMIC_STATE_VIEWPORT) { in CreateGraphicsPipelines()
2936 …} else if (pCreateInfos[i].pDynamicState->pDynamicStates[state_index] == VK_DYNAMIC_STATE_SCISSOR)… in CreateGraphicsPipelines()