| /dragonfly/contrib/gdb-7/gdb/ |
| HD | ser-base.c | 71 int next_state; in reschedule() local 77 next_state = FD_SCHEDULED; in reschedule() 81 next_state = create_timer (0, push_event, scb); in reschedule() 88 next_state = FD_SCHEDULED; in reschedule() 92 next_state = create_timer (0, push_event, scb); in reschedule() 100 next_state = FD_SCHEDULED; in reschedule() 103 next_state = scb->async_state; in reschedule() 108 switch (next_state) in reschedule() 122 scb->async_state = next_state; in reschedule()
|
| /dragonfly/contrib/tre/lib/ |
| HD | tre-match-backtrack.c | 382 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local 618 next_state = NULL; in tre_tnfa_run_backtrack() 636 if (next_state == NULL) in tre_tnfa_run_backtrack() 640 next_state = trans_i->state; in tre_tnfa_run_backtrack() 668 if (next_state != NULL) in tre_tnfa_run_backtrack() 671 state = next_state; in tre_tnfa_run_backtrack()
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | strverscmp.c | 100 static const unsigned int next_state[] = in strverscmp() local 134 state = next_state[state]; in strverscmp()
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | strverscmp.c | 100 static const unsigned int next_state[] = in strverscmp() local 134 state = next_state[state]; in strverscmp()
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | strverscmp.c | 100 static const unsigned int next_state[] = in strverscmp() local 134 state = next_state[state]; in strverscmp()
|
| /dragonfly/contrib/binutils-2.27/gas/ |
| HD | write.c | 2240 relax_substateT next_state; in relax_frag() local 2308 for (next_state = this_type->rlx_more; next_state;) in relax_frag() 2310 next_state = 0; in relax_frag() 2314 this_state = next_state; in relax_frag() 2316 next_state = this_type->rlx_more; in relax_frag() 2322 for (next_state = this_type->rlx_more; next_state;) in relax_frag() 2324 next_state = 0; in relax_frag() 2328 this_state = next_state; in relax_frag() 2330 next_state = this_type->rlx_more; in relax_frag()
|
| /dragonfly/contrib/binutils-2.34/gas/ |
| HD | write.c | 2495 relax_substateT next_state; in relax_frag() local 2563 for (next_state = this_type->rlx_more; next_state;) in relax_frag() 2565 next_state = 0; in relax_frag() 2569 this_state = next_state; in relax_frag() 2571 next_state = this_type->rlx_more; in relax_frag() 2577 for (next_state = this_type->rlx_more; next_state;) in relax_frag() 2579 next_state = 0; in relax_frag() 2583 this_state = next_state; in relax_frag() 2585 next_state = this_type->rlx_more; in relax_frag()
|
| /dragonfly/crypto/openssh/ |
| HD | krl.c | 579 int next_state, state = 0; in revoked_certs_generate() local 612 next_state = choose_next_state(state, contig, final, in revoked_certs_generate() 619 if (state != 0 && (force_new_sect || next_state != state || in revoked_certs_generate() 640 if (next_state != state || force_new_sect) { in revoked_certs_generate() 642 next_state)); in revoked_certs_generate() 643 state = next_state; in revoked_certs_generate()
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | regexec.c | 123 re_dfastate_t *next_state) internal_function; 2300 re_dfastate_t *next_state) in merge_state_with_log() argument 2307 mctx->state_log[cur_idx] = next_state; in merge_state_with_log() 2312 mctx->state_log[cur_idx] = next_state; in merge_state_with_log() 2325 if (next_state != NULL) in merge_state_with_log() 2327 table_nodes = next_state->entrance_nodes; in merge_state_with_log() 2341 next_state = mctx->state_log[cur_idx] in merge_state_with_log() 2350 if (BE (dfa->nbackref, 0) && next_state != NULL) in merge_state_with_log() 2355 *err = check_subexp_matching_top (mctx, &next_state->nodes, in merge_state_with_log() 2361 if (next_state->has_backref) in merge_state_with_log() [all …]
|
| /dragonfly/contrib/grep/lib/ |
| HD | regexec.c | 117 re_dfastate_t *next_state); 2265 re_dfastate_t *next_state) in merge_state_with_log() argument 2272 mctx->state_log[cur_idx] = next_state; in merge_state_with_log() 2277 mctx->state_log[cur_idx] = next_state; in merge_state_with_log() 2290 if (next_state != NULL) in merge_state_with_log() 2292 table_nodes = next_state->entrance_nodes; in merge_state_with_log() 2306 next_state = mctx->state_log[cur_idx] in merge_state_with_log() 2315 if (__glibc_unlikely (dfa->nbackref) && next_state != NULL) in merge_state_with_log() 2320 *err = check_subexp_matching_top (mctx, &next_state->nodes, in merge_state_with_log() 2326 if (next_state->has_backref) in merge_state_with_log() [all …]
|
| /dragonfly/crypto/libressl/ssl/ |
| HD | ssl_srvr.c | 294 s->s3->hs.tls12.next_state = SSL3_ST_SR_CLNT_HELLO_A; in ssl3_accept() 296 s->s3->hs.tls12.next_state = SSL3_ST_SW_HELLO_REQ_C; in ssl3_accept() 371 s->s3->hs.tls12.next_state = SSL3_ST_SR_CLNT_HELLO_A; in ssl3_accept() 494 s->s3->hs.tls12.next_state = SSL3_ST_SR_CERT_A; in ssl3_accept() 516 … s->s3->hs.state = s->s3->hs.tls12.next_state; in ssl3_accept() 523 s->s3->hs.state = s->s3->hs.tls12.next_state; in ssl3_accept() 669 s->s3->hs.tls12.next_state = SSL3_ST_SR_FINISHED_A; in ssl3_accept() 672 s->s3->hs.tls12.next_state = SSL_ST_OK; in ssl3_accept()
|
| HD | ssl_clnt.c | 281 s->s3->hs.tls12.next_state = SSL3_ST_CR_SRVR_HELLO_A; in ssl3_connect() 505 s->s3->hs.tls12.next_state = SSL_ST_OK; in ssl3_connect() 509 s->s3->hs.tls12.next_state = in ssl3_connect() 512 s->s3->hs.tls12.next_state = in ssl3_connect() 563 … s->s3->hs.state = s->s3->hs.tls12.next_state; in ssl3_connect() 570 s->s3->hs.state = s->s3->hs.tls12.next_state; in ssl3_connect()
|
| HD | ssl_locl.h | 531 int next_state; member
|
| /dragonfly/contrib/xz/src/liblzma/lzma/ |
| HD | lzma_decoder.c | 468 static const lzma_lzma_state next_state[] = { in lzma_decode() local 482 state = next_state[state]; in lzma_decode()
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | mesh_mpm.c | 520 enum mesh_plink_state next_state) in mesh_mpm_plink_open() argument 529 wpa_mesh_set_plink_state(wpa_s, sta, next_state); in mesh_mpm_plink_open()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | genautomata.c | 6072 state_t next_state; in partition_equiv_class() local 6086 curr_state = next_state) in partition_equiv_class() 6088 next_state = curr_state->next_equiv_class_state; in partition_equiv_class() 6093 prev_state->next_equiv_class_state = next_state; in partition_equiv_class()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | genautomata.c | 6047 state_t next_state; in partition_equiv_class() local 6061 curr_state = next_state) in partition_equiv_class() 6063 next_state = curr_state->next_equiv_class_state; in partition_equiv_class() 6068 prev_state->next_equiv_class_state = next_state; in partition_equiv_class()
|
| /dragonfly/contrib/flex/src/ |
| HD | flex.skl | 1729 * next_state = yy_try_NUL_trans( current_state );
|