Searched refs:p_max (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp214 node_pointer p_max = m_p_head->m_p_parent; local
215 while (p_max->m_p_right != 0)
216 p_max = p_max->m_p_right;
217 m_p_head->m_p_right = p_max;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp214 node_pointer p_max = m_p_head->m_p_parent; local
215 while (p_max->m_p_right != 0)
216 p_max = p_max->m_p_right;
217 m_p_head->m_p_right = p_max;
/netbsd-current/usr.bin/patch/
H A Dpch.c60 static LINENUM p_max; /* max allowed value of p_end */ variable
98 p_max = 0;
533 p_max = hunkmax; /* gets reduced when --- found */
555 while (p_end < p_max) {
623 p_max = p_ptrn_lines + 6;
624 while (p_max >= hunkmax)
626 p_max = hunkmax;
692 p_max = p_repl_lines + p_end;
693 if (p_max > MAXHUNKSIZE)
695 p_max, p_input_lin
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dvlv_dsi_pll.c65 unsigned int m_min, m_max, p_min = 2, p_max = 6; local
93 for (p = p_min; p <= p_max && delta; p++) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_asid.c669 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; local
685 &p_max))
687 if (ASN1_INTEGER_cmp(p_max, c_max) < 0)
H A Dv3_addr.c1112 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; local
1130 p_min, p_max, length))
1132 if (memcmp(p_max, c_max, length) < 0)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_asid.c672 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; local
688 &p_max))
690 if (ASN1_INTEGER_cmp(p_max, c_max) < 0)
H A Dv3_addr.c1129 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; local
1147 p_min, p_max, length))
1149 if (memcmp(p_max, c_max, length) < 0)

Completed in 174 milliseconds