代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/211452/15180181
h cstack.h
// Class CStack header
// By Great_csk 2004
#ifndef _CSTACK_H_
#define _CSTACK_H_
#define STACK_SUCCEED 1
#define STACK_OVERFOLW -1
typedef void* pData;
struct StkNode{
pData pdata;
www.eeworm.com/read/207008/15284267
h gc_pmark.h
/*
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
* Copyright (c) 2001 by Hewlett-Packard Company. All rights reserved.
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY
www.eeworm.com/read/206969/15284679
s entry.s
#include
.text
.align
#define STACK 0x20e00000
/* ------------------------ List of Exported resources -------------------------*/
.globl __entry,_entry
www.eeworm.com/read/206968/15284705
s entry.s
#include
.text
.align
#define AT91_USER_Stack_Begin 0x00204000
#define AT91_Stack_Begin 0x00204000
/* ------------------------ List of Exported resources --------
www.eeworm.com/read/168763/5436996
s start.s
/*
* armboot - Startup Code for ARM920 CPU-core
*
* Copyright (c) 2001 Marius Gr鰃er
* Copyright (c) 2002 Alex Z黳ke
* Copyright (c) 2002 Gary Jennejohn
www.eeworm.com/read/168763/5437018
s start.s
/*
* armboot - Startup Code for SA1100 CPU
*
* Copyright (C) 1998 Dan Malek
* Copyright (C) 1999 Magnus Damm
* Copyright (C) 2000 Wolfgan
www.eeworm.com/read/168763/5437048
s start.s
/*
* armboot - Startup Code for ARM926EJS CPU-core
*
* Copyright (c) 2003 Texas Instruments
*
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
*
* Copyright (c) 2001 Marius Gr
www.eeworm.com/read/168763/5437070
s start.s
/*
* armboot - Startup Code for ARM926EJS CPU-core
*
* Copyright (c) 2003 Texas Instruments
*
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
*
* Copyright (c) 2001 Marius Gr
www.eeworm.com/read/168763/5437075
s start.s
/*
* armboot - Startup Code for XScale
*
* Copyright (C) 1998 Dan Malek
* Copyright (C) 1999 Magnus Damm
* Copyright (C) 2000 Wolfgang De
www.eeworm.com/read/168763/5437149
s start.s
/*
* armboot - Startup Code for ARM925 CPU-core
*
* Copyright (c) 2003 Texas Instruments
*
* ----- Adapted for OMAP1510 from ARM920 code ------
*
* Copyright (c) 2001 Marius Gr鰃er