代码搜索结果
找到约 10,000 项符合
Memory 的代码
bitops.h
/*These are the standard ANSI bit operation macros. They are used by */
/*microcontrollers that don't have special bit operation instructions.*/
#define BIT(x) (1
bitops.h
/*These are the standard ANSI bit operation macros. They are used by */
/*microcontrollers that don't have special bit operation instructions.*/
#define BIT(x) (1
memcpy.h
/*
* Used and modified for FripTV project 2007
*
* Copyright (C) 2001-2004 the xine project
*
* This file is part of xine, a free video player.
*
* xine is free software; you can redistribute i
bitops.h
/*These are the standard ANSI bit operation macros. They are used by */
/*microcontrollers that don't have special bit operation instructions.*/
#define BIT(x) (1
readme_dk3400_usb_disc_r-w.txt
The zip file, DK3400_USB_disc_R-W_ver_2-1_uVision.zip, contains version 2.1 of the USB flash disc R/W example compiled under uVision targeted for the DK3400.
Demo Description: USB Reference Design
startup34.a51
$NOMOD51
;------------------------------------------------------------------------------
; startup34.a51
;
; Version:
; September 13, 2005 Ver 1.1 - Updated disclaimer.
; February 18, 2005
mi8.htm
More Effective C++ | Item 8: Understand the different meanings of new and delete Back to Item 7: Never overload ||, or ,
Continue to Exceptions
Item 8: Understand the different meanings of new and de
syslib.c
/* sysLib.c - Motorola ads 827x board system-dependent library */
/* Copyright 1984-2005 Wind River Systems, Inc. */
/*
modification history
--------------------
01p,10aug06,dtr No need to swap mac
bitops.h
/*These are the standard ANSI bit operation macros. They are used by */
/*microcontrollers that don't have special bit operation instructions.*/
#define BIT(x) (1
stack.h
/* +++Date last modified: 05-Jul-1997 */
/* =======================================================================
STACK.h Stack manager.
A.Reitsma, Delft, Nederland.