Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_fn_imps.hpp108 node_pointer p_c = p_nd->m_p_left; in splay_zig_zag_left() local
120 p_grandparent->m_p_right = p_c; in splay_zig_zag_left()
121 if (p_c != 0) in splay_zig_zag_left()
122 p_c->m_p_parent = p_grandparent; in splay_zig_zag_left()
144 node_pointer p_c = p_nd->m_p_right; in splay_zig_zag_right() local
156 p_grandparent->m_p_left = p_c; in splay_zig_zag_right()
157 if (p_c != 0) in splay_zig_zag_right()
158 p_c->m_p_parent = p_grandparent; in splay_zig_zag_right()
180 node_pointer p_c = p_parent->m_p_right; in splay_zig_zig_left() local
192 p_grandparent->m_p_left = p_c; in splay_zig_zig_left()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_fn_imps.hpp108 node_pointer p_c = p_nd->m_p_left; in splay_zig_zag_left() local
120 p_grandparent->m_p_right = p_c; in splay_zig_zag_left()
121 if (p_c != 0) in splay_zig_zag_left()
122 p_c->m_p_parent = p_grandparent; in splay_zig_zag_left()
144 node_pointer p_c = p_nd->m_p_right; in splay_zig_zag_right() local
156 p_grandparent->m_p_left = p_c; in splay_zig_zag_right()
157 if (p_c != 0) in splay_zig_zag_right()
158 p_c->m_p_parent = p_grandparent; in splay_zig_zag_right()
180 node_pointer p_c = p_parent->m_p_right; in splay_zig_zig_left() local
192 p_grandparent->m_p_left = p_c; in splay_zig_zig_left()
[all …]
/dflybsd-src/sys/dev/drm/radeon/
H A Dsumo_dpm.c155 u32 p_c, p_p, d_p; in sumo_gfx_powergating_initialize() local
160 p_c = 4; in sumo_gfx_powergating_initialize()
166 p_c = 16; in sumo_gfx_powergating_initialize()
198 rcu_pwr_gating_cntl |= PCV(p_c) | PGS(1) | PWR_GATING_EN; in sumo_gfx_powergating_initialize()
228 rcu_pwr_gating_cntl |= PCV(p_c) | PGS(4) | PWR_GATING_EN; in sumo_gfx_powergating_initialize()