HomeSort by relevance Sort by last modified time
    Searched refs:state_index (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/ext2ed/
main.c 466 int state_index=-1; local
476 state_index++;
477 if (state==state_index) {
487 state_index++;
488 if (state==state_index)
498 state_index++;
499 if (state==state_index)
507 state_index++;
508 if (state==state_index)
  /external/autotest/client/site_tests/kernel_LTP/
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/autotest/client/tests/ltp/
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/valgrind/coregrind/m_debuginfo/
tinfl.c 196 #define TINFL_CR_RETURN(state_index, result) do { status = result; r->m_state = state_index; goto common_exit; case state_index:; } MZ_MACRO_END
197 #define TINFL_CR_RETURN_FOREVER(state_index, result) do { for ( ; ; ) { TINFL_CR_RETURN(state_index, result); } } MZ_MACRO_END
202 #define TINFL_GET_BYTE(state_index, c) do { \
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 |= (((tinfl_bit_buf_t)c) << num_bits); num_bits += 8; } while (num_bits < (mz_uint)(n))
219 #define TINFL_SKIP_BITS(state_index, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state_index, n); } bit_buf >>= (n); num_bi (…)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386-intel.c 336 const reg_entry *state_index = intel_state.index; local
370 if (!ret || !i386_intel_check(the_reg, base, state_index))
498 state_index = intel_state.index;
500 if (!i386_intel_check (the_reg, base, state_index)
507 ? state_index : intel_state.index)))
  /external/vulkan-validation-layers/layers/
parameter_validation_utils.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_validation.cpp     [all...]

Completed in 252 milliseconds