Searched refs:ptv (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | poll-win32.c | 356 struct timeval *ptv; in pa_poll() local 393 ptv = &tv; in pa_poll() 394 ptv->tv_sec = 0; in pa_poll() 395 ptv->tv_usec = 0; in pa_poll() 399 ptv = &tv; in pa_poll() 400 ptv->tv_sec = timeout / 1000; in pa_poll() 401 ptv->tv_usec = (timeout % 1000) * 1000; in pa_poll() 405 ptv = NULL; in pa_poll() 447 rc = select (maxfd + 1, &rfds, &wfds, &efds, ptv); in pa_poll()
|
/third_party/boost/libs/smart_ptr/test/ |
D | sp_typeinfo_test.cpp | 35 boost::detail::sp_typeinfo_ const * ptv = &BOOST_SP_TYPEID_( void ); in main() local 36 BOOST_TEST( *ptv == tv ); in main()
|
/third_party/boost/libs/core/test/ |
D | typeinfo_test.cpp | 35 boost::core::typeinfo const * ptv = &BOOST_CORE_TYPEID( void ); in main() local 36 BOOST_TEST( *ptv == tv ); in main()
|
D | sp_typeinfo_test.cpp | 37 boost::detail::sp_typeinfo const * ptv = &BOOST_SP_TYPEID( void ); in main() local 38 BOOST_TEST( *ptv == tv ); in main()
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-service.c | 132 timeout_us % LWS_US_PER_SEC }, *ptv = &tv; in _lws_plat_service_tsi() local 151 n = select(max_fd + 1, &readfds, &writefds, &errfds, ptv); in _lws_plat_service_tsi()
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | test_buffer.hpp | 359 per_turn_visitor<point_type> ptv(complete.str(), visitor.get_points()); in test_buffer() local 368 ptv); in test_buffer() 369 ptv.map_input_output(geometry, buffered, distance_strategy.negative()); in test_buffer()
|
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpcvfdepay.c | 419 guint64 avtp_time, h264_time, tv, ptv; in gst_avtp_cvf_depay_get_avtp_timestamps() local 437 res = avtp_cvf_pdu_get (pdu, AVTP_CVF_FIELD_H264_PTV, &ptv); in gst_avtp_cvf_depay_get_avtp_timestamps() 440 if (ptv == 1) { in gst_avtp_cvf_depay_get_avtp_timestamps()
|