代码搜索:precise

找到约 541 项符合「precise」的源代码

代码结果 541
www.eeworm.com/read/321357/3538038

c tasksetup_ata.c

/* * Generated by GUI, one per configured tasks. */ #define TASK_BASE TASK_ATA /* Pragma settings */ #define PRECISE_INC 0 #define NO_ERROR_RST 0 #define PACK_DATA
www.eeworm.com/read/321357/3538066

c tasksetup_pci_swap_tx.c

/* * Generated by GUI, one per configured tasks. */ #define TASK_BASE TASK_PCI_SWAP_TX /* Pragma settings */ #define PRECISE_INC 0 #define NO_ERROR_RST 0 #define PACK
www.eeworm.com/read/321357/3538077

c tasksetup_lpc.c

/* * Generated by GUI, one per configured tasks. */ #define TASK_BASE TASK_LPC /* Pragma settings */ #define PRECISE_INC 0 #define NO_ERROR_RST 0 #define PACK_DATA
www.eeworm.com/read/321357/3538079

c tasksetup_pci_swap_rx.c

/* * Generated by GUI, one per configured tasks. */ #define TASK_BASE TASK_PCI_SWAP_RX /* Pragma settings */ #define PRECISE_INC 0 #define NO_ERROR_RST 0 #define PACK
www.eeworm.com/read/321357/3538080

c tasksetup_ata.c

/* * Generated by GUI, one per configured tasks. */ #define TASK_BASE TASK_ATA /* Pragma settings */ #define PRECISE_INC 0 #define NO_ERROR_RST 0 #define PACK_DATA
www.eeworm.com/read/316872/3584846

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/316872/3585850

c delay_32.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/316872/3586788

c delay.c

/* * Precise Delay Loops for avr32 * * Copyright (C) 1993 Linus Torvalds * Copyright (C) 1997 Martin Mares * Copyright (C) 2005-2006 Atmel Corporation
www.eeworm.com/read/294038/3920661

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/294038/3922110

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