Home
last modified time | relevance | path

Searched refs:_max (Results 1 – 5 of 5) sorted by relevance

/external/freetype/include/freetype/internal/
Dpsaux.h263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
269 _max, \
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
280 _max, 0, \
/external/safe-iop/include/
Dsafe_iop.h476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ argument
482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ argument
494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ argument
500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ argument
507 #define MAKE_SMUL(_prefix, _bits, _type, _max, _min) \ argument
/external/libpcap/
Dpcap-dos.h79 #define max(a,b) _max(a,b)
/external/icu4c/i18n/
Ddecimfmt.cpp125 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } in _max() function
1107 _max(1, digits.fDecimalAt) : minIntDig; in subformat()
2989 int32_t g = isGroupingUsed() ? _max(0, fGroupingSize) : 0; in toPattern()
3006 maxDig = _max(maxDig, g+1); in toPattern()
3008 maxDig = _max(_max(g, getMinimumIntegerDigits()), in toPattern()
3845 int32_t max = _max(fMaxSignificantDigits, min); in setMinimumSignificantDigits()
/external/bison/data/
Dc.m4167 [b4_int_type($1_min, $1_max)])