代码搜索:Notes

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

代码结果 10,000
www.eeworm.com/read/148143/5718266

c mcf5xxx_hi.c

/* * File: src/cpu/coldfire/mcf5xxx/mcf5xxx_hi.c * Purpose: Higher level processing for MCF52xx processors. * * Notes: * */ /**********************************************************
www.eeworm.com/read/148143/5718269

s vectors.s

/* * File: vectors.s * Purpose: MCF5272 vector table for dBUG. * * Notes: This file assembles with both Diab and GNU tools * * Modifications: * */ #ifndef _UNDERSCORE_ #define _asm
www.eeworm.com/read/148143/5718273

s mcf5204_lo.s

/* * File: mcf5204_lo.s * Purpose: Lowest level routines for MCF5204. * * Notes: This file assembles with both Diab and GNU tools * * Author: Eric DeVolder * Date: * * Modifications:
www.eeworm.com/read/148143/5718276

s mcf5206_lo.s

/* * File: mcf5206_lo.s * Purpose: Lowest level routines for MCF5206. * * Notes: This file assembles with both Diab and GNU tools * * Author: Eric DeVolder * Date: * * Modifications:
www.eeworm.com/read/148143/5718287

s mcf5202_lo.s

/* * File: mcf5202_lo.s * Purpose: Lowest level routines for MCF5202. * * Notes: This file assembles with both Diab and GNU tools * * Author: Eric DeVolder * Date: * * Modifications:
www.eeworm.com/read/145953/5743018

h isousb.h

/*++ Copyright (c) 1997-1998 Microsoft Corporation Module Name: IsoUsb.h Abstract: Driver-defined special IOCTL's Environment: Kernel & user mode Notes: T
www.eeworm.com/read/145953/5743059

c rwbulk.c

/*++ Copyright (c) 1997-1998 Microsoft Corporation Module Name: RWBulk.c Abstract: Console test app for BulkUsb.sys driver Environment: user mode only Notes:
www.eeworm.com/read/145165/5747468

h ip.h

/* * File: ip.h * Purpose: Definitions for the Internet Protocol, IP. * * Notes: See RFC 791 "DARPA Internet Program Protocol * Specification" for more details. * * Author: Eric D
www.eeworm.com/read/137325/5825653

doc asm_note.doc

/** \page asm_note Assembler notes \section asm_func Assembler functions. This describes how to write a member function of a class in assembler. The class in question is: \verbatim class
www.eeworm.com/read/136827/5847271

c resample_mmx.c

// MMX optimizations from Michael Niedermayer (michaelni@gmx.at) (under GPL) /* optimization TODO / NOTES movntq is slightly faster (0.5% with the current test.c benchmark) (but thats just te