Home
last modified time | relevance | path

Searched refs:max_p (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/tc/
Dq_gred.c271 __u32 *max_p = NULL; in gred_print_opt() local
289 max_p = RTA_DATA(tb[TCA_GRED_MAX_P]); in gred_print_opt()
324 if (max_p) in gred_print_opt()
325 fprintf(f, "probability %lg ", max_p[i] / pow(2, 32)); in gred_print_opt()
/external/vboot_reference/cgpt/
Dcgpt_prioritize.c30 static group_list_t *NewGroupList(int max_p) { in NewGroupList() argument
34 gl->max_parts = max_p; in NewGroupList()
40 gl->group[i].part = (uint32_t *)malloc(sizeof(uint32_t) * max_p); in NewGroupList()
/external/u-boot/arch/arm/mach-tegra/tegra124/
Dclock.c1069 const u32 max_m = 1 << 5, max_n = 1 << 10, max_p = 1 << 3, in clock_set_display_rate() local
1074 for (divp = 0, vco = frequency; vco < min_vco && divp < max_p; divp++) in clock_set_display_rate()