HomeSort by relevance Sort by last modified time
    Searched defs:num_rounds (Results 1 - 7 of 7) 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/wpa_supplicant_8/src/eap_peer/
eap_i.h 332 int num_rounds; member in struct:eap_sm
  /external/freetype/src/autofit/
aflatin.c 193 FT_Int num_rounds; local
219 num_rounds = 0;
347 rounds[num_rounds++] = best_y;
354 if ( num_flats == 0 && num_rounds == 0 )
367 af_sort_pos( num_rounds, rounds );
379 *blue_shoot = rounds[num_rounds / 2];
381 else if ( num_rounds == 0 )
389 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 189 FT_Int num_rounds; local
215 num_rounds = 0;
340 rounds[num_rounds++] = best_y;
347 if ( num_flats == 0 && num_rounds == 0 )
360 af_sort_pos( num_rounds, rounds );
372 *blue_shoot = rounds[num_rounds / 2];
374 else if ( num_rounds == 0 )
382 *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
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 165 int num_rounds; member in struct:eap_sm

Completed in 85 milliseconds