代码搜索:partial
找到约 10,000 项符合「partial」的源代码
代码结果 10,000
www.eeworm.com/read/273740/4195457
s csum_partial.s
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Quick'n'dirty IP c
www.eeworm.com/read/273662/4202359
tmpl partial-committer.tmpl
[[[
You'll probably need customize this heavily for the particular person
you're offering partial commit access to. Also, remember to replace
instances of "{AT}" with real "@" signs. It's just maske
www.eeworm.com/read/273660/4203364
tmpl partial-committer.tmpl
[[[
You'll probably need customize this heavily for the particular person
you're offering partial commit access to. Also, remember to replace
instances of "{AT}" with real "@" signs. It's just maske
www.eeworm.com/read/443386/1741356
s csum_partial.s
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Quick'n'dirty IP c
www.eeworm.com/read/443386/1741628
s csum_partial.s
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1998
www.eeworm.com/read/443386/1744386
c csum-partial.c
/*
* arch/x86_64/lib/csum-partial.c
*
* This file contains network checksum routines that are better done
* in an architecture-specific manner due to speed.
*/
#include
#incl
www.eeworm.com/read/440906/1774924
c partial1.c
// { dg-do run }
// Origin: Jo Totland
// PR c++/6620
// Partial specialization involving expression of non-type template
// parameter causes ICE.
extern "C" void abort();
t
www.eeworm.com/read/440906/1774970
c partial-specialization.c
// Contributed by Gabriel Dos Reis
// Origin: philippeb@videotron.ca
// { dg-do compile }
struct B
{
int i;
};
template
struct A;
template
www.eeworm.com/read/440906/1775011
c partial2.c
// { dg-do compile }
// Origin: lorgon1@yahoo.com
// PR c++/11154: Multi-level template argument in partial ordering of
// class template
template struct Outer {
template
www.eeworm.com/read/440906/1775801
c partial3.c
// Test that partial ordering works between conversion ops from different
// classes.
// From Jason Merrill
struct A {
template operator T*() { return 0; }
};
struct B