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

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp218 node_pointer p_max = m_p_head->m_p_parent; local
219 while (p_max->m_p_right != NULL)
220 p_max = p_max->m_p_right;
221 m_p_head->m_p_right = p_max;
/freebsd-11-stable/usr.bin/patch/
H A Dpch.c55 static LINENUM p_max; /* max allowed value of p_end */ variable
96 p_max = 0;
563 p_max = hunkmax; /* gets reduced when --- found */
585 while (p_end < p_max) {
590 if (p_max - p_end < 4) {
660 p_max = p_ptrn_lines + 6;
661 while (p_max >= hunkmax)
663 p_max = hunkmax;
729 p_max = p_repl_lines + p_end;
730 if (p_max > MAXHUNKSIZ
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c692 ASN1_INTEGER *p_min, *p_max, *c_min, *c_max; local
706 extract_min_max(sk_ASIdOrRange_value(parent, p), &p_min, &p_max);
707 if (ASN1_INTEGER_cmp(p_max, c_max) < 0)
H A Dv3_addr.c1140 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; local
1158 p_min, p_max, length))
1160 if (memcmp(p_max, c_max, length) < 0)

Completed in 94 milliseconds