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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
set.h 56 #define set_new(a,_max) \
57 if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \
58 fprintf(stderr, "set_new: Cannot allocate set with max of %d\n", _max); \
59 (a).n = NumWords(_max);
  /external/lzma/CPP/Common/
StringToInt.cpp 18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
  /external/libopus/celt/
fixed_c5x.h 46 #define MAX16(a,b) _max(a,b)
fixed_c6x.h 50 #define MAX16(a,b) _max(a,b)
  /external/freetype/include/freetype/internal/
psaux.h 268 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
274 _max, \
279 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
285 _max, 0, \
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
psaux.h 267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
284 _max, 0, \
    [all...]
  /external/libpcap/
pcap-dos.h 77 #define max(a,b) _max(a,b)
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 72 /** Constructs a box with extremities \a _min and \a _max.
73 * \warning If either component of \a _min is larger than the same component of \a _max, the constructed box is empty. */
75 EIGEN_DEVICE_FUNC inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max(_max) {}
  /external/mesa3d/src/mesa/x86/
mmx_blend.S 342 #define TAG(x) CONCAT(x,_max)
343 #define LLTAG(x) LLBL2(x,_max)
  /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/bcmdhd/dhdutil/include/
bcmutils.h 287 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 1017 const static unichar <name>dfa<dfa.decisionNumber>_max[<dfa.numberOfStates>] = {
1043 max = <name>dfa<dfa.decisionNumber>_max;
    [all...]
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
db4o-6.4.14.8131-java5.jar 
  /external/icu/icu4c/source/i18n/
decimfmt.cpp 247 inline int32_t _max(int32_t a, int32_t b) { return (a<b) ? b : a; } function
    [all...]
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 

Completed in 734 milliseconds