Home
last modified time | relevance | path

Searched defs:tzd (Results 1 – 25 of 118) sorted by relevance

12345

/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DDateTimeParserTest.cpp40 int tzd; in testISO8601() local
90 int tzd; in testISO8601Frac() local
227 int tzd; in testRFC822() local
286 int tzd; in testRFC1123() local
336 int tzd; in testHTTP() local
368 int tzd; in testRFC850() local
409 int tzd; in testRFC1036() local
441 int tzd; in testASCTIME() local
455 int tzd; in testSORTABLE() local
478 int tzd; in testCustom() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c118 static int soc_dts_enable(struct thermal_zone_device *tzd) in soc_dts_enable()
146 static int soc_dts_disable(struct thermal_zone_device *tzd) in soc_dts_disable()
200 static inline int sys_get_trip_temp(struct thermal_zone_device *tzd, in sys_get_trip_temp()
206 static inline int sys_get_crit_temp(struct thermal_zone_device *tzd, int *temp) in sys_get_crit_temp()
259 static inline int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp()
276 static int sys_get_curr_temp(struct thermal_zone_device *tzd, in sys_get_curr_temp()
301 static int sys_change_mode(struct thermal_zone_device *tzd, in sys_change_mode()
H A Dintel_soc_dts_iosf.c74 static int sys_get_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_get_trip_temp()
193 static int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp()
211 static int sys_get_trip_type(struct thermal_zone_device *tzd, in sys_get_trip_type()
223 static int sys_get_curr_temp(struct thermal_zone_device *tzd, in sys_get_curr_temp()
H A Dintel_pch_thermal.c84 struct thermal_zone_device *tzd; member
289 static int pch_thermal_get_temp(struct thermal_zone_device *tzd, int *temp) in pch_thermal_get_temp()
296 static int pch_get_trip_type(struct thermal_zone_device *tzd, int trip, in pch_get_trip_type()
313 static int pch_get_trip_temp(struct thermal_zone_device *tzd, int trip, int *temp) in pch_get_trip_temp()
329 static void pch_critical(struct thermal_zone_device *tzd) in pch_critical()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c118 static int soc_dts_enable(struct thermal_zone_device *tzd) in soc_dts_enable()
146 static int soc_dts_disable(struct thermal_zone_device *tzd) in soc_dts_disable()
200 static inline int sys_get_trip_temp(struct thermal_zone_device *tzd, in sys_get_trip_temp()
206 static inline int sys_get_crit_temp(struct thermal_zone_device *tzd, int *temp) in sys_get_crit_temp()
259 static inline int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp()
276 static int sys_get_curr_temp(struct thermal_zone_device *tzd, in sys_get_curr_temp()
301 static int sys_change_mode(struct thermal_zone_device *tzd, in sys_change_mode()
H A Dintel_soc_dts_iosf.c74 static int sys_get_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_get_trip_temp()
193 static int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp()
211 static int sys_get_trip_type(struct thermal_zone_device *tzd, in sys_get_trip_type()
223 static int sys_get_curr_temp(struct thermal_zone_device *tzd, in sys_get_curr_temp()
H A Dintel_pch_thermal.c84 struct thermal_zone_device *tzd; member
289 static int pch_thermal_get_temp(struct thermal_zone_device *tzd, int *temp) in pch_thermal_get_temp()
296 static int pch_get_trip_type(struct thermal_zone_device *tzd, int trip, in pch_get_trip_type()
313 static int pch_get_trip_temp(struct thermal_zone_device *tzd, int trip, int *temp) in pch_get_trip_temp()
329 static void pch_critical(struct thermal_zone_device *tzd) in pch_critical()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c118 static int soc_dts_enable(struct thermal_zone_device *tzd) in soc_dts_enable()
146 static int soc_dts_disable(struct thermal_zone_device *tzd) in soc_dts_disable()
200 static inline int sys_get_trip_temp(struct thermal_zone_device *tzd, in sys_get_trip_temp()
206 static inline int sys_get_crit_temp(struct thermal_zone_device *tzd, int *temp) in sys_get_crit_temp()
259 static inline int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp()
276 static int sys_get_curr_temp(struct thermal_zone_device *tzd, in sys_get_curr_temp()
301 static int sys_change_mode(struct thermal_zone_device *tzd, in sys_change_mode()
H A Dintel_soc_dts_iosf.c74 static int sys_get_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_get_trip_temp()
193 static int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp()
211 static int sys_get_trip_type(struct thermal_zone_device *tzd, in sys_get_trip_type()
223 static int sys_get_curr_temp(struct thermal_zone_device *tzd, in sys_get_curr_temp()
H A Dintel_pch_thermal.c84 struct thermal_zone_device *tzd; member
289 static int pch_thermal_get_temp(struct thermal_zone_device *tzd, int *temp) in pch_thermal_get_temp()
296 static int pch_get_trip_type(struct thermal_zone_device *tzd, int trip, in pch_get_trip_type()
313 static int pch_get_trip_temp(struct thermal_zone_device *tzd, int trip, int *temp) in pch_get_trip_temp()
329 static void pch_critical(struct thermal_zone_device *tzd) in pch_critical()
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DLocalDateTime.cpp42 LocalDateTime::LocalDateTime(int tzd, int year, int month, int day, int hour, int minute, int secon… in LocalDateTime()
56 LocalDateTime::LocalDateTime(int tzd, double julianDay): in LocalDateTime()
71 LocalDateTime::LocalDateTime(int tzd, const DateTime& dateTime): in LocalDateTime()
79 LocalDateTime::LocalDateTime(int tzd, const DateTime& dateTime, bool adjust): in LocalDateTime()
95 LocalDateTime::LocalDateTime(Timestamp::UtcTimeVal utcTime, Timestamp::TimeDiff diff, int tzd): in LocalDateTime()
146 LocalDateTime& LocalDateTime::assign(int tzd, int year, int month, int day, int hour, int minute, i… in assign()
154 LocalDateTime& LocalDateTime::assign(int tzd, double julianDay) in assign()
H A DTimezone.cpp35 int Timezone::tzd() in tzd() function in Poco::Timezone
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/src/
H A DExtractor.cpp181 int tzd; in extract() local
193 int tzd; in extract() local
205 int tzd; in extract() local
/dports/devel/poco/poco-1.10.1-all/Foundation/samples/DateTime/src/
H A DDateTime.cpp34 int tzd; in main() local
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/base/
H A Dtimezone.cpp108 int TimeZone::tzdToInt(const QString &tzd) in tzdToInt()
/dports/net-im/psi/psi-1.5/iris/src/xmpp/base/
H A Dtimezone.cpp108 int TimeZone::tzdToInt(const QString &tzd) in tzdToInt()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c21 struct thermal_zone_device *tzd; member
158 struct thermal_zone_device *tzd; in tegra_bpmp_thermal_probe() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c21 struct thermal_zone_device *tzd; member
158 struct thermal_zone_device *tzd; in tegra_bpmp_thermal_probe() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c21 struct thermal_zone_device *tzd; member
158 struct thermal_zone_device *tzd; in tegra_bpmp_thermal_probe() local
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dy2k_SUITE.erl140 tzd(Date) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dy2k_SUITE.erl140 tzd(Date) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dy2k_SUITE.erl140 tzd(Date) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dy2k_SUITE.erl140 tzd(Date) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dy2k_SUITE.erl140 tzd(Date) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dy2k_SUITE.erl140 tzd(Date) -> function

12345