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

  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 368 int num_rounds; member in struct:eap_sm
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 174 int num_rounds; member in struct:eap_sm
  /external/freetype/src/autofit/
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...]
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...]

Completed in 97 milliseconds