Home
last modified time | relevance | path

Searched refs:xtime (Results 1 – 15 of 15) sorted by relevance

/external/ipsec-tools/src/racoon/
Dschedule.c94 if (now < p->xtime) { in schedular()
116 delta = p->xtime - now; in schedular()
147 new->xtime = current_time() + tick;
164 if (sc->xtime < p->xtime) {
257 dst->xtime = p->xtime;
316 printf("xtime=%ld\n", p->xtime); in getstdin()
Dschedule.h43 time_t xtime; /* event time which is as time(3). */ member
72 time_t xtime; member
Dracoonctl.c1330 (long)sc->xtime,
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-x509.c48 lws_tls_mbedtls_time_to_unix(mbedtls_x509_time *xtime) in lws_tls_mbedtls_time_to_unix() argument
52 if (!xtime || !xtime->year || xtime->year < 0) in lws_tls_mbedtls_time_to_unix()
57 t.tm_year = xtime->year - 1900; in lws_tls_mbedtls_time_to_unix()
58 t.tm_mon = xtime->mon - 1; /* mbedtls months are 1+, tm are 0+ */ in lws_tls_mbedtls_time_to_unix()
59 t.tm_mday = xtime->day - 1; /* mbedtls days are 1+, tm are 0+ */ in lws_tls_mbedtls_time_to_unix()
60 t.tm_hour = xtime->hour; in lws_tls_mbedtls_time_to_unix()
61 t.tm_min = xtime->min; in lws_tls_mbedtls_time_to_unix()
62 t.tm_sec = xtime->sec; in lws_tls_mbedtls_time_to_unix()
/external/virglrenderer/src/gallium/include/c11/
Dthreads.h44 struct xtime { struct
48 typedef struct xtime xtime; argument
Dthreads_posix.h135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in cnd_timedwait()
207 mtx_timedlock(mtx_t *mtx, const xtime *xt) in mtx_timedlock()
314 thrd_sleep(const xtime *xt) in thrd_sleep()
365 xtime_get(xtime *xt, int base) in xtime_get()
Dthreads_win32.h149 static DWORD impl_xtime2msec(const xtime *xt) in impl_xtime2msec()
209 static int impl_cond_do_wait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in impl_cond_do_wait()
381 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in cnd_timedwait()
441 mtx_timedlock(mtx_t *mtx, const xtime *xt) in mtx_timedlock()
578 thrd_sleep(const xtime *xt) in thrd_sleep()
633 xtime_get(xtime *xt, int base) in xtime_get()
/external/e2fsprogs/tests/f_pre_1970_date_encoding/
Dscript17 for xtime in atime ctime mtime crtime; do
18 echo "set_inode_field $name $xtime @$time"
19 echo "set_inode_field $name ${xtime}_extra $extra"
47 # confirm that the xtime is wrong on the pre-1970 file
/external/lzma/C/
DAes.c45 #define xtime(x) ((((x) << 1) ^ (((x) & 0x80) != 0 ? 0x1B : 0)) & 0xFF) macro
70 UInt32 a2 = xtime(a1); in AesGenTables()
79 UInt32 a2 = xtime(a1); in AesGenTables()
80 UInt32 a4 = xtime(a2); in AesGenTables()
81 UInt32 a8 = xtime(a4); in AesGenTables()
/external/e2fsprogs/misc/
Dfuse2fs.c396 #define EXT4_INODE_SET_XTIME(xtime, timespec, raw_inode) \ argument
398 (raw_inode)->xtime = (timespec)->tv_sec; \
399 if (EXT4_FITS_IN_INODE(raw_inode, xtime ## _extra)) \
400 (raw_inode)->xtime ## _extra = \
404 #define EXT4_EINODE_SET_XTIME(xtime, timespec, raw_inode) \ argument
406 if (EXT4_FITS_IN_INODE(raw_inode, xtime)) \
407 (raw_inode)->xtime = (timespec)->tv_sec; \
408 if (EXT4_FITS_IN_INODE(raw_inode, xtime ## _extra)) \
409 (raw_inode)->xtime ## _extra = \
413 #define EXT4_INODE_GET_XTIME(xtime, timespec, raw_inode) \ argument
[all …]
/external/e2fsprogs/debugfs/
Dutil.c194 char *inode_time_to_string(__u32 xtime, __u32 xtime_extra) in inode_time_to_string() argument
196 __s64 t = (__s32) xtime; in inode_time_to_string()
Ddebugfs.h39 extern char *inode_time_to_string(__u32 xtime, __u32 xtime_extra);
/external/mesa3d/docs/relnotes/
D17.0.3.rst95 - c11/threads: Include thr/xtimec.h for xtime definition when building
/external/e2fsprogs/e2fsck/
Dpass1.c558 static int check_inode_extra_negative_epoch(__u32 xtime, __u32 extra) { in check_inode_extra_negative_epoch() argument
559 return (xtime & (1U << 31)) != 0 && in check_inode_extra_negative_epoch()
563 #define CHECK_INODE_EXTRA_NEGATIVE_EPOCH(inode, xtime) \ argument
564 check_inode_extra_negative_epoch(inode->i_##xtime, \
565 inode->i_##xtime##_extra)
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...