代码搜索:patch

找到约 9,523 项符合「patch」的源代码

代码结果 9,523
www.eeworm.com/read/119473/14829809

asm int9.asm

; INT9.ASM ; ; A short TSR to provide a driver for the keyboard hardware interrupt. ; ; Note that this code does not patch into int 2Fh (multiplex interrupt) ; nor can you remove this code from m
www.eeworm.com/read/4777/39847

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // patch.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/8777/152841

h dramfunc.h

#if ( DOSRAM_OPTION == 1 ) extern xdata ULONG G_ulDRAMSTORLogicalZeroAddr; //patch4.4@richie@dsi begin //add variable for dram total size boundary extern xdata ULONG G_ulDRAMTotalSize; extern
www.eeworm.com/read/12715/246720

txt changelog.txt

usbasp.2009-02-28 (v1.3) ------------------------ - added support for software control of ISP speed (based on patch by Jurgis Brigmanis) - included new AVRUSB driver version (Release 2008-11-26) - add
www.eeworm.com/read/493151/1169310

h main.h

void Init(void); #if defined(SYSA) \ || defined(SYSH) #include #if ((_HTC_VER_MAJOR_*1000 + \ _HTC_VER_MINOR_* 10 + \ _HTC_VER_PATCH_* 1) < 8000 ) __CONFIG(FOS
www.eeworm.com/read/479151/1338973

cyclomy readme.cyclomy

NOTE: Earlier versions of the driver mapped ttyC0 to minor number 32, but this is changed in this distribution. Port ttyC0 now maps to minor number 0.) The following patch should be applied to /dev
www.eeworm.com/read/242732/4544957

sed version.sed

#! /usr/bin/sed -nf s/^#define *FREETYPE_MAJOR *\([^ ][^ ]*\).*$/freetype_major="\1" ;/p s/^#define *FREETYPE_MINOR *\([^ ][^ ]*\).*$/freetype_minor=".\1" ;/p s/^#define *FREETYPE_PATCH *\(
www.eeworm.com/read/242657/4549974

readme

James - I found a couple of problems in my original patch, but I believe this one works. In order to use it: 1) Open a Cygwin console and: Unpack the sources: [bash-2.02]$ cd $ACE_ROOT/apps
www.eeworm.com/read/233448/4669500

c nested_struct2.c

/* Area: ffi_call, closure_call Purpose: Check structure passing with different structure size. Contains structs as parameter of the struct itself. Sample taken from Alan Modras patch to src/pr
www.eeworm.com/read/233448/4669553

c nested_struct3.c

/* Area: ffi_call, closure_call Purpose: Check structure passing with different structure size. Contains structs as parameter of the struct itself. Sample taken from Alan Modras patch to src/pr