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

  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 355 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 279 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];
    [all...]
aflatin2.c 196 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];
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin.c 269 FT_UInt num_rounds; local
348 num_rounds = 0;
745 rounds[num_rounds++] = best_y;
750 if ( num_flats == 0 && num_rounds == 0 )
763 af_sort_pos( num_rounds, rounds );
775 *blue_shoot = rounds[num_rounds / 2];
777 else if ( num_rounds == 0 )
785 *blue_shoot = rounds[num_rounds / 2];
    [all...]
aflatin2.c 191 FT_Int num_rounds; local
217 num_rounds = 0;
345 rounds[num_rounds++] = best_y;
350 if ( num_flats == 0 && num_rounds == 0 )
363 af_sort_pos( num_rounds, rounds );
375 *blue_shoot = rounds[num_rounds / 2];
377 else if ( num_rounds == 0 )
385 *blue_shoot = rounds[num_rounds / 2];
    [all...]

Completed in 105 milliseconds