| /src/external/gpl3/binutils/dist/libiberty/ |
| strverscmp.c | 100 static const unsigned int next_state[] = local 134 state = next_state[state];
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| strverscmp.c | 100 static const unsigned int next_state[] = local 134 state = next_state[state];
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| strverscmp.c | 100 static const unsigned int next_state[] = local 134 state = next_state[state];
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| strverscmp.c | 100 static const unsigned int next_state[] = local 134 state = next_state[state];
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| strverscmp.c | 100 static const unsigned int next_state[] = local 134 state = next_state[state];
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| strverscmp.c | 100 static const unsigned int next_state[] = local 134 state = next_state[state];
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| state-machine.c | 80 state_machine_state_t next_state = state; local 83 state_machine_decl_t *new_state = state_machine_state_get(state_header, next_state); 87 state_header->state_machine_type_name, state_header->name, next_state); 91 state_header->state = next_state; 95 next_state = action(state_header, NULL); 97 } while (next_state != state_machine_state_invalid); 192 state_machine_state_t next_state = state->action(state_header, event); local 193 if (next_state != state_machine_state_invalid) { 194 state_machine_next_state(state_header, next_state);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| test-api.c | 110 test_state_t *next_state = state->next; local 111 next_state->test_complete = true; 112 next_state->finished_tests = state; 113 if (next_state->continue_testing == NULL) { 114 TEST_FAIL(next_state, "no continue function"); 116 next_state->continue_testing(next_state);
|
| /src/external/bsd/tre/dist/lib/ |
| tre-match-backtrack.c | 360 tre_tnfa_transition_t *next_state; local 523 next_state = NULL; 541 if (next_state == NULL) 545 next_state = trans_i->state; 571 if (next_state != NULL) 574 state = next_state;
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| infinite-loop.cc | 478 feasibility_state next_state (state); 483 if (next_state.maybe_update_for_edge (logger, 487 succs.push_back (pair_t (next_state, out_edge)); 506 const feasibility_state &next_state = succs[0].first; local 517 next_state, 522 state = next_state;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ser-base.c | 70 int next_state; local 76 next_state = FD_SCHEDULED; 80 next_state = create_timer (0, push_event, scb); 87 next_state = FD_SCHEDULED; 91 next_state = create_timer (0, push_event, scb); 99 next_state = FD_SCHEDULED; 102 next_state = scb->async_state; 107 switch (next_state) 121 scb->async_state = next_state;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ser-base.c | 70 int next_state; local 76 next_state = FD_SCHEDULED; 80 next_state = create_timer (0, push_event, scb); 87 next_state = FD_SCHEDULED; 91 next_state = create_timer (0, push_event, scb); 99 next_state = FD_SCHEDULED; 102 next_state = scb->async_state; 107 switch (next_state) 121 scb->async_state = next_state;
|
| /src/external/public-domain/xz/dist/src/liblzma/lzma/ |
| lzma_decoder.c | 468 static const lzma_lzma_state next_state[] = { local 482 state = next_state[state];
|
| /src/crypto/external/bsd/openssh/dist/ |
| krl.c | 589 int next_state, state = 0; local 622 next_state = choose_next_state(state, contig, final, 629 if (state != 0 && (force_new_sect || next_state != state || 650 if (next_state != state || force_new_sect) { 652 next_state)); 653 state = next_state;
|
| /src/external/ibm-public/postfix/dist/src/postscreen/ |
| postscreen_smtpd.c | 781 int next_state; member in struct:cmd_trans 867 state->read_state = transp->next_state; 869 state->read_state = cmd_trans[0].next_state;
|
| /src/external/bsd/unbound/dist/iterator/ |
| iterator.c | 182 next_state(struct iter_qstate* iq, enum iter_state nextstate) function 211 return next_state(iq, iq->final_state); 1410 return next_state(iq, COLLECT_CLASS_STATE); 1461 next_state(iq, FINISHED_STATE); 1478 return next_state(iq, INIT_REQUEST_STATE); 1552 return next_state(iq, INIT_REQUEST_STATE); 1596 return next_state(iq, QUERYTARGETS_STATE); 1654 return next_state(iq, INIT_REQUEST_2_STATE); 1683 return next_state(iq, INIT_REQUEST_2_STATE); 1780 return next_state(iq, INIT_REQUEST_2_STATE) [all...] |
| /src/external/bsd/unbound/dist/respip/ |
| respip.c | 1108 enum module_ext_state next_state = module_finished; local 1152 next_state = module_wait_subquery; 1156 qstate->ext_state[id] = next_state;
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_proto.c | 1553 NOCLOBBER int next_state; local 1704 next_state = SMTP_STATE_XFORWARD_PROTO_HELO; 1706 next_state = SMTP_STATE_MAIL; 1733 next_state = SMTP_STATE_MAIL; 1824 next_state = SMTP_STATE_RCPT; 1874 next_state = (DEL_REQ_TRACE_ONLY(request->flags) 1885 next_state = SMTP_STATE_DOT; 1900 next_state = THIS_SESSION_IS_CACHED ? 1918 next_state = THIS_SESSION_IS_CACHED ? 1930 next_state = SMTP_STATE_LAST [all...] |
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| smtp-sink.c | 908 int next_state; member in struct:data_trans 936 state->data_state = dp->next_state; 938 state->data_state = data_trans[0].next_state; 1151 int next_state; member in struct:cmd_trans 1192 state->data_state = cp->next_state; 1194 state->data_state = cmd_trans[0].next_state;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| keymgr.c | 542 * If 'next_state' is set (not NA), we are pretending as if record 'type' of 548 dst_key_state_t next_state, 557 if (next_state != NA && i == type && 561 state = next_state; 620 dst_key_state_t next_state, 684 if (keymgr_key_match_state(y->key, key, type, next_state, zst)) 691 next_state, keyring)); 702 * If 'next_state' is not NA, we are actually looking for a key as if 709 int type, dst_key_state_t next_state, 723 next_state, states) 1413 dst_key_state_t state, next_state; local [all...] |
| /src/external/bsd/openldap/dist/libraries/liblunicode/ure/ |
| ure.c | 244 ucs2_t next_state; member in struct:__anon7725 1801 tp->next_state = buf->states.states[sp->trans[j].rhs].id; 1942 fprintf(out, "S%hd", sp->trans[j].next_state); 2064 stp = dfa->states + stp->trans[i].next_state; 2110 stp = dfa->states + stp->trans[i].next_state;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-cris.c | 527 relax_substateT next_state; local 578 for (next_state = this_type->rlx_more; next_state;) 580 next_state = 0; 584 this_state = next_state; 586 next_state = this_type->rlx_more; 592 for (next_state = this_type->rlx_more; next_state;) 594 next_state = 0; 598 this_state = next_state; [all...] |
| tc-m68hc11.c | 3881 relax_substateT next_state; 3925 for (next_state = this_type->rlx_more; next_state;) 3927 next_state = 0; 3931 this_state = next_state; 3933 next_state = this_type->rlx_more; 3939 for (next_state = this_type->rlx_more; next_state;) 3941 next_state = 0; 3945 this_state = next_state; 3871 relax_substateT next_state; local [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| write.c | 2548 relax_substateT next_state; local 2616 for (next_state = this_type->rlx_more; next_state;) 2618 next_state = 0; 2622 this_state = next_state; 2624 next_state = this_type->rlx_more; 2630 for (next_state = this_type->rlx_more; next_state;) 2632 next_state = 0; 2636 this_state = next_state; [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-cris.c | 527 relax_substateT next_state; local 578 for (next_state = this_type->rlx_more; next_state;) 580 next_state = 0; 584 this_state = next_state; 586 next_state = this_type->rlx_more; 592 for (next_state = this_type->rlx_more; next_state;) 594 next_state = 0; 598 this_state = next_state; [all...] |