代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/106385/6194293
cxx mainthread.cxx
//=======================================================================
//
// mainthread.cxx
//
// Support for startup of ISO C environment
//
//===========================================
www.eeworm.com/read/186760/8911826
s startup.s
Mode_USR EQU 0x10
Mode_FIQ EQU 0x11
Mode_IRQ EQU 0x12
Mode_SVC EQU 0x13
Mode_ABT EQU 0x17
Mode_UND EQU 0x1B
Mode_SYS EQU
www.eeworm.com/read/405390/11463834
s startup.s
Mode_USR EQU 0x10
Mode_FIQ EQU 0x11
Mode_IRQ EQU 0x12
Mode_SVC EQU 0x13
Mode_ABT EQU 0x17
Mode_UND EQU 0x1B
Mode_SYS EQU
www.eeworm.com/read/223998/14608201
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity FIFO_Buffer is
generic(
stack_width : integer := 32;
stack_height : integer := 8;
stack_ptr_width : integer := 3;
www.eeworm.com/read/223784/14617833
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity FIFO_Buffer is
generic(
stack_width : integer := 32;
stack_height : integer := 8;
stack_ptr_width : integer := 3;
www.eeworm.com/read/223784/14617857
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity FIFO_Buffer is
generic(
stack_width : integer := 32;
stack_height : integer := 8;
stack_ptr_width : integer := 3;
www.eeworm.com/read/188532/8530887
c vdbe.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/430389/8751223
c 5_8.c
/* ======================================== */
/* 祘Α龟ㄒ: 5_8.c */
/* 莱ノ帮舼ㄓǐ癵甤 */
/* ======================================== */
#include
www.eeworm.com/read/385844/8786192
cc thread.cc
// thread.cc
// Routines to manage threads. There are four main operations:
//
// Fork -- create a thread to run a procedure concurrently
// with the caller (this is done in two steps -- first
//
www.eeworm.com/read/429790/8788659
todo
TODO file for GPL-GPS
1. Check the stack usage on the idle thread - can we reduce it to the minimum
1200 bytes? The 1200 bytes is defined as the minimal stack size for us -- sorry
I forgot where. Als