Searched refs:SUB_US_BITS (Results 1 – 1 of 1) sorted by relevance
109 #define SUB_US_BITS 9 // Bits representing sub-microsecond units macro218 bs_time_t us_time = sub_us_time >> SUB_US_BITS; in sub_us_time_to_us_time()220 if(sub_us_time % (1U << SUB_US_BITS) != 0) //rounding up in sub_us_time_to_us_time()233 return us_time << SUB_US_BITS; in us_time_to_sub_us_time()