Searched refs:segment_t (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/geometry/test/strategies/ |
D | segment_intersection_geo.cpp | 19 typedef bg::model::segment<point_t> segment_t; in test_geographic() typedef 21 test_all_strategies<segment_t, point_t>( in test_geographic() 23 test_all_strategies<segment_t, point_t>( in test_geographic() 25 test_all_strategies<segment_t, point_t>( in test_geographic() 27 test_all_strategies<segment_t, point_t>( in test_geographic() 29 test_all_strategies<segment_t, point_t>( in test_geographic() 31 test_all_strategies<segment_t, point_t>( in test_geographic() 33 test_all_strategies<segment_t, point_t>( in test_geographic() 35 test_all_strategies<segment_t, point_t>( in test_geographic() 38 test_strategies<segment_t, point_t>( in test_geographic() [all …]
|
D | segment_intersection_sph.cpp | 33 typedef bg::model::segment<point_t> segment_t; in test_spherical() typedef 36 test_spherical_strategy<segment_t, point_t>( in test_spherical() 38 test_spherical_strategy<segment_t, point_t>( in test_spherical() 40 test_spherical_strategy<segment_t, point_t>( in test_spherical() 42 test_spherical_strategy<segment_t, point_t>( in test_spherical() 45 test_spherical_strategy<segment_t, point_t>( in test_spherical() 47 test_spherical_strategy<segment_t, point_t>( in test_spherical() 49 test_spherical_strategy<segment_t, point_t>( in test_spherical() 51 test_spherical_strategy<segment_t, point_t>( in test_spherical() 56 test_spherical_strategy<segment_t, point_t>( in test_spherical() [all …]
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | segment.c | 88 gcp->seglist = calloc(MAX_SEGMENTS + 1, sizeof(segment_t *)); in segment_init() 95 static segment_t *new_segment(void) in new_segment() 98 segment_t *segp = (segment_t *) calloc(1, sizeof(segment_t)); in new_segment() 109 static segment_t *get_seg_slot(void) in get_seg_slot() 112 segment_t *segp, **segpp; in get_seg_slot() 144 static void unmap_segment(segment_t * segp) in unmap_segment() 173 static void free_seg_slot(segment_t * segp) in free_seg_slot() 204 segment_t *segp, **segpp; in segment_cleanup() 254 static int map_anon_segment(segment_t * segp) in map_anon_segment() 287 static int open_file(segment_t * segp) in open_file() [all …]
|
D | memtoy.h | 56 segment_t **seglist; /* list of known segments */ 57 segment_t *seg_avail; /* an available segment */
|
D | segment.h | 40 typedef struct segment segment_t; typedef
|
/third_party/boost/libs/geometry/doc/src/examples/geometries/ |
D | segment.cpp | 23 typedef bg::model::segment<point_t> segment_t; in main() typedef 25 segment_t seg1; /*< Default-construct a segment. >*/ in main() 26 …segment_t seg2(point_t(0.0, 0.0), point_t(5.0, 5.0)); /*< Construct, assigning the first and the s… in main() 30 …segment_t seg3{{0.0, 0.0}, {5.0, 5.0}}; /*< Construct, using C++11 unified initialization syntax. … in main()
|
/third_party/boost/boost/dll/detail/ |
D | macho_info.hpp | 163 typedef boost::dll::detail::segment_command_template<AddressOffsetT> segment_t; typedef in boost::dll::detail::macho_info 209 segment_t segment; in operator ()()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | is_valid.cpp | 1240 typedef bg::model::segment<P> segment_t; in test_with_invalid_coordinate() typedef 1270 segment_t s; in test_with_invalid_coordinate()
|