Searched refs:state_index (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/ext2ed/ |
D | main.c | 466 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/autotest/client/tests/ltp/ |
D | parse_ltp_out.py | 86 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/ |
D | parse_ltp_out.py | 82 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/grpc-grpc/tools/codegen/core/ |
D | gen_hpack_tables.cc | 181 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/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_batchbuffer.c | 932 const unsigned state_index = batch->state.bo->index; in submit_batch() local 933 if (state_index < batch->exec_count && in submit_batch() 934 batch->exec_bos[state_index] == batch->state.bo) { in submit_batch() 936 &batch->validation_list[state_index]; in submit_batch()
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 895 …for (uint32_t state_index = 0; state_index < dynamic_state_info.dynamicStateCount; ++state_index) { in manual_PreCallValidateCreateGraphicsPipelines() local 896 const auto &dynamic_state = dynamic_state_info.pDynamicStates[state_index]; in manual_PreCallValidateCreateGraphicsPipelines()
|