Searched defs:os_reltime_sub (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h77 static inline void os_reltime_sub(struct os_reltime *a, struct os_reltime *b, function
95 os_reltime_sub(&now, start, age);
105 os_reltime_sub(now, ts, &age);
/external/wpa_supplicant_8/src/utils/
H A Dos.h77 static inline void os_reltime_sub(struct os_reltime *a, struct os_reltime *b, function
95 os_reltime_sub(&now, start, age);
105 os_reltime_sub(now, ts, &age);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h77 static inline void os_reltime_sub(struct os_reltime *a, struct os_reltime *b, function
95 os_reltime_sub(&now, start, age);
105 os_reltime_sub(now, ts, &age);

Completed in 719 milliseconds