代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/431110/1910885
patch scripts.patch
diff -uNr openswan-2.3.0.orig/programs/loggerfix openswan-2.3.0/programs/loggerfix
--- openswan-2.3.0.orig/programs/loggerfix 1970-01-01 00:00:00.000000000 +0000
+++ openswan-2.3.0/programs/loggerfix
www.eeworm.com/read/431110/1912628
sh examineunknowns.sh
#!/bin/sh
mod=OUTPUT${KLIPS_MODULE}/module/ipsec.o
nm -u $mod >OUTPUT/unknowns.txt
if diff unknowns.txt OUTPUT/unknowns.txt
then
success=true
else
success=false
fi
www.eeworm.com/read/400650/2348731
c newton_solver.c
#include "cmath" // For isnan(), when it's defined
#include "diff_system.h"
#include "equation_systems.h"
#include "libmesh_logging.h"
#include "linear_solver.h"
#include "newton_solver.h"
#include
www.eeworm.com/read/396039/2425076
c group_difff.c
/* group_diff.c */
/* Custom Fortran interface file */
#include "mpi_fortimpl.h"
#if defined(MPI_BUILD_PROFILING) || defined(HAVE_WEAK_SYMBOLS)
#if defined(HAVE_WEAK_SYMBOLS)
#if defined(HAVE_PRAGM
www.eeworm.com/read/375190/2726039
py test_boost_wide_report.py
import unittest
import sys
import time
sys.path.append( ".." )
import boost_wide_report
class test_boost_wide_report(unittest.TestCase):
def test_diff( self ):
test_cases = [
www.eeworm.com/read/374687/2748491
patch 200-build_modules.patch
Get around an odd build failure.
diff -urN binutils-2.14.90.0.6/configure binutils-2.14.90.0.6-uClibc/configure
--- binutils-2.14.90.0.6/configure 2003-08-21 10:29:32.000000000 -0500
+++ binutils-2.14
www.eeworm.com/read/374687/2748521
patch 001-debian.patch
diff -urN binutils-2.14.90.0.7.orig/bfd/ChangeLog binutils-2.14.90.0.7/bfd/ChangeLog
--- binutils-2.14.90.0.7.orig/bfd/ChangeLog 2003-10-29 10:37:47.000000000 -0700
+++ binutils-2.14.90.0.7/bfd/Change
www.eeworm.com/read/374687/2748523
patch 200-build_modules.patch
Get around an odd build failure.
diff -urN binutils-2.14.90.0.6/configure binutils-2.14.90.0.6-uClibc/configure
--- binutils-2.14.90.0.6/configure 2003-08-21 10:29:32.000000000 -0500
+++ binutils-2.14
www.eeworm.com/read/366702/2880453
c vect-reduc-1.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
#define DIFF 242
/* Test vectorization of reduction of unsigned-int. */
__attribute__ ((noin
www.eeworm.com/read/366702/2880505
c vect-reduc-2.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
#define DIFF 240
/* Test vectorization of reduction of signed-int. */
__attribute__ ((noinli