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

  /external/ipsec-tools/src/racoon/
schedule.h 43 time_t xtime; /* event time which is as time(3). */ member in struct:sched
72 time_t xtime; member in struct:scheddump
  /external/mesa3d/include/c11/
threads.h 34 #include <thr/xtimec.h> // for xtime
48 struct xtime { struct
52 typedef struct xtime xtime; typedef in typeref:struct:xtime
  /external/lzma/C/
Aes.c 45 #define xtime(x) ((((x) << 1) ^ (((x) & 0x80) != 0 ? 0x1B : 0)) & 0xFF) macro
64 UInt32 a2 = xtime(a1);
73 UInt32 a2 = xtime(a1);
74 UInt32 a4 = xtime(a2);
75 UInt32 a8 = xtime(a4);
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 370 milliseconds