···5353 */
5454#define U_TIME_1MS_IN_NS (1000 * 1000)
55555656+/*
5757+ * The number of nanoseconds in a microsecond.
5858+5959+ * @see timepoint_ns
6060+ */
6161+#define U_TIME_1US_IN_NS 1000
6262+5663/*!
5764 * The number of nanoseconds in half a millisecond.
5865 *