HomeSort by relevance Sort by last modified time
    Searched refs:num_rounds (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 368 int num_rounds; member in struct:eap_sm
eap.c 260 sm->num_rounds = 0;
276 sm->num_rounds = 0;
309 sm->num_rounds++;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 174 int num_rounds; member in struct:eap_sm
eap_server.c 220 sm->num_rounds = 0;
270 sm->num_rounds = 0;
338 sm->num_rounds++;
1148 else if (sm->num_rounds > EAP_MAX_AUTH_ROUNDS) {
1149 if (sm->num_rounds == EAP_MAX_AUTH_ROUNDS + 1) {
1153 sm->num_rounds++;
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 199 FT_Int num_rounds; local
225 num_rounds = 0;
353 rounds[num_rounds++] = best_y;
358 if ( num_flats == 0 && num_rounds == 0 )
371 af_sort_pos( num_rounds, rounds );
383 *blue_shoot = rounds[num_rounds / 2];
385 else if ( num_rounds == 0 )
393 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin.c 318 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];
    [all...]

Completed in 201 milliseconds