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

/freebsd-10.0-release/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-10.0-release/usr.bin/patch/
H A Dpch.c55 static LINENUM p_max; /* max allowed value of p_end */ variable
93 p_max = 0;
534 p_max = hunkmax; /* gets reduced when --- found */
556 while (p_end < p_max) {
561 if (p_max - p_end < 4) {
626 p_max = p_ptrn_lines + 6;
627 while (p_max >= hunkmax)
629 p_max = hunkmax;
692 p_max = p_repl_lines + p_end;
693 if (p_max > MAXHUNKSIZ
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_addr.c1137 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; local
1155 p_min, p_max, length))
1157 if (memcmp(p_max, c_max, length) < 0)
H A Dv3_asid.c688 ASN1_INTEGER *p_min, *p_max, *c_min, *c_max; local
702 extract_min_max(sk_ASIdOrRange_value(parent, p), &p_min, &p_max);
703 if (ASN1_INTEGER_cmp(p_max, c_max) < 0)

Completed in 80 milliseconds