Home
last modified time | relevance | path

Searched refs:oslp (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_Linf_2/
H A DBasic_predicates_C2.h1841 const Oriented_side oslp = oriented_side_of_line(lcv, p); in points_inside_touching_sides_v() local
1842 if (oslt != oslp) { in points_inside_touching_sides_v()
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmp_api.c2022 struct session_list *slp = NULL, *oslp = NULL; in snmp_close() local
2032 if (oslp) /* if we found entry that points here */ in snmp_close()
2033 oslp->next = slp->next; /* link around this entry */ in snmp_close()
2036 oslp = slp; in snmp_close()