Searched refs:match_value (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h116 _Tp &match_value,
120 return LowerBoundNoLock (key, match_key, match_value, decrement_if_not_equal);
126 _Tp &match_value,
138 match_value = pos->second;
114 LowerBound(const _Key& key, _Key& match_key, _Tp &match_value, bool decrement_if_not_equal) const argument
124 LowerBoundNoLock(const _Key& key, _Key& match_key, _Tp &match_value, bool decrement_if_not_equal) const argument
/freebsd-10.0-release/sbin/ipfw/
H A Dipfw2.h65 * The search routines are match_token() and match_value().
227 char const *match_value(struct _s_x *p, int value);
H A Dipfw2.c85 errx(EX_USAGE, "%s: missing argument", match_value(s_x, tok)); \
99 match_value(s_x, tok), *av); \
103 match_value(s_x, tok), min, max, *av); \
107 match_value(s_x, tok), *av); \
499 * match_value takes a table and a value, returns the string associated
503 match_value(struct _s_x *p, int value) function
571 if (co.do_resolv && (s = match_value(ether_types, port)) )
614 sep = match_value(_port_name, opcode);
827 char const *s = match_value(icmpcodes, code);
907 arg = match_value(rule_option
[all...]
H A Dipv6.c76 char const *s = match_value(icmp6codes, code);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h4290 uint64_t match_value : 16; /**< The value to watch for */ member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_s
4292 uint64_t match_value : 16;
4318 uint64_t match_value : 16; /**< The value to watch for */ member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_cn30xx
4320 uint64_t match_value : 16;
4351 uint64_t match_value : 16; /**< The value to watch for */ member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_cn50xx
4353 uint64_t match_value : 16;

Completed in 206 milliseconds