Lines Matching full:in

26 /** @brief System-wide macro to denote "forever" in milliseconds
35 /** @brief System-wide macro to denote "forever" in microseconds
71 * @return system timer frequency in Hz
81 * maximum timeout represented in source frequency domain and multiplied by
82 * target frequency fits in 64 bits.
96 * frequencies are an integer ratio (in either direction), or a full
103 * appropriately in a user-facing API. The boolean arguments are:
154 * GNU extension; 2. everything in this file is designed to be computed
267 * precision. These units conversions were not available in 32 bit
269 * has precision traps that we probably don't want to support in an
307 * print " * Converts time values in $hfrom to $hto.\n";
308 * print " * Computes result in $sz bit precision.\n";
317 * print " * \@param t Source time in $hfrom. uint64_t\n";
319 * print " * \@return The converted time value in $hto. $type\n";
345 * Converts time values in milliseconds to hardware cycles.
346 * Computes result in 32 bit precision.
349 * @param t Source time in milliseconds. uint64_t
351 * @return The converted time value in hardware cycles. uint32_t
360 * Converts time values in milliseconds to hardware cycles.
361 * Computes result in 64 bit precision.
364 * @param t Source time in milliseconds. uint64_t
366 * @return The converted time value in hardware cycles. uint64_t
375 * Converts time values in milliseconds to hardware cycles.
376 * Computes result in 32 bit precision.
379 * @param t Source time in milliseconds. uint64_t
381 * @return The converted time value in hardware cycles. uint32_t
390 * Converts time values in milliseconds to hardware cycles.
391 * Computes result in 64 bit precision.
394 * @param t Source time in milliseconds. uint64_t
396 * @return The converted time value in hardware cycles. uint64_t
405 * Converts time values in milliseconds to hardware cycles.
406 * Computes result in 32 bit precision.
409 * @param t Source time in milliseconds. uint64_t
411 * @return The converted time value in hardware cycles. uint32_t
420 * Converts time values in milliseconds to hardware cycles.
421 * Computes result in 64 bit precision.
424 * @param t Source time in milliseconds. uint64_t
426 * @return The converted time value in hardware cycles. uint64_t
435 * Converts time values in milliseconds to ticks.
436 * Computes result in 32 bit precision.
439 * @param t Source time in milliseconds. uint64_t
441 * @return The converted time value in ticks. uint32_t
450 * Converts time values in milliseconds to ticks.
451 * Computes result in 64 bit precision.
454 * @param t Source time in milliseconds. uint64_t
456 * @return The converted time value in ticks. uint64_t
465 * Converts time values in milliseconds to ticks.
466 * Computes result in 32 bit precision.
469 * @param t Source time in milliseconds. uint64_t
471 * @return The converted time value in ticks. uint32_t
480 * Converts time values in milliseconds to ticks.
481 * Computes result in 64 bit precision.
484 * @param t Source time in milliseconds. uint64_t
486 * @return The converted time value in ticks. uint64_t
495 * Converts time values in milliseconds to ticks.
496 * Computes result in 32 bit precision.
499 * @param t Source time in milliseconds. uint64_t
501 * @return The converted time value in ticks. uint32_t
510 * Converts time values in milliseconds to ticks.
511 * Computes result in 64 bit precision.
514 * @param t Source time in milliseconds. uint64_t
516 * @return The converted time value in ticks. uint64_t
525 * Converts time values in microseconds to hardware cycles.
526 * Computes result in 32 bit precision.
529 * @param t Source time in microseconds. uint64_t
531 * @return The converted time value in hardware cycles. uint32_t
540 * Converts time values in microseconds to hardware cycles.
541 * Computes result in 64 bit precision.
544 * @param t Source time in microseconds. uint64_t
546 * @return The converted time value in hardware cycles. uint64_t
555 * Converts time values in microseconds to hardware cycles.
556 * Computes result in 32 bit precision.
559 * @param t Source time in microseconds. uint64_t
561 * @return The converted time value in hardware cycles. uint32_t
570 * Converts time values in microseconds to hardware cycles.
571 * Computes result in 64 bit precision.
574 * @param t Source time in microseconds. uint64_t
576 * @return The converted time value in hardware cycles. uint64_t
585 * Converts time values in microseconds to hardware cycles.
586 * Computes result in 32 bit precision.
589 * @param t Source time in microseconds. uint64_t
591 * @return The converted time value in hardware cycles. uint32_t
600 * Converts time values in microseconds to hardware cycles.
601 * Computes result in 64 bit precision.
604 * @param t Source time in microseconds. uint64_t
606 * @return The converted time value in hardware cycles. uint64_t
615 * Converts time values in microseconds to ticks.
616 * Computes result in 32 bit precision.
619 * @param t Source time in microseconds. uint64_t
621 * @return The converted time value in ticks. uint32_t
630 * Converts time values in microseconds to ticks.
631 * Computes result in 64 bit precision.
634 * @param t Source time in microseconds. uint64_t
636 * @return The converted time value in ticks. uint64_t
645 * Converts time values in microseconds to ticks.
646 * Computes result in 32 bit precision.
649 * @param t Source time in microseconds. uint64_t
651 * @return The converted time value in ticks. uint32_t
660 * Converts time values in microseconds to ticks.
661 * Computes result in 64 bit precision.
664 * @param t Source time in microseconds. uint64_t
666 * @return The converted time value in ticks. uint64_t
675 * Converts time values in microseconds to ticks.
676 * Computes result in 32 bit precision.
679 * @param t Source time in microseconds. uint64_t
681 * @return The converted time value in ticks. uint32_t
690 * Converts time values in microseconds to ticks.
691 * Computes result in 64 bit precision.
694 * @param t Source time in microseconds. uint64_t
696 * @return The converted time value in ticks. uint64_t
705 * Converts time values in nanoseconds to hardware cycles.
706 * Computes result in 32 bit precision.
709 * @param t Source time in nanoseconds. uint64_t
711 * @return The converted time value in hardware cycles. uint32_t
720 * Converts time values in nanoseconds to hardware cycles.
721 * Computes result in 64 bit precision.
724 * @param t Source time in nanoseconds. uint64_t
726 * @return The converted time value in hardware cycles. uint64_t
735 * Converts time values in nanoseconds to hardware cycles.
736 * Computes result in 32 bit precision.
739 * @param t Source time in nanoseconds. uint64_t
741 * @return The converted time value in hardware cycles. uint32_t
750 * Converts time values in nanoseconds to hardware cycles.
751 * Computes result in 64 bit precision.
754 * @param t Source time in nanoseconds. uint64_t
756 * @return The converted time value in hardware cycles. uint64_t
765 * Converts time values in nanoseconds to hardware cycles.
766 * Computes result in 32 bit precision.
769 * @param t Source time in nanoseconds. uint64_t
771 * @return The converted time value in hardware cycles. uint32_t
780 * Converts time values in nanoseconds to hardware cycles.
781 * Computes result in 64 bit precision.
784 * @param t Source time in nanoseconds. uint64_t
786 * @return The converted time value in hardware cycles. uint64_t
795 * Converts time values in nanoseconds to ticks.
796 * Computes result in 32 bit precision.
799 * @param t Source time in nanoseconds. uint64_t
801 * @return The converted time value in ticks. uint32_t
810 * Converts time values in nanoseconds to ticks.
811 * Computes result in 64 bit precision.
814 * @param t Source time in nanoseconds. uint64_t
816 * @return The converted time value in ticks. uint64_t
825 * Converts time values in nanoseconds to ticks.
826 * Computes result in 32 bit precision.
829 * @param t Source time in nanoseconds. uint64_t
831 * @return The converted time value in ticks. uint32_t
840 * Converts time values in nanoseconds to ticks.
841 * Computes result in 64 bit precision.
844 * @param t Source time in nanoseconds. uint64_t
846 * @return The converted time value in ticks. uint64_t
855 * Converts time values in nanoseconds to ticks.
856 * Computes result in 32 bit precision.
859 * @param t Source time in nanoseconds. uint64_t
861 * @return The converted time value in ticks. uint32_t
870 * Converts time values in nanoseconds to ticks.
871 * Computes result in 64 bit precision.
874 * @param t Source time in nanoseconds. uint64_t
876 * @return The converted time value in ticks. uint64_t
885 * Converts time values in hardware cycles to milliseconds.
886 * Computes result in 32 bit precision.
889 * @param t Source time in hardware cycles. uint64_t
891 * @return The converted time value in milliseconds. uint32_t
900 * Converts time values in hardware cycles to milliseconds.
901 * Computes result in 64 bit precision.
904 * @param t Source time in hardware cycles. uint64_t
906 * @return The converted time value in milliseconds. uint64_t
915 * Converts time values in hardware cycles to milliseconds.
916 * Computes result in 32 bit precision.
919 * @param t Source time in hardware cycles. uint64_t
921 * @return The converted time value in milliseconds. uint32_t
930 * Converts time values in hardware cycles to milliseconds.
931 * Computes result in 64 bit precision.
934 * @param t Source time in hardware cycles. uint64_t
936 * @return The converted time value in milliseconds. uint64_t
945 * Converts time values in hardware cycles to milliseconds.
946 * Computes result in 32 bit precision.
949 * @param t Source time in hardware cycles. uint64_t
951 * @return The converted time value in milliseconds. uint32_t
960 * Converts time values in hardware cycles to milliseconds.
961 * Computes result in 64 bit precision.
964 * @param t Source time in hardware cycles. uint64_t
966 * @return The converted time value in milliseconds. uint64_t
975 * Converts time values in hardware cycles to microseconds.
976 * Computes result in 32 bit precision.
979 * @param t Source time in hardware cycles. uint64_t
981 * @return The converted time value in microseconds. uint32_t
990 * Converts time values in hardware cycles to microseconds.
991 * Computes result in 64 bit precision.
994 * @param t Source time in hardware cycles. uint64_t
996 * @return The converted time value in microseconds. uint64_t
1005 * Converts time values in hardware cycles to microseconds.
1006 * Computes result in 32 bit precision.
1009 * @param t Source time in hardware cycles. uint64_t
1011 * @return The converted time value in microseconds. uint32_t
1020 * Converts time values in hardware cycles to microseconds.
1021 * Computes result in 64 bit precision.
1024 * @param t Source time in hardware cycles. uint64_t
1026 * @return The converted time value in microseconds. uint64_t
1035 * Converts time values in hardware cycles to microseconds.
1036 * Computes result in 32 bit precision.
1039 * @param t Source time in hardware cycles. uint64_t
1041 * @return The converted time value in microseconds. uint32_t
1050 * Converts time values in hardware cycles to microseconds.
1051 * Computes result in 64 bit precision.
1054 * @param t Source time in hardware cycles. uint64_t
1056 * @return The converted time value in microseconds. uint64_t
1065 * Converts time values in hardware cycles to nanoseconds.
1066 * Computes result in 32 bit precision.
1069 * @param t Source time in hardware cycles. uint64_t
1071 * @return The converted time value in nanoseconds. uint32_t
1080 * Converts time values in hardware cycles to nanoseconds.
1081 * Computes result in 64 bit precision.
1084 * @param t Source time in hardware cycles. uint64_t
1086 * @return The converted time value in nanoseconds. uint64_t
1095 * Converts time values in hardware cycles to nanoseconds.
1096 * Computes result in 32 bit precision.
1099 * @param t Source time in hardware cycles. uint64_t
1101 * @return The converted time value in nanoseconds. uint32_t
1110 * Converts time values in hardware cycles to nanoseconds.
1111 * Computes result in 64 bit precision.
1114 * @param t Source time in hardware cycles. uint64_t
1116 * @return The converted time value in nanoseconds. uint64_t
1125 * Converts time values in hardware cycles to nanoseconds.
1126 * Computes result in 32 bit precision.
1129 * @param t Source time in hardware cycles. uint64_t
1131 * @return The converted time value in nanoseconds. uint32_t
1140 * Converts time values in hardware cycles to nanoseconds.
1141 * Computes result in 64 bit precision.
1144 * @param t Source time in hardware cycles. uint64_t
1146 * @return The converted time value in nanoseconds. uint64_t
1155 * Converts time values in hardware cycles to ticks.
1156 * Computes result in 32 bit precision.
1159 * @param t Source time in hardware cycles. uint64_t
1161 * @return The converted time value in ticks. uint32_t
1170 * Converts time values in hardware cycles to ticks.
1171 * Computes result in 64 bit precision.
1174 * @param t Source time in hardware cycles. uint64_t
1176 * @return The converted time value in ticks. uint64_t
1185 * Converts time values in hardware cycles to ticks.
1186 * Computes result in 32 bit precision.
1189 * @param t Source time in hardware cycles. uint64_t
1191 * @return The converted time value in ticks. uint32_t
1200 * Converts time values in hardware cycles to ticks.
1201 * Computes result in 64 bit precision.
1204 * @param t Source time in hardware cycles. uint64_t
1206 * @return The converted time value in ticks. uint64_t
1215 * Converts time values in hardware cycles to ticks.
1216 * Computes result in 32 bit precision.
1219 * @param t Source time in hardware cycles. uint64_t
1221 * @return The converted time value in ticks. uint32_t
1230 * Converts time values in hardware cycles to ticks.
1231 * Computes result in 64 bit precision.
1234 * @param t Source time in hardware cycles. uint64_t
1236 * @return The converted time value in ticks. uint64_t
1245 * Converts time values in ticks to milliseconds.
1246 * Computes result in 32 bit precision.
1249 * @param t Source time in ticks. uint64_t
1251 * @return The converted time value in milliseconds. uint32_t
1260 * Converts time values in ticks to milliseconds.
1261 * Computes result in 64 bit precision.
1264 * @param t Source time in ticks. uint64_t
1266 * @return The converted time value in milliseconds. uint64_t
1275 * Converts time values in ticks to milliseconds.
1276 * Computes result in 32 bit precision.
1279 * @param t Source time in ticks. uint64_t
1281 * @return The converted time value in milliseconds. uint32_t
1290 * Converts time values in ticks to milliseconds.
1291 * Computes result in 64 bit precision.
1294 * @param t Source time in ticks. uint64_t
1296 * @return The converted time value in milliseconds. uint64_t
1305 * Converts time values in ticks to milliseconds.
1306 * Computes result in 32 bit precision.
1309 * @param t Source time in ticks. uint64_t
1311 * @return The converted time value in milliseconds. uint32_t
1320 * Converts time values in ticks to milliseconds.
1321 * Computes result in 64 bit precision.
1324 * @param t Source time in ticks. uint64_t
1326 * @return The converted time value in milliseconds. uint64_t
1335 * Converts time values in ticks to microseconds.
1336 * Computes result in 32 bit precision.
1339 * @param t Source time in ticks. uint64_t
1341 * @return The converted time value in microseconds. uint32_t
1350 * Converts time values in ticks to microseconds.
1351 * Computes result in 64 bit precision.
1354 * @param t Source time in ticks. uint64_t
1356 * @return The converted time value in microseconds. uint64_t
1365 * Converts time values in ticks to microseconds.
1366 * Computes result in 32 bit precision.
1369 * @param t Source time in ticks. uint64_t
1371 * @return The converted time value in microseconds. uint32_t
1380 * Converts time values in ticks to microseconds.
1381 * Computes result in 64 bit precision.
1384 * @param t Source time in ticks. uint64_t
1386 * @return The converted time value in microseconds. uint64_t
1395 * Converts time values in ticks to microseconds.
1396 * Computes result in 32 bit precision.
1399 * @param t Source time in ticks. uint64_t
1401 * @return The converted time value in microseconds. uint32_t
1410 * Converts time values in ticks to microseconds.
1411 * Computes result in 64 bit precision.
1414 * @param t Source time in ticks. uint64_t
1416 * @return The converted time value in microseconds. uint64_t
1425 * Converts time values in ticks to nanoseconds.
1426 * Computes result in 32 bit precision.
1429 * @param t Source time in ticks. uint64_t
1431 * @return The converted time value in nanoseconds. uint32_t
1440 * Converts time values in ticks to nanoseconds.
1441 * Computes result in 64 bit precision.
1444 * @param t Source time in ticks. uint64_t
1446 * @return The converted time value in nanoseconds. uint64_t
1455 * Converts time values in ticks to nanoseconds.
1456 * Computes result in 32 bit precision.
1459 * @param t Source time in ticks. uint64_t
1461 * @return The converted time value in nanoseconds. uint32_t
1470 * Converts time values in ticks to nanoseconds.
1471 * Computes result in 64 bit precision.
1474 * @param t Source time in ticks. uint64_t
1476 * @return The converted time value in nanoseconds. uint64_t
1485 * Converts time values in ticks to nanoseconds.
1486 * Computes result in 32 bit precision.
1489 * @param t Source time in ticks. uint64_t
1491 * @return The converted time value in nanoseconds. uint32_t
1500 * Converts time values in ticks to nanoseconds.
1501 * Computes result in 64 bit precision.
1504 * @param t Source time in ticks. uint64_t
1506 * @return The converted time value in nanoseconds. uint64_t
1515 * Converts time values in ticks to hardware cycles.
1516 * Computes result in 32 bit precision.
1519 * @param t Source time in ticks. uint64_t
1521 * @return The converted time value in hardware cycles. uint32_t
1530 * Converts time values in ticks to hardware cycles.
1531 * Computes result in 64 bit precision.
1534 * @param t Source time in ticks. uint64_t
1536 * @return The converted time value in hardware cycles. uint64_t
1545 * Converts time values in ticks to hardware cycles.
1546 * Computes result in 32 bit precision.
1549 * @param t Source time in ticks. uint64_t
1551 * @return The converted time value in hardware cycles. uint32_t
1560 * Converts time values in ticks to hardware cycles.
1561 * Computes result in 64 bit precision.
1564 * @param t Source time in ticks. uint64_t
1566 * @return The converted time value in hardware cycles. uint64_t
1575 * Converts time values in ticks to hardware cycles.
1576 * Computes result in 32 bit precision.
1579 * @param t Source time in ticks. uint64_t
1581 * @return The converted time value in hardware cycles. uint32_t
1590 * Converts time values in ticks to hardware cycles.
1591 * Computes result in 64 bit precision.
1594 * @param t Source time in ticks. uint64_t
1596 * @return The converted time value in hardware cycles. uint64_t