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

  /external/freetype/src/cache/
ftcmanag.h 97 FT_Offset max_weight; member in struct:FTC_ManagerRec_
ftcmanag.c 390 manager->max_weight = max_bytes;
552 manager->cur_weight, manager->max_weight,
556 if ( manager->cur_weight < manager->max_weight || !first )
573 } while ( node && manager->cur_weight > manager->max_weight );
ftccache.c 433 if ( manager->cur_weight >= manager->max_weight )
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
permmap.py 31 max_weight = 10 variable
157 if not min_weight <= weight <= max_weight:
161 min_weight, max_weight))
203 assert min_weight <= weight <= max_weight, \
403 if not min_weight <= weight <= max_weight:

Completed in 92 milliseconds