Home
last modified time | relevance | path

Searched refs:max_p (Results 1 – 5 of 5) 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/libgav1/libgav1/src/dsp/arm/
Dcdef_neon.cc547 const uint16x8_t max_p = in CdefFilter_NEON() local
549 max = vmaxq_u16(max, vandq_u16(max_p, cdef_large_value_mask)); in CdefFilter_NEON()
/external/libgav1/libgav1/src/dsp/x86/
Dcdef_sse4.cc581 const __m128i max_p = _mm_max_epu8(max_p01, max_p23); in CdefFilter_SSE4_1() local
582 max = _mm_max_epu16(max, _mm_and_si128(max_p, cdef_large_value_mask)); in CdefFilter_SSE4_1()
/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()