代码搜索:precise
找到约 541 项符合「precise」的源代码
代码结果 541
www.eeworm.com/read/430518/1921320
c delay.c
/*
* Precise Delay Loops for SuperH
*
* Copyright (C) 1999 Niibe Yutaka & Kaz Kojima
*/
#include
#include
void __delay(unsigned long loops)
{
__asm__ __volatile_
www.eeworm.com/read/430518/1922945
c delay.c
/*
* Precise Delay Loops for i386
*
* Copyright (C) 1993 Linus Torvalds
* Copyright (C) 1997 Martin Mares
*
* The __delay function must _NOT_ be inlined as its exec
www.eeworm.com/read/430182/1935968
c delay.c
/*
* Precise Delay Loops for SuperH
*
* Copyright (C) 1999 Niibe Yutaka & Kaz Kojima
*/
#include
#include
void __delay(unsigned long loops)
{
__asm__ __volatile_
www.eeworm.com/read/430182/1937533
c delay.c
/*
* Precise Delay Loops for i386
*
* Copyright (C) 1993 Linus Torvalds
* Copyright (C) 1997 Martin Mares
*
* The __delay function must _NOT_ be inlined as its exec
www.eeworm.com/read/396408/2420303
c timer-win2.c
// Precise timer routines for WINDOWS
#include
#include
#include "timer.h"
const char *timer_name = "Windows native";
// Returns current time in microseconds
unsigned int G
www.eeworm.com/read/393286/2475208
c delay.c
/*
* Precise Delay Loops for SuperH
*
* Copyright (C) 1999 Niibe Yutaka & Kaz Kojima
*/
#include
#include
void __delay(unsigned long loops)
{
__asm__ __volatile_
www.eeworm.com/read/393286/2478270
c delay.c
/*
* Precise Delay Loops for i386
*
* Copyright (C) 1993 Linus Torvalds
* Copyright (C) 1997 Martin Mares
*
* The __delay function must _NOT_ be inlined as its exec
www.eeworm.com/read/385891/2577625
c delay.c
/*
* Precise Delay Loops for SuperH
*
* Copyright (C) 1999 Niibe Yutaka & Kaz Kojima
*/
#include
#include
void __delay(unsigned long loops)
{
__asm__ __volatile_
www.eeworm.com/read/385891/2579198
c delay.c
/*
* Precise Delay Loops for i386
*
* Copyright (C) 1993 Linus Torvalds
* Copyright (C) 1997 Martin Mares
*
* The __delay function must _NOT_ be inlined as its exec
www.eeworm.com/read/385462/2590931
c delay.c
/*
* Precise Delay Loops for i386
*
* Copyright (C) 1993 Linus Torvalds
* Copyright (C) 1997 Martin Mares
*
* The __delay function must _NOT_ be inlined as its exec