HomeSort by relevance Sort by last modified time
    Searched defs:os_time (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
loslib.c 241 static int os_time (lua_State *L) { function
310 {"time", os_time},
  /external/wpa_supplicant_8/src/utils/
os.h 21 struct os_time { struct
36 int os_get_time(struct os_time *t);
46 /* Helpers for handling struct os_time */
48 static inline int os_time_before(struct os_time *a, struct os_time *b)
55 static inline void os_time_sub(struct os_time *a, struct os_time *b,
56 struct os_time *res)

Completed in 303 milliseconds