Searched defs:num_rounds (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h355 int num_rounds; member in struct:eap_sm
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h355 int num_rounds; member in struct:eap_sm
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h355 int num_rounds; member in struct:eap_sm
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h174 int num_rounds; member in struct:eap_sm
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h174 int num_rounds; member in struct:eap_sm
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h174 int num_rounds; member in struct:eap_sm
/external/freetype/src/autofit/
H A Daflatin.c318 FT_UInt num_rounds; local
406 num_rounds = 0;
877 rounds[num_rounds++] = best_y_extremum;
884 if ( num_flats == 0 && num_rounds == 0 )
897 af_sort_pos( num_rounds, rounds );
909 *blue_shoot = rounds[num_rounds / 2];
911 else if ( num_rounds == 0 )
919 *blue_shoot = rounds[num_rounds / 2];
H A Daflatin2.c196 FT_Int num_rounds; local
222 num_rounds = 0;
350 rounds[num_rounds++] = best_y;
355 if ( num_flats == 0 && num_rounds == 0 )
368 af_sort_pos( num_rounds, rounds );
380 *blue_shoot = rounds[num_rounds / 2];
382 else if ( num_rounds == 0 )
390 *blue_shoot = rounds[num_rounds / 2];

Completed in 184 milliseconds