Home
last modified time | relevance | path

Searched refs:next_step (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/mpfr/src/
HDsin_cos.c157 goto next_step; in mpfr_sin_cos()
179 goto next_step; in mpfr_sin_cos()
211 next_step: in mpfr_sin_cos()
/dragonfly/contrib/wpa_supplicant/src/p2p/
HDp2p.c5324 params->next_step = NO_ACTION; in p2p_process_nfc_connection_handover()
5424 params->next_step = BOTH_GO; in p2p_process_nfc_connection_handover()
5426 params->next_step = JOIN_GROUP; in p2p_process_nfc_connection_handover()
5429 params->next_step = PEER_CLIENT; in p2p_process_nfc_connection_handover()
5431 params->next_step = AUTH_JOIN; in p2p_process_nfc_connection_handover()
5433 params->next_step = INIT_GO_NEG; in p2p_process_nfc_connection_handover()
5435 params->next_step = RESP_GO_NEG; in p2p_process_nfc_connection_handover()
HDp2p.h2337 } next_step; member
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-vect-data-refs.c2132 tree next_step; in vect_analyze_group_access() local
2176 next_step = DR_STEP (STMT_VINFO_DATA_REF (vinfo_for_stmt (next))); in vect_analyze_group_access()
2177 if (tree_int_cst_compare (step, next_step)) in vect_analyze_group_access()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDp2p_supplicant.c8812 if (params.next_step == NO_ACTION) in wpas_p2p_nfc_connection_handover()
8815 if (params.next_step == BOTH_GO) { in wpas_p2p_nfc_connection_handover()
8821 if (params.next_step == PEER_CLIENT) { in wpas_p2p_nfc_connection_handover()
8893 switch (params.next_step) { in wpas_p2p_nfc_connection_handover()