代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/300969/13876529
c clock.c
/* clock.c */
#include "inet.h"
#include "proto.h"
#include "generic/assert.h"
#include "generic/buf.h"
#include "generic/clock.h"
#include "generic/type.h"
INIT_PANIC();
FORWARD _PROTOT
www.eeworm.com/read/300969/13876543
h clock.h
/*
clock.h
*/
#ifndef CLOCK_H
#define CLOCK_H
struct timer;
typedef void (*timer_func_t) ARGS(( int fd, struct timer *timer ));
typedef struct timer
{
struct timer *tim_next;
timer
www.eeworm.com/read/300969/13876777
c clock.c
/* This file contains the code and data for the clock task. The clock task
* accepts six message types:
*
* HARD_INT: a clock interrupt has occurred
* GET_UPTIME: get the time since b
www.eeworm.com/read/152843/5664971
h clock.h
/*
* linux/include/asm-arm/arch-omap/clock.h
*
* Copyright (C) 2004 - 2005 Nokia corporation
* Written by Tuukka Tikkanen
* Based on clocks.h by Tony Lindgren
www.eeworm.com/read/152843/5665058
h clock.h
/*
* linux/include/asm-arm/hardware/clock.h
*
* Copyright (C) 2004 ARM Limited.
* Written by Deep Blue Solutions Limited.
*
* This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/152843/5665826
txt clock.txt
Clock scaling
-------------
The kernel supports scaling of CLCK.CMODE, CLCK.CM and CLKC.P0 clock
registers. If built with CONFIG_PM and CONFIG_SYSCTL options enabled, four
extra files will appear in
www.eeworm.com/read/151784/5678968
java clock.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/151775/5679149
java clock.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/149920/5694744
c clock.c
/*
clock.c - part of USBasp
Autor..........: Thomas Fischl
Description....: Provides functions for timing/waiting
Licence........: Free under certain conditions. See Do