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.c279 FT_UInt num_rounds; local
367 num_rounds = 0;
838 rounds[num_rounds++] = best_y_extremum;
845 if ( num_flats == 0 && num_rounds == 0 )
858 af_sort_pos( num_rounds, rounds );
870 *blue_shoot = rounds[num_rounds / 2];
872 else if ( num_rounds == 0 )
880 *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 3700 milliseconds