Lines Matching full:microseconds

35 /** @brief System-wide macro to denote "forever" in microseconds
283 * "us" => "microseconds",
735 /** @brief Convert microseconds to hardware cycles. 32 bits. Truncates.
737 * Converts time values in microseconds to hardware cycles.
743 * @param t Source time in microseconds. uint64_t
751 /** @brief Convert microseconds to hardware cycles. 64 bits. Truncates.
753 * Converts time values in microseconds to hardware cycles.
759 * @param t Source time in microseconds. uint64_t
767 /** @brief Convert microseconds to hardware cycles. 32 bits. Round nearest.
769 * Converts time values in microseconds to hardware cycles.
775 * @param t Source time in microseconds. uint64_t
783 /** @brief Convert microseconds to hardware cycles. 64 bits. Round nearest.
785 * Converts time values in microseconds to hardware cycles.
791 * @param t Source time in microseconds. uint64_t
799 /** @brief Convert microseconds to hardware cycles. 32 bits. Rounds up.
801 * Converts time values in microseconds to hardware cycles.
807 * @param t Source time in microseconds. uint64_t
815 /** @brief Convert microseconds to hardware cycles. 64 bits. Rounds up.
817 * Converts time values in microseconds to hardware cycles.
823 * @param t Source time in microseconds. uint64_t
831 /** @brief Convert microseconds to ticks. 32 bits. Truncates.
833 * Converts time values in microseconds to ticks.
839 * @param t Source time in microseconds. uint64_t
847 /** @brief Convert microseconds to ticks. 64 bits. Truncates.
849 * Converts time values in microseconds to ticks.
855 * @param t Source time in microseconds. uint64_t
863 /** @brief Convert microseconds to ticks. 32 bits. Round nearest.
865 * Converts time values in microseconds to ticks.
871 * @param t Source time in microseconds. uint64_t
879 /** @brief Convert microseconds to ticks. 64 bits. Round nearest.
881 * Converts time values in microseconds to ticks.
887 * @param t Source time in microseconds. uint64_t
895 /** @brief Convert microseconds to ticks. 32 bits. Rounds up.
897 * Converts time values in microseconds to ticks.
903 * @param t Source time in microseconds. uint64_t
911 /** @brief Convert microseconds to ticks. 64 bits. Rounds up.
913 * Converts time values in microseconds to ticks.
919 * @param t Source time in microseconds. uint64_t
1311 /** @brief Convert hardware cycles to microseconds. 32 bits. Truncates.
1313 * Converts time values in hardware cycles to microseconds.
1321 * @return The converted time value in microseconds. uint32_t
1327 /** @brief Convert hardware cycles to microseconds. 64 bits. Truncates.
1329 * Converts time values in hardware cycles to microseconds.
1337 * @return The converted time value in microseconds. uint64_t
1343 /** @brief Convert hardware cycles to microseconds. 32 bits. Round nearest.
1345 * Converts time values in hardware cycles to microseconds.
1353 * @return The converted time value in microseconds. uint32_t
1359 /** @brief Convert hardware cycles to microseconds. 64 bits. Round nearest.
1361 * Converts time values in hardware cycles to microseconds.
1369 * @return The converted time value in microseconds. uint64_t
1375 /** @brief Convert hardware cycles to microseconds. 32 bits. Rounds up.
1377 * Converts time values in hardware cycles to microseconds.
1385 * @return The converted time value in microseconds. uint32_t
1391 /** @brief Convert hardware cycles to microseconds. 64 bits. Rounds up.
1393 * Converts time values in hardware cycles to microseconds.
1401 * @return The converted time value in microseconds. uint64_t
1791 /** @brief Convert ticks to microseconds. 32 bits. Truncates.
1793 * Converts time values in ticks to microseconds.
1801 * @return The converted time value in microseconds. uint32_t
1807 /** @brief Convert ticks to microseconds. 64 bits. Truncates.
1809 * Converts time values in ticks to microseconds.
1817 * @return The converted time value in microseconds. uint64_t
1823 /** @brief Convert ticks to microseconds. 32 bits. Round nearest.
1825 * Converts time values in ticks to microseconds.
1833 * @return The converted time value in microseconds. uint32_t
1839 /** @brief Convert ticks to microseconds. 64 bits. Round nearest.
1841 * Converts time values in ticks to microseconds.
1849 * @return The converted time value in microseconds. uint64_t
1855 /** @brief Convert ticks to microseconds. 32 bits. Rounds up.
1857 * Converts time values in ticks to microseconds.
1865 * @return The converted time value in microseconds. uint32_t
1871 /** @brief Convert ticks to microseconds. 64 bits. Rounds up.
1873 * Converts time values in ticks to microseconds.
1881 * @return The converted time value in microseconds. uint64_t