Searched defs:_max (Results 1 – 5 of 5) sorted by relevance
/external/safe-iop/include/ |
D | safe_iop.h | 476 #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/freetype/include/freetype/internal/ |
D | psaux.h | 263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument 274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
|
/external/webkit/WebCore/inspector/front-end/ |
D | AuditRules.js | 1056 _max: function(cookieArray) method in WebInspector.AuditRules.CookieSizeRule
|
/external/chromium/third_party/icu/source/i18n/ |
D | decimfmt.cpp | 170 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } in _max() function
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 233 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } in _max() function
|