代码搜索:saving

找到约 1,242 项符合「saving」的源代码

代码结果 1,242
www.eeworm.com/read/375613/2723617

s alloca.s

# ! alloca() - allocate space on the stack Author: Kees J. Bot ! 26 Jan 1994 #if __ACK__ /* BCC can't do alloca(), register saving is wrong. */ .text .define _alloca _alloca: pop cx ! Retu
www.eeworm.com/read/351171/3110570

c printk.c

/* * linux/kernel/printk.c * * (C) 1991 Linus Torvalds */ /* * When in kernel-mode, we cannot use printf, as fs is liable to * point to 'interesting' things. Make a printf with fs-saving, and * all i
www.eeworm.com/read/260431/4332079

sql bank.sql

drop table checking; create table checking (id varchar(3) constraint pk_checking primary key, balance decimal(10,2)); insert into checking values ('123', 100.00); drop table saving; create t
www.eeworm.com/read/161121/5557630

s copy_page.s

#include #include #ifdef CONFIG_PREEMPT #warning "check your fpu context saving!" #endif /* * Copy a page. * * rdi destination page * rsi source page *
www.eeworm.com/read/174274/9598720

c printk.c

/* * When in kernel-mode, we cannot use printf, as fs is liable to * point to 'interesting' things. Make a printf with fs-saving, and * all is well. */ #include #include #in
www.eeworm.com/read/369277/9656921

news

* 26 Jul 2008 VBinDiff 3.0 beta 4 Fixed a major bug in the Win32 hex editor (which caused it to crash after saving changes) Added --enable-debug configure option Clarified licensing * 2
www.eeworm.com/read/170872/9783446

cpp wince_time.cpp

#define INSIDE_GIGABASE #include #include "wince_time.h" /* non-zero if daylight savings time is used */ _CRTIMP int _daylight; /* offset for Daylight Saving Time */ _CRTIMP long _dstbi
www.eeworm.com/read/415805/11052627

c printk.c

/* * When in kernel-mode, we cannot use printf, as fs is liable to * point to 'interesting' things. Make a printf with fs-saving, and * all is well. */ #include #include #in
www.eeworm.com/read/147311/12566859

html graphic2file.html

Saving a Generated Graphic to a PNG or JPEG File (Java Developers Almanac Example)
www.eeworm.com/read/334243/12615672

c printk.c

/* * linux/kernel/printk.c * * (C) 1991 Linus Torvalds */ /* * When in kernel-mode, we cannot use printf, as fs is liable to * point to 'interesting' things. Make a printf with fs-saving, and * all i