Searched refs:p_head (Results 1 – 11 of 11) sorted by relevance
| /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/rb_tree_map_/ |
| H A D | debug_fn_imps.hpp | 73 const node_pointer p_head = base_type::m_p_head; in assert_valid() local 74 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid() 75 if (p_head->m_p_parent != 0) in assert_valid() 77 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid() 78 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
|
| H A D | split_join_fn_imps.hpp | 138 const node_pointer p_head = base_type::m_p_head; in split_min() local 139 _GLIBCXX_DEBUG_ASSERT(p_min != p_head); in split_min()
|
| /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/rb_tree_map_/ |
| H A D | debug_fn_imps.hpp | 73 const node_pointer p_head = base_type::m_p_head; in assert_valid() local 74 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid() 75 if (p_head->m_p_parent != 0) in assert_valid() 77 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid() 78 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
|
| H A D | split_join_fn_imps.hpp | 138 const node_pointer p_head = base_type::m_p_head; in split_min() local 139 _GLIBCXX_DEBUG_ASSERT(p_min != p_head); in split_min()
|
| /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/splay_tree_/ |
| H A D | debug_fn_imps.hpp | 51 const node_pointer p_head = base_type::m_p_head; in assert_valid() local 52 assert_special_imp(p_head, __file, __line); in assert_valid()
|
| H A D | splay_fn_imps.hpp | 52 node_pointer p_head = base_type::m_p_head; in splay() local 53 assert_special_imp(p_head, __FILE__, __LINE__); in splay()
|
| /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/splay_tree_/ |
| H A D | debug_fn_imps.hpp | 51 const node_pointer p_head = base_type::m_p_head; in assert_valid() local 52 assert_special_imp(p_head, __file, __line); in assert_valid()
|
| H A D | splay_fn_imps.hpp | 52 node_pointer p_head = base_type::m_p_head; in splay() local 53 assert_special_imp(p_head, __FILE__, __LINE__); in splay()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | iov_iter.c | 336 unsigned int p_head = pipe->head; in sanity() local 339 unsigned int p_occupancy = pipe_occupancy(p_head, p_tail); in sanity() 347 if (unlikely(i_head != p_head - 1)) in sanity() 354 if (i_head != p_head) in sanity() 361 p_head, p_tail, pipe->ring_size); in sanity() 1027 unsigned int p_head = pipe->head; in pipe_truncate() local 1030 if (!pipe_empty(p_head, p_tail)) { in pipe_truncate() 1040 while (p_head != i_head) { in pipe_truncate() 1041 p_head--; in pipe_truncate() 1042 pipe_buf_release(pipe, &pipe->bufs[p_head & p_mask]); in pipe_truncate() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_parse.c | 895 H264dNaluHead_t *p_head = NULL; in parse_loop() local 910 p_head = (H264dNaluHead_t *)p_curdata; in parse_loop() 911 if (p_head->is_frame_end) { in parse_loop() 918 p_Dec->p_Cur->nalu.sodb_len = p_head->sodb_len; in parse_loop() 919 p_curdata += p_head->sodb_len; in parse_loop()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fwsignal.c | 1242 struct sk_buff *p_head; in brcmf_fws_enq() local 1267 p_head = skb_peek(queue); in brcmf_fws_enq() 1271 while (p_head != p_tail) { in brcmf_fws_enq()
|