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

  /external/wpa_supplicant/
eap_i.h 336 int num_rounds; member in struct:eap_sm
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_i.h 332 int num_rounds; member in struct:eap_sm
  /external/freetype/src/autofit/
aflatin.c 171 FT_Int num_rounds; local
197 num_rounds = 0;
323 rounds[num_rounds++] = best_y;
330 if ( num_flats == 0 && num_rounds == 0 )
343 af_sort_pos( num_rounds, rounds );
355 *blue_shoot = rounds[num_rounds / 2];
357 else if ( num_rounds == 0 )
365 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 177 FT_Int num_rounds; local
203 num_rounds = 0;
328 rounds[num_rounds++] = best_y;
335 if ( num_flats == 0 && num_rounds == 0 )
348 af_sort_pos( num_rounds, rounds );
360 *blue_shoot = rounds[num_rounds / 2];
362 else if ( num_rounds == 0 )
370 *blue_shoot = rounds[num_rounds / 2];
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_i.h 165 int num_rounds; member in struct:eap_sm

Completed in 76 milliseconds