Home
last modified time | relevance | path

Searched refs:xtime (Results 1 – 13 of 13) 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/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.c395 #define EXT4_INODE_SET_XTIME(xtime, timespec, raw_inode) \ argument
397 (raw_inode)->xtime = (timespec)->tv_sec; \
398 if (EXT4_FITS_IN_INODE(raw_inode, xtime ## _extra)) \
399 (raw_inode)->xtime ## _extra = \
403 #define EXT4_EINODE_SET_XTIME(xtime, timespec, raw_inode) \ argument
405 if (EXT4_FITS_IN_INODE(raw_inode, xtime)) \
406 (raw_inode)->xtime = (timespec)->tv_sec; \
407 if (EXT4_FITS_IN_INODE(raw_inode, xtime ## _extra)) \
408 (raw_inode)->xtime ## _extra = \
412 #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/e2fsprogs/e2fsck/
Dpass1.c556 static int check_inode_extra_negative_epoch(__u32 xtime, __u32 extra) { in check_inode_extra_negative_epoch() argument
557 return (xtime & (1U << 31)) != 0 && in check_inode_extra_negative_epoch()
561 #define CHECK_INODE_EXTRA_NEGATIVE_EPOCH(inode, xtime) \ argument
562 check_inode_extra_negative_epoch(inode->i_##xtime, \
563 inode->i_##xtime##_extra)
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz