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

  /external/freetype/include/freetype/internal/
psaux.h 263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
269 _max, \
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
280 _max, 0, \
    [all...]
  /external/libpcap/
pcap-dos.h 79 #define max(a,b) _max(a,b)
  /external/safe-iop/include/
safe_iop.h 476 #define MAKE_UADD(_prefix, _bits, _type, _max) \
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \
507 #define MAKE_SMUL(_prefix, _bits, _type, _max, _min) \
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 134 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
  /external/chromium/third_party/icu/source/i18n/
decimfmt.cpp 170 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } function
    [all...]
  /external/icu4c/i18n/
decimfmt.cpp 233 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } function
    [all...]
  /external/webkit/WebCore/inspector/front-end/
AuditRules.js     [all...]

Completed in 347 milliseconds