Home
last modified time | relevance | path

Searched refs:p_max (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-staprun-address-ncurses-6.3-failures.patch25 - width[p_max], HIGHLIGHT("max", p_max, comp_fn_index),
31 + (int)width[p_max], HIGHLIGHT("max", p_max, comp_fn_index),
54 - wprintw(status, "%*s\t", width[p_max], json_object_get_string(field));
55 + wprintw(status, "%*s\t", (int)width[p_max], json_object_get_string(field));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp214 node_pointer p_max = m_p_head->m_p_parent; in initialize_min_max() local
215 while (p_max->m_p_right != 0) in initialize_min_max()
216 p_max = p_max->m_p_right; in initialize_min_max()
217 m_p_head->m_p_right = p_max; in initialize_min_max()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp214 node_pointer p_max = m_p_head->m_p_parent; in initialize_min_max() local
215 while (p_max->m_p_right != 0) in initialize_min_max()
216 p_max = p_max->m_p_right; in initialize_min_max()
217 m_p_head->m_p_right = p_max; in initialize_min_max()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dsegment.hpp158 CalculationType p_max = envelope_segment_call_vertex_latitude in compute_box_corners() local
165 CalculationType const lat_min_rad = -p_max; in compute_box_corners()
177 CalculationType const lat_max_rad = p_max; in compute_box_corners()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_link.c1106 int v_max = 0, p_max = 0; in dp_link_adjust_levels() local
1122 if (p_max < data_p) in dp_link_adjust_levels()
1123 p_max = data_p; in dp_link_adjust_levels()
1127 dp_link->phy_params.p_level = p_max >> DP_TRAIN_PRE_EMPHASIS_SHIFT; in dp_link_adjust_levels()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpqphp_core.c198 void __iomem *p_max; in get_subsequent_smbios_entry() local
204 p_max = smbios_start + readw(smbios_table + ST_LENGTH); in get_subsequent_smbios_entry()
209 while ((p_temp < p_max) && !bail) { in get_subsequent_smbios_entry()
221 if (p_temp < p_max) in get_subsequent_smbios_entry()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dvlv_dsi_pll.c60 unsigned int m_min, m_max, p_min = 2, p_max = 6; in dsi_calc_mnp() local
88 for (p = p_min; p <= p_max && delta; p++) { in dsi_calc_mnp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.h328 u32 *p_cur, u32 *p_max);
332 u32 *p_cur, u32 *p_max);
H A Dspectrum_buffers.c1713 u32 *p_cur, u32 *p_max) in mlxsw_sp_sb_occ_port_pool_get() argument
1723 *p_max = mlxsw_sp_cells_bytes(mlxsw_sp, pm->occ.max); in mlxsw_sp_sb_occ_port_pool_get()
1730 u32 *p_cur, u32 *p_max) in mlxsw_sp_sb_occ_tc_port_bind_get() argument
1742 *p_max = mlxsw_sp_cells_bytes(mlxsw_sp, cm->occ.max); in mlxsw_sp_sb_occ_tc_port_bind_get()
H A Dspectrum.h530 u32 *p_cur, u32 *p_max);
534 u32 *p_cur, u32 *p_max);
H A Dcore.c1348 u32 *p_cur, u32 *p_max) in mlxsw_devlink_sb_occ_port_pool_get() argument
1358 pool_index, p_cur, p_max); in mlxsw_devlink_sb_occ_port_pool_get()
1365 u32 *p_cur, u32 *p_max) in mlxsw_devlink_sb_occ_tc_port_bind_get() argument
1376 pool_type, p_cur, p_max); in mlxsw_devlink_sb_occ_tc_port_bind_get()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c944 u32 p_min, p_max, p_inc, div_max; in calc_pll_params() local
953 p_max = ROUND_DOWN_TO(div_max, p_inc); in calc_pll_params()
956 if (p_max > pll->max_p) in calc_pll_params()
957 p_max = pll->max_p; in calc_pll_params()
959 DBG_MSG("p range is %d-%d (%d)\n", p_min, p_max, p_inc); in calc_pll_params()
999 } while ((p <= p_max)); in calc_pll_params()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c549 u8 p_min, p_max; in exynos_dsi_pll_find_pms() local
555 p_max = fin / (6 * MHZ); in exynos_dsi_pll_find_pms()
557 for (_p = p_min; _p <= p_max; ++_p) { in exynos_dsi_pll_find_pms()
/OK3568_Linux_fs/kernel/include/net/
H A Ddevlink.h1211 u32 *p_cur, u32 *p_max);
1216 u32 *p_cur, u32 *p_max);