代码搜索:Clock

找到约 10,000 项符合「Clock」的源代码

代码结果 10,000
www.eeworm.com/read/437033/1836405

c clock.c

/* $Header$ */ /* * (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands. * * This product is part of the Amsterdam Compiler Kit. * * Permission to use, sell, duplica
www.eeworm.com/read/437033/1836850

c clock.c

/* i386-specific clock functions. */ #include #include #include "../../kernel.h" #define CLOCK_ACK_BIT 0x80 /* PS/2 clock interrupt acknowledge bit */ /* Clock
www.eeworm.com/read/437033/1836869

h clock.h

/* clock.h Copyright 1995 Philip Homburg */ #ifndef CLOCK_H #define CLOCK_H struct timer; typedef void (*timer_func_t) ARGS(( int fd, struct timer *timer )); typedef struct timer { struct timer
www.eeworm.com/read/436859/1844691

c clock.c

/*C************************************************************************** * NAME: clock.c *---------------------------------------------------------------------------- * Copyright (c) 2
www.eeworm.com/read/436859/1844692

h clock.h

/*H************************************************************************** * NAME: clock.h *---------------------------------------------------------------------------- * Copyright (c) 2
www.eeworm.com/read/436018/1857126

h clock.h

/** * \defgroup clock Clock interface * * The clock interface is the interface between the \ref timer "timer library" * and the platform specific clock functionality. The clock * interface m
www.eeworm.com/read/436018/1857151

h clock.h

/** * \defgroup clock Clock interface * * The clock interface is the interface between the \ref timer "timer library" * and the platform specific clock functionality. The clock * interface m
www.eeworm.com/read/435701/1862249

c clock.c

#include "u.h" #include "../port/lib.h" #include "mem.h" #include "dat.h" #include "fns.h" #include "io.h" #include "ureg.h" void (*kproftimer)(ulong); typedef struct Clock0link Clock0link; typedef
www.eeworm.com/read/435701/1862332

c clock.c

#include "u.h" #include "lib.h" #include "mem.h" #include "dat.h" #include "fns.h" #include "io.h" #include "ureg.h" /* * 8253 timer */ enum { T0cntr= 0x40, /* counter ports */ T1cntr= 0x41, /
www.eeworm.com/read/435699/1862444

h clock.h

/*ident "@(#)cls4:incl-master/proto-headers/sys/clock.h 1.1" */ #usedby svr4 /******************************************************************************* C++ source for the C++ Language System,