Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 25 of 81) sorted by relevance

1234

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h117 #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 Dqop_red.c88 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 Dqop_rio.c89 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 Dqop_rio.h34 int weight; /* weight for EWMA */ member
H A Dqop_red.h33 int weight; /* weight for EWMA */ member
/netbsd-src/sys/altq/
H A Daltq_wfq.h57 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 Duri_256.h22 uint16_t weight; member
H A Duri_256.c68 unsigned short priority, weight; in totext_uri() local
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Dsrv_33.h25 uint16_t weight; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Dsrv_33.h26 uint16_t weight; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Duri_256.h23 uint16_t weight; member
H A Duri_256.c68 unsigned short priority, weight; in totext_uri() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.h26 uptr weight; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_suppressions.h27 uptr weight; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.h25 uptr weight; member
/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Dkatajainen.c36 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 Ddnssrv.c187 u_short weight; member
299 u_short port, priority, weight; in ldap_domain2hostlist() local
/netbsd-src/games/hack/
H A Dhack.mkobj.c199 weight(struct obj *obj) in weight() function
H A Ddef.objects.h77 #define FOOD(name,prob,delay,weight,nutrition) { name, NULL, NULL, 1, 1,\ argument
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmessage.c523 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 Dmsgl-fsearch.c558 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 Dget_d.c379 double d, weight; in mpn_get_d() local
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c893 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 Dpostscreen_dnsbl.c127 int weight; /* reply weight (default: 1) */ member
233 int weight; in psc_dnsbl_add_site() local
/netbsd-src/external/bsd/bzip2/dist/
H A Dhuffman.c78 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() local

1234