Searched refs:ts_system (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/ |
H A D | travelsalesman.cpp | 87 TravelSalesman ts_system(posCity, next); in main() local 95 …int changesApplied = ml::simulatedAnnealingSolver(ts_system, currentTemperature, currentTemperatur… in main() 100 …=" << changesApplied << " temp=" << currentTemperature << " result=" << ts_system.energy() << std:… in main()
|
/dports/net/haproxy/haproxy-2.4.10/addons/ot/src/ |
H A D | opentracing.c | 270 …peration_name, const struct timespec *ts_steady, const struct timespec *ts_system, int ref_type, i… in ot_span_init() argument 277 … %p, %p, %d, %d, %p, %p, %d, %p:%p", tracer, operation_name, ts_steady, ts_system, ref_type, ref_c… in ot_span_init() 289 if (ts_system != NULL) in ot_span_init() 290 …(void)memcpy(&(options.start_time_system.value), ts_system, sizeof(options.start_time_system.value… in ot_span_init() 332 …peration_name, const struct timespec *ts_steady, const struct timespec *ts_system, int ref_type, i… in ot_span_init_va() argument 338 …%d, %p, %p:%p, \"%s\", \"%s\", ...", tracer, operation_name, ts_steady, ts_system, ref_type, ref_c… in ot_span_init_va() 355 …retptr = ot_span_init(tracer, operation_name, ts_steady, ts_system, ref_type, ref_ctx_idx, ref_spa… in ot_span_init_va()
|
/dports/net/haproxy/haproxy-2.4.10/addons/ot/include/ |
H A D | opentracing.h | 56 …peration_name, const struct timespec *ts_steady, const struct timespec *ts_system, int ref_type, i… 66 …peration_name, const struct timespec *ts_steady, const struct timespec *ts_system, int ref_type, i…
|