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

/freebsd-12-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-12-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) {
655 p_max = p_ptrn_lines + 6;
656 while (p_max >= hunkmax)
658 p_max = hunkmax;
724 p_max = p_repl_lines + p_end;
725 if (p_max > MAXHUNKSIZE)
727 p_max, p_input_lin
[all...]
/freebsd-12-stable/crypto/openssl/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.c1095 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; local
1113 p_min, p_max, length))
1115 if (memcmp(p_max, c_max, length) < 0)

Completed in 58 milliseconds