代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/440906/1785538
todo
The approach I've been using for a given header is to recursively do each
of the "bits" headers which make up the standard header. So, e.g., while
there are four headers making up , three
www.eeworm.com/read/439082/1819365
txt spinlocks.txt
On Fri, 2 Jan 1998, Doug Ledford wrote:
>
> I'm working on making the aic7xxx driver more SMP friendly (as well as
> importing the latest FreeBSD sequencer code to have 7895 support) and wanted
> to
www.eeworm.com/read/430518/1928285
txt spinlocks.txt
On Fri, 2 Jan 1998, Doug Ledford wrote:
>
> I'm working on making the aic7xxx driver more SMP friendly (as well as
> importing the latest FreeBSD sequencer code to have 7895 support) and wanted
> to
www.eeworm.com/read/428548/1958693
txt quickstart.txt
Quickstart on making the Busybox boot-floppy:
1) Download Busybox and uClibc from CVS or tarballs. Make sure they share a
common parent directory. (i.e. busybox/ and uclibc/ are both right off
www.eeworm.com/read/418008/2094429
txt quickstart.txt
Quickstart on making the Busybox boot-floppy:
1) Download Busybox and uClibc from CVS or tarballs. Make sure they share a
common parent directory. (i.e. busybox/ and uclibc/ are both right off
www.eeworm.com/read/417857/2096651
usage union.usage
Here is a sample session with union
The file 'cds.list' contains a list of the regions making up the coding sequence of 'embl:hsfau':
www.eeworm.com/read/410599/2206603
cygwin
realname "Cygwin"
os_type unix
install_root c:\Botan
doc_dir docs
# Cygwin supports shared libs fine, but there are problems with making a Botan
# shared library when libraries it depends o
www.eeworm.com/read/375736/2720696
c private.c
/*
CW : Character Windows
private.c : Includes headers for making .inc files
NOTE: does not include all headers, just those needed for assembler
*/
#include "cow.h" /* NOTE: cow.inc not g
www.eeworm.com/read/375736/2721046
inc dlg.inc
;WARNING: This file contains some of the same constants as DLG.H
;WARNING: When making a change to one, make it to both!
isNothing EQU 0ffffh
tmcMake EQU (tmcUserMin+0)
tmcMakeExit EQU (tmcUs
www.eeworm.com/read/366702/2871908
c tredecl2.c
// { dg-do assemble }
// No bug; making sure my fix for tredecl.C doesn't break other cases
template struct Foo { Foo * me() { return this; } };
Foo i;