HomeSort by: relevance | last modified time | path
    Searched refs:_max (Results 1 - 14 of 14) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/anvil/
anvil.c 487 #define ANVIL_MAX_UPDATE(_max, _value, _ident) \
489 _max.value = _value; \
490 if (_max.ident == 0) { \
491 _max.ident = mystrdup(_ident); \
492 } else if (!STREQ(_max.ident, _ident)) { \
493 myfree(_max.ident); \
494 _max.ident = mystrdup(_ident); \
496 _max.when = event_time(); \
499 #define ANVIL_MAX_RATE_REPORT(_max, _name) \
501 if (_max.value > 0) {
    [all...]
  /src/sys/dev/ic/
icpvar.h 193 if (icp_stats. ## x ## _act > icp_stats. ## x ## _max) \
194 icp_stats. ## x ## _max = icp_stats. ## x ## _act; \
201 if (icp_stats. ## x ## _act > icp_stats. ## x ## _max) \
202 icp_stats. ## x ## _max = icp_stats. ## x ## _act; \
  /src/external/gpl3/gcc/dist/gcc/
ira-int.h 677 (({ int _min = (MIN), _max = (MAX), _i = (I); \
678 if (_i < _min || _i > _max) \
682 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \
690 (({ int _min = (MIN), _max = (MAX), _i = (I); \
691 if (_i < _min || _i > _max) \
695 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \
702 (({ int _min = (MIN), _max = (MAX), _i = (I); \
703 if (_i < _min || _i > _max) \
707 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \
rtl.h 1151 int _max = CWI_GET_NUM_ELEM (_cwi); \
1153 if (_i < 0 || _i >= _max) \
  /src/external/gpl3/gcc.old/dist/gcc/
ira-int.h 663 (({ int _min = (MIN), _max = (MAX), _i = (I); \
664 if (_i < _min || _i > _max) \
668 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \
676 (({ int _min = (MIN), _max = (MAX), _i = (I); \
677 if (_i < _min || _i > _max) \
681 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \
688 (({ int _min = (MIN), _max = (MAX), _i = (I); \
689 if (_i < _min || _i > _max) \
693 __FILE__, __LINE__, __FUNCTION__, _i, _min, _max); \
rtl.h 1149 int _max = CWI_GET_NUM_ELEM (_cwi); \
1151 if (_i < 0 || _i >= _max) \
  /src/external/bsd/libpcap/dist/
pcap-dos.h 79 #define max(a,b) _max(a,b)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
free_list.d 100 @property size_t max() const { return _max; }
120 _max = high;
225 static if (maxSize == chooseAtRuntime) private size_t _max = chooseAtRuntime;
910 enforce(cas(&_max, chooseAtRuntime, high),
929 private shared size_t _max = chooseAtRuntime;
930 @property size_t max() const shared { return _max; }
934 enforce(cas(&_max, chooseAtRuntime, x),
942 else static if (maxSize == chooseAtRuntime) return n > _max;
  /src/sys/arch/riscv/starfive/
jh7110_pinctrl.c 224 #define JH7110_FS(_reg, _mask, _max) \
227 .jfs_max = (_max), \
  /src/external/mit/isl/dist/include/isl/
multi.h 136 __isl_give isl_multi_##BASE *isl_multi_##BASE##_max( \
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 87 stringop_strategy (int _max = -1, enum stringop_alg _alg = libcall,
89 : max (_max), alg (_alg), noalign (_noalign) {}
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 82 stringop_strategy (int _max = -1, enum stringop_alg _alg = libcall,
84 : max (_max), alg (_alg), noalign (_noalign) {}
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
bitmanip.d 136 ~"assert(v <= "~name~`_max, "Value is greater than the maximum value of bitfield '`~name~`'"); `
144 ~" enum "~T.stringof~" "~name~"_max = cast("~T.stringof~")"
261 of the variable followed by `_min` or `_max`.
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 881 ARCSTAT_MAX(stat##_max, arc_stats.stat.value.ui64)

Completed in 67 milliseconds