Home
last modified time | relevance | path

Searched defs:us (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DStopwatch.h34 static double sec(uint64_t us) { return us / 1000000.0; } in sec()
35 static double ms(uint64_t us) { return us / 1000.0; } in ms()
/hardware/google/gfxstream/guest/mesa/src/util/
Du_pack_color.h52 uint16_t us; member
Du_math.h343 ushort_to_float(uint16_t us) in ushort_to_float()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h86 #define SPINWAIT(exp, us) { \ argument
397 #define bcmprinttstamp(us) argument