Searched defs:weight (Results 1 - 8 of 8) sorted by relevance

/bionic/tools/relocation_packer/src/
H A Ddelta_encoder.cc229 uint32_t weight = 0; local
231 weight += 3;
233 weight += 1;
237 weight += 1;
241 weight += 1;
244 return weight;
/bionic/libc/dns/nameser/
H A Dns_print.c388 u_int priority, weight, port; local
396 weight = ns_get16(rdata); rdata += NS_INT16SZ;
398 len = snprintf(t, sizeof(t), "%u %u %u ", priority, weight, port);
/bionic/libc/kernel/uapi/linux/
H A Dip_vs.h102 int weight; member in struct:ip_vs_dest_user
139 int weight; member in struct:ip_vs_dest_entry
H A Dpkt_sched.h334 __u32 weight; member in struct:tc_cbq_wrropt
554 __u32 weight; member in struct:tc_qfq_stats
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dip_vs.h102 int weight; member in struct:ip_vs_dest_user
139 int weight; member in struct:ip_vs_dest_entry
H A Dpkt_sched.h334 __u32 weight; member in struct:tc_cbq_wrropt
554 __u32 weight; member in struct:tc_qfq_stats
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dip_vs.h102 int weight; member in struct:ip_vs_dest_user
139 int weight; member in struct:ip_vs_dest_entry
H A Dpkt_sched.h334 __u32 weight; member in struct:tc_cbq_wrropt
554 __u32 weight; member in struct:tc_qfq_stats

Completed in 79 milliseconds