Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/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; in initialize_min_max() local
219 while (p_max->m_p_right != NULL) in initialize_min_max()
220 p_max = p_max->m_p_right; in initialize_min_max()
221 m_p_head->m_p_right = p_max; in initialize_min_max()
/openbsd/usr.bin/patch/
H A Dpch.c90 p_max = 0; in re_patch()
538 while (p_end < p_max) { in another_hunk()
543 if (p_max - p_end < 4) { in another_hunk()
612 p_max = p_ptrn_lines + 6; in another_hunk()
613 while (p_max >= hunkmax) in another_hunk()
615 p_max = hunkmax; in another_hunk()
683 if (p_max > MAXHUNKSIZE) in another_hunk()
686 while (p_max >= hunkmax) in another_hunk()
792 p_max--; in another_hunk()
797 p_end = p_max; in another_hunk()
[all …]
/openbsd/sys/dev/pci/drm/i915/display/
H A Dvlv_dsi_pll.c64 unsigned int m_min, m_max, p_min = 2, p_max = 6; in dsi_calc_mnp() local
92 for (p = p_min; p <= p_max && delta; p++) { in dsi_calc_mnp()
/openbsd/lib/libcrypto/x509/
H A Dx509_asid.c991 ASN1_INTEGER *p_min = NULL, *p_max = NULL, *c_min = NULL, *c_max = NULL; in asid_contains() local
1009 &p_min, &p_max)) in asid_contains()
1011 if (ASN1_INTEGER_cmp(p_max, c_max) < 0) in asid_contains()