/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | metaslab_impl.h | 117 #define WEIGHT_GET_ACTIVE(weight) BF64_GET((weight), 62, 2) argument 118 #define WEIGHT_SET_ACTIVE(weight, x) BF64_SET((weight), 62, 2, x) argument 120 #define WEIGHT_IS_SPACEBASED(weight) \ argument 122 #define WEIGHT_SET_SPACEBASED(weight) BF64_SET((weight), 61, 1, 1) argument 127 #define WEIGHT_GET_INDEX(weight) BF64_GET((weight), 55, 6) argument 128 #define WEIGHT_SET_INDEX(weight, x) BF64_SET((weight), 55, 6, x) argument 129 #define WEIGHT_GET_COUNT(weight) BF64_GET((weight), 0, 55) argument 130 #define WEIGHT_SET_COUNT(weight, x) BF64_SET((weight), 0, 55, x) argument
|
/netbsd-src/usr.sbin/altq/libaltq/ |
H A D | qop_red.c | 88 int weight = 0; /* 0: use default */ in red_interface_parser() local 175 qcmd_red_add_if(const char *ifname, u_int bandwidth, int weight, in qcmd_red_add_if() 194 u_int bandwidth, int weight, int inv_pmax, int th_min, in qop_red_add_if()
|
H A D | qop_rio.c | 89 int weight = 0; /* 0: use default */ in rio_interface_parser() local 207 qcmd_rio_add_if(const char *ifname, u_int bandwidth, int weight, in qcmd_rio_add_if() 239 u_int bandwidth, int weight, struct redparams *red_params, in qop_rio_add_if()
|
H A D | qop_rio.h | 34 int weight; /* weight for EWMA */ member
|
H A D | qop_red.h | 33 int weight; /* weight for EWMA */ member
|
/netbsd-src/sys/altq/ |
H A D | altq_wfq.h | 57 int weight; member 62 int weight; /* weight in percent */ member 107 int weight; /* weight in percent */ member
|
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
H A D | uri_256.h | 22 uint16_t weight; member
|
H A D | uri_256.c | 68 unsigned short priority, weight; in totext_uri() local
|
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
H A D | srv_33.h | 25 uint16_t weight; member
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
H A D | srv_33.h | 26 uint16_t weight; member
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
H A D | uri_256.h | 23 uint16_t weight; member
|
H A D | uri_256.c | 68 unsigned short priority, weight; in totext_uri() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_suppressions.h | 26 uptr weight; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_suppressions.h | 27 uptr weight; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_suppressions.h | 25 uptr weight; member
|
/netbsd-src/external/zlib/pigz/dist/zopfli/ |
H A D | katajainen.c | 36 size_t weight; /* Total weight (symbol count) of this chain. */ member 54 static void InitNode(size_t weight, int count, Node* tail, Node* node) { in InitNode()
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | dnssrv.c | 187 u_short weight; member 299 u_short port, priority, weight; in ldap_domain2hostlist() local
|
/netbsd-src/games/hack/ |
H A D | hack.mkobj.c | 199 weight(struct obj *obj) in weight() function
|
H A D | def.objects.h | 77 #define FOOD(name,prob,delay,weight,nutrition) { name, NULL, NULL, 1, 1,\ argument
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | message.c | 523 volatile double weight = fstrcmp (msgid, mp->msgid); in fuzzy_search_goal_function() local 551 double weight = fuzzy_search_goal_function (mp, msgctxt, msgid); in message_list_search_fuzzy_inner() local 646 int weight = (mp->msgstr_len == 1 && mp->msgstr[0] == '\0' ? 1 : 2); in message_list_list_search() local
|
H A D | msgl-fsearch.c | 558 double weight = in message_fuzzy_index_search() local 604 double weight = fuzzy_search_goal_function (mp, msgctxt, msgid); in message_fuzzy_index_search() local
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | get_d.c | 379 double d, weight; in mpn_get_d() local
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | metaslab.c | 893 metaslab_group_sort(metaslab_group_t *mg, metaslab_t *msp, uint64_t weight) in metaslab_group_sort() 1700 uint64_t weight, space; in metaslab_space_weight() local 1771 uint64_t weight = 0; in metaslab_weight_from_range_tree() local 1812 uint64_t weight = 0; in metaslab_weight_from_spacemap() local 1836 uint64_t weight = 0; in metaslab_segment_weight() local 1927 uint64_t weight; in metaslab_weight() local 1991 metaslab_passivate(metaslab_t *msp, uint64_t weight) in metaslab_passivate() 2033 uint64_t weight = metaslab_weight_from_range_tree(msp); in metaslab_segment_may_passivate() local 2927 uint64_t weight = metaslab_block_maxsize(msp); in metaslab_group_alloc_normal() local
|
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/ |
H A D | postscreen_dnsbl.c | 127 int weight; /* reply weight (default: 1) */ member 233 int weight; in psc_dnsbl_add_site() local
|
/netbsd-src/external/bsd/bzip2/dist/ |
H A D | huffman.c | 78 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() local
|