代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.h
/*
* General Purpose Timer Masks
*/
#ifndef __BFIN_PERIPHERAL_TIMER__
#define __BFIN_PERIPHERAL_TIMER__
/* TIMER_ENABLE Masks */
#define TIMEN0 0x0001 /* Enable Timer 0 */
#define TIMEN1
timer.c
/*
* (C) Copyright 2003
* Texas Instruments
*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Marius Groeger
*
* (C) Copyright 2002
timer.c
/*
* (C) Copyright 2003
* Texas Instruments
*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Marius Groeger
*
* (C) Copyright 2002
timer.c
/*
* (C) Copyright 2003
* Texas Instruments
*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Marius Groeger
*
* (C) Copyright 2002
timer.c
/*
* (C) Copyright 2007-2008
* Stelian Pop
* Lead Tech Design
*
* See file CREDITS for list of people who contributed to this
* project.
timer.h
#ifndef _DECORE_TIMER_H
#define _DECORE_TIMER_H
#if (defined(LINUX) && defined(PROFILING))
#include "portab.h"
struct timer
{
int64_t dct_times;
int64_t vld_times;
int64_t i
timer.c
/*
* libmad - MPEG audio decoder library
*/
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
# include "global.h"
# include
# ifdef HAVE_ASSERT_H
# include
timer.h
# ifndef LIBMAD_TIMER_H
# define LIBMAD_TIMER_H
typedef struct {
signed long seconds;
unsigned long fraction;
} mad_timer_t;
extern mad_timer_t const mad_timer_zero;
# define MAD_
timer.c
//--------------------------------------------------------------------------
//
// This module provides a timer interface for general purpose timing
// requirements.
//
//------------------------
timer.h
//--------------------------------------------------------------------------
//
// This module provides a timer interface for general purpose timing
// requirements.
//
//------------------------