Lines Matching full:cycles
279 * "cyc" => "hardware cycles",
345 /** @brief Convert seconds to hardware cycles. 32 bits. Truncates.
347 * Converts time values in seconds to hardware cycles.
355 * @return The converted time value in hardware cycles. uint32_t
361 /** @brief Convert seconds to hardware cycles. 64 bits. Truncates.
363 * Converts time values in seconds to hardware cycles.
371 * @return The converted time value in hardware cycles. uint64_t
377 /** @brief Convert seconds to hardware cycles. 32 bits. Round nearest.
379 * Converts time values in seconds to hardware cycles.
387 * @return The converted time value in hardware cycles. uint32_t
393 /** @brief Convert seconds to hardware cycles. 64 bits. Round nearest.
395 * Converts time values in seconds to hardware cycles.
403 * @return The converted time value in hardware cycles. uint64_t
409 /** @brief Convert seconds to hardware cycles. 32 bits. Rounds up.
411 * Converts time values in seconds to hardware cycles.
419 * @return The converted time value in hardware cycles. uint32_t
425 /** @brief Convert seconds to hardware cycles. 64 bits. Rounds up.
427 * Converts time values in seconds to hardware cycles.
435 * @return The converted time value in hardware cycles. uint64_t
537 /** @brief Convert milliseconds to hardware cycles. 32 bits. Truncates.
539 * Converts time values in milliseconds to hardware cycles.
547 * @return The converted time value in hardware cycles. uint32_t
553 /** @brief Convert milliseconds to hardware cycles. 64 bits. Truncates.
555 * Converts time values in milliseconds to hardware cycles.
563 * @return The converted time value in hardware cycles. uint64_t
569 /** @brief Convert milliseconds to hardware cycles. 32 bits. Round nearest.
571 * Converts time values in milliseconds to hardware cycles.
579 * @return The converted time value in hardware cycles. uint32_t
585 /** @brief Convert milliseconds to hardware cycles. 64 bits. Round nearest.
587 * Converts time values in milliseconds to hardware cycles.
595 * @return The converted time value in hardware cycles. uint64_t
601 /** @brief Convert milliseconds to hardware cycles. 32 bits. Rounds up.
603 * Converts time values in milliseconds to hardware cycles.
611 * @return The converted time value in hardware cycles. uint32_t
617 /** @brief Convert milliseconds to hardware cycles. 64 bits. Rounds up.
619 * Converts time values in milliseconds to hardware cycles.
627 * @return The converted time value in hardware cycles. uint64_t
729 /** @brief Convert microseconds to hardware cycles. 32 bits. Truncates.
731 * Converts time values in microseconds to hardware cycles.
739 * @return The converted time value in hardware cycles. uint32_t
745 /** @brief Convert microseconds to hardware cycles. 64 bits. Truncates.
747 * Converts time values in microseconds to hardware cycles.
755 * @return The converted time value in hardware cycles. uint64_t
761 /** @brief Convert microseconds to hardware cycles. 32 bits. Round nearest.
763 * Converts time values in microseconds to hardware cycles.
771 * @return The converted time value in hardware cycles. uint32_t
777 /** @brief Convert microseconds to hardware cycles. 64 bits. Round nearest.
779 * Converts time values in microseconds to hardware cycles.
787 * @return The converted time value in hardware cycles. uint64_t
793 /** @brief Convert microseconds to hardware cycles. 32 bits. Rounds up.
795 * Converts time values in microseconds to hardware cycles.
803 * @return The converted time value in hardware cycles. uint32_t
809 /** @brief Convert microseconds to hardware cycles. 64 bits. Rounds up.
811 * Converts time values in microseconds to hardware cycles.
819 * @return The converted time value in hardware cycles. uint64_t
921 /** @brief Convert nanoseconds to hardware cycles. 32 bits. Truncates.
923 * Converts time values in nanoseconds to hardware cycles.
931 * @return The converted time value in hardware cycles. uint32_t
937 /** @brief Convert nanoseconds to hardware cycles. 64 bits. Truncates.
939 * Converts time values in nanoseconds to hardware cycles.
947 * @return The converted time value in hardware cycles. uint64_t
953 /** @brief Convert nanoseconds to hardware cycles. 32 bits. Round nearest.
955 * Converts time values in nanoseconds to hardware cycles.
963 * @return The converted time value in hardware cycles. uint32_t
969 /** @brief Convert nanoseconds to hardware cycles. 64 bits. Round nearest.
971 * Converts time values in nanoseconds to hardware cycles.
979 * @return The converted time value in hardware cycles. uint64_t
985 /** @brief Convert nanoseconds to hardware cycles. 32 bits. Rounds up.
987 * Converts time values in nanoseconds to hardware cycles.
995 * @return The converted time value in hardware cycles. uint32_t
1001 /** @brief Convert nanoseconds to hardware cycles. 64 bits. Rounds up.
1003 * Converts time values in nanoseconds to hardware cycles.
1011 * @return The converted time value in hardware cycles. uint64_t
1113 /** @brief Convert hardware cycles to seconds. 32 bits. Truncates.
1115 * Converts time values in hardware cycles to seconds.
1121 * @param t Source time in hardware cycles. uint64_t
1129 /** @brief Convert hardware cycles to seconds. 64 bits. Truncates.
1131 * Converts time values in hardware cycles to seconds.
1137 * @param t Source time in hardware cycles. uint64_t
1145 /** @brief Convert hardware cycles to seconds. 32 bits. Round nearest.
1147 * Converts time values in hardware cycles to seconds.
1153 * @param t Source time in hardware cycles. uint64_t
1161 /** @brief Convert hardware cycles to seconds. 64 bits. Round nearest.
1163 * Converts time values in hardware cycles to seconds.
1169 * @param t Source time in hardware cycles. uint64_t
1177 /** @brief Convert hardware cycles to seconds. 32 bits. Rounds up.
1179 * Converts time values in hardware cycles to seconds.
1185 * @param t Source time in hardware cycles. uint64_t
1193 /** @brief Convert hardware cycles to seconds. 64 bits. Rounds up.
1195 * Converts time values in hardware cycles to seconds.
1201 * @param t Source time in hardware cycles. uint64_t
1209 /** @brief Convert hardware cycles to milliseconds. 32 bits. Truncates.
1211 * Converts time values in hardware cycles to milliseconds.
1217 * @param t Source time in hardware cycles. uint64_t
1225 /** @brief Convert hardware cycles to milliseconds. 64 bits. Truncates.
1227 * Converts time values in hardware cycles to milliseconds.
1233 * @param t Source time in hardware cycles. uint64_t
1241 /** @brief Convert hardware cycles to milliseconds. 32 bits. Round nearest.
1243 * Converts time values in hardware cycles to milliseconds.
1249 * @param t Source time in hardware cycles. uint64_t
1257 /** @brief Convert hardware cycles to milliseconds. 64 bits. Round nearest.
1259 * Converts time values in hardware cycles to milliseconds.
1265 * @param t Source time in hardware cycles. uint64_t
1273 /** @brief Convert hardware cycles to milliseconds. 32 bits. Rounds up.
1275 * Converts time values in hardware cycles to milliseconds.
1281 * @param t Source time in hardware cycles. uint64_t
1289 /** @brief Convert hardware cycles to milliseconds. 64 bits. Rounds up.
1291 * Converts time values in hardware cycles to milliseconds.
1297 * @param t Source time in hardware cycles. uint64_t
1305 /** @brief Convert hardware cycles to microseconds. 32 bits. Truncates.
1307 * Converts time values in hardware cycles to microseconds.
1313 * @param t Source time in hardware cycles. uint64_t
1321 /** @brief Convert hardware cycles to microseconds. 64 bits. Truncates.
1323 * Converts time values in hardware cycles to microseconds.
1329 * @param t Source time in hardware cycles. uint64_t
1337 /** @brief Convert hardware cycles to microseconds. 32 bits. Round nearest.
1339 * Converts time values in hardware cycles to microseconds.
1345 * @param t Source time in hardware cycles. uint64_t
1353 /** @brief Convert hardware cycles to microseconds. 64 bits. Round nearest.
1355 * Converts time values in hardware cycles to microseconds.
1361 * @param t Source time in hardware cycles. uint64_t
1369 /** @brief Convert hardware cycles to microseconds. 32 bits. Rounds up.
1371 * Converts time values in hardware cycles to microseconds.
1377 * @param t Source time in hardware cycles. uint64_t
1385 /** @brief Convert hardware cycles to microseconds. 64 bits. Rounds up.
1387 * Converts time values in hardware cycles to microseconds.
1393 * @param t Source time in hardware cycles. uint64_t
1401 /** @brief Convert hardware cycles to nanoseconds. 32 bits. Truncates.
1403 * Converts time values in hardware cycles to nanoseconds.
1409 * @param t Source time in hardware cycles. uint64_t
1417 /** @brief Convert hardware cycles to nanoseconds. 64 bits. Truncates.
1419 * Converts time values in hardware cycles to nanoseconds.
1425 * @param t Source time in hardware cycles. uint64_t
1433 /** @brief Convert hardware cycles to nanoseconds. 32 bits. Round nearest.
1435 * Converts time values in hardware cycles to nanoseconds.
1441 * @param t Source time in hardware cycles. uint64_t
1449 /** @brief Convert hardware cycles to nanoseconds. 64 bits. Round nearest.
1451 * Converts time values in hardware cycles to nanoseconds.
1457 * @param t Source time in hardware cycles. uint64_t
1465 /** @brief Convert hardware cycles to nanoseconds. 32 bits. Rounds up.
1467 * Converts time values in hardware cycles to nanoseconds.
1473 * @param t Source time in hardware cycles. uint64_t
1481 /** @brief Convert hardware cycles to nanoseconds. 64 bits. Rounds up.
1483 * Converts time values in hardware cycles to nanoseconds.
1489 * @param t Source time in hardware cycles. uint64_t
1497 /** @brief Convert hardware cycles to ticks. 32 bits. Truncates.
1499 * Converts time values in hardware cycles to ticks.
1505 * @param t Source time in hardware cycles. uint64_t
1513 /** @brief Convert hardware cycles to ticks. 64 bits. Truncates.
1515 * Converts time values in hardware cycles to ticks.
1521 * @param t Source time in hardware cycles. uint64_t
1529 /** @brief Convert hardware cycles to ticks. 32 bits. Round nearest.
1531 * Converts time values in hardware cycles to ticks.
1537 * @param t Source time in hardware cycles. uint64_t
1545 /** @brief Convert hardware cycles to ticks. 64 bits. Round nearest.
1547 * Converts time values in hardware cycles to ticks.
1553 * @param t Source time in hardware cycles. uint64_t
1561 /** @brief Convert hardware cycles to ticks. 32 bits. Rounds up.
1563 * Converts time values in hardware cycles to ticks.
1569 * @param t Source time in hardware cycles. uint64_t
1577 /** @brief Convert hardware cycles to ticks. 64 bits. Rounds up.
1579 * Converts time values in hardware cycles to ticks.
1585 * @param t Source time in hardware cycles. uint64_t
1977 /** @brief Convert ticks to hardware cycles. 32 bits. Truncates.
1979 * Converts time values in ticks to hardware cycles.
1987 * @return The converted time value in hardware cycles. uint32_t
1993 /** @brief Convert ticks to hardware cycles. 64 bits. Truncates.
1995 * Converts time values in ticks to hardware cycles.
2003 * @return The converted time value in hardware cycles. uint64_t
2009 /** @brief Convert ticks to hardware cycles. 32 bits. Round nearest.
2011 * Converts time values in ticks to hardware cycles.
2019 * @return The converted time value in hardware cycles. uint32_t
2025 /** @brief Convert ticks to hardware cycles. 64 bits. Round nearest.
2027 * Converts time values in ticks to hardware cycles.
2035 * @return The converted time value in hardware cycles. uint64_t
2041 /** @brief Convert ticks to hardware cycles. 32 bits. Rounds up.
2043 * Converts time values in ticks to hardware cycles.
2051 * @return The converted time value in hardware cycles. uint32_t
2057 /** @brief Convert ticks to hardware cycles. 64 bits. Rounds up.
2059 * Converts time values in ticks to hardware cycles.
2067 * @return The converted time value in hardware cycles. uint64_t