Searched refs:max_p (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/tc/ |
D | q_gred.c | 271 __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/ |
D | cgpt_prioritize.c | 30 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/ |
D | cdef_neon.cc | 547 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/ |
D | cdef_sse4.cc | 581 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/ |
D | clock.c | 1069 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()
|