/src/lib/libc/gen/ |
time.c | 1 /* $NetBSD: time.c,v 1.12 2012/03/13 21:13:37 christos Exp $ */ 35 static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: time.c,v 1.12 2012/03/13 21:13:37 christos Exp $"); 43 #include <sys/time.h> 45 #include <time.h> 48 time(time_t *t) function in typeref:typename:time_t
|
time.c | 1 /* $NetBSD: time.c,v 1.12 2012/03/13 21:13:37 christos Exp $ */ 35 static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: time.c,v 1.12 2012/03/13 21:13:37 christos Exp $"); 43 #include <sys/time.h> 45 #include <time.h> 48 time(time_t *t) function in typeref:typename:time_t
|
time.c | 1 /* $NetBSD: time.c,v 1.12 2012/03/13 21:13:37 christos Exp $ */ 35 static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: time.c,v 1.12 2012/03/13 21:13:37 christos Exp $"); 43 #include <sys/time.h> 45 #include <time.h> 48 time(time_t *t) function in typeref:typename:time_t
|
/src/sys/arch/evbmips/stand/sbmips/netboot/ |
getsecs.c | 50 long long time; local in function:getsecs 52 time = cfe_getticks(); 54 return (time / 10);
|
getsecs.c | 50 long long time; local in function:getsecs 52 time = cfe_getticks(); 54 return (time / 10);
|
getsecs.c | 50 long long time; local in function:getsecs 52 time = cfe_getticks(); 54 return (time / 10);
|
/src/sys/arch/sbmips/stand/netboot/ |
getsecs.c | 50 long long time; local in function:getsecs 52 time = cfe_getticks(); 54 return (time / 10);
|
getsecs.c | 50 long long time; local in function:getsecs 52 time = cfe_getticks(); 54 return (time / 10);
|
getsecs.c | 50 long long time; local in function:getsecs 52 time = cfe_getticks(); 54 return (time / 10);
|
/src/games/trek/ |
impulse.c | 55 double dist, time; local in function:impulse 78 time = dist / 0.095; 79 percent = 100 * time / Now.time + 0.5; 81 printf("Spock: That would take %d%% of our remaining time.\n", 87 Move.time = move(0, course, time, 0.095); 88 Ship.energy -= 20 + 100 * Move.time * 0.095;
|
impulse.c | 55 double dist, time; local in function:impulse 78 time = dist / 0.095; 79 percent = 100 * time / Now.time + 0.5; 81 printf("Spock: That would take %d%% of our remaining time.\n", 87 Move.time = move(0, course, time, 0.095); 88 Ship.energy -= 20 + 100 * Move.time * 0.095;
|
impulse.c | 55 double dist, time; local in function:impulse 78 time = dist / 0.095; 79 percent = 100 * time / Now.time + 0.5; 81 printf("Spock: That would take %d%% of our remaining time.\n", 87 Move.time = move(0, course, time, 0.095); 88 Ship.energy -= 20 + 100 * Move.time * 0.095;
|
/src/sys/sys/ |
timeb.h | 44 time_t time; /* seconds since the Epoch */ member in struct:timeb
|
timeb.h | 44 time_t time; /* seconds since the Epoch */ member in struct:timeb
|
timeb.h | 44 time_t time; /* seconds since the Epoch */ member in struct:timeb
|
/src/sys/arch/mvme68k/stand/sboot/ |
clock.c | 100 * Set up the system's time, given a `reasonable' time value. 102 u_long time(void) function in typeref:typename:u_long 107 cl->cl_csr |= CLK_READ; /* enable read (stop time) */ 114 cl->cl_csr &= ~CLK_READ; /* time wears on */
|
clock.c | 100 * Set up the system's time, given a `reasonable' time value. 102 u_long time(void) function in typeref:typename:u_long 107 cl->cl_csr |= CLK_READ; /* enable read (stop time) */ 114 cl->cl_csr &= ~CLK_READ; /* time wears on */
|
/src/sys/compat/sys/ |
timex.h | 24 #include <compat/sys/time.h> 28 * Note: The time member is in microseconds if STA_NANO is zero and 32 struct timespec50 time; /* current time (ns) (ro) */ member in struct:ntptimeval50 36 int time_state; /* time status */ 40 struct timeval50 time; /* current time (ro) */ member in struct:ntptimeval30
|
timex.h | 24 #include <compat/sys/time.h> 28 * Note: The time member is in microseconds if STA_NANO is zero and 32 struct timespec50 time; /* current time (ns) (ro) */ member in struct:ntptimeval50 36 int time_state; /* time status */ 40 struct timeval50 time; /* current time (ro) */ member in struct:ntptimeval30
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_ovly827e.c | 61 s64 time = nvif_msec(device, 2000ULL, local in function:ovly827e_ntfy_wait_begun 67 return time < 0 ? time : 0;
|
nouveau_dispnv50_ovly827e.c | 61 s64 time = nvif_msec(device, 2000ULL, local in function:ovly827e_ntfy_wait_begun 67 return time < 0 ? time : 0;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/ |
priv.h | 16 void (*time)(struct nvkm_timer *, u64 time); member in struct:nvkm_timer_func 17 void (*alarm_init)(struct nvkm_timer *, u32 time);
|
priv.h | 16 void (*time)(struct nvkm_timer *, u64 time); member in struct:nvkm_timer_func 17 void (*alarm_init)(struct nvkm_timer *, u32 time);
|
/src/usr.bin/make/unit-tests/ |
cond-late.mk | 4 # expressions that are evaluated late, at expansion time. 18 all: parse-time cond-literal 20 parse-time: .PHONY 21 @${MAKE} -f ${MAKEFILE} do-parse-time || true 26 .if make(do-parse-time)
|
cond-late.mk | 4 # expressions that are evaluated late, at expansion time. 18 all: parse-time cond-literal 20 parse-time: .PHONY 21 @${MAKE} -f ${MAKEFILE} do-parse-time || true 26 .if make(do-parse-time)
|