代码搜索:partial

找到约 10,000 项符合「partial」的源代码

代码结果 10,000
www.eeworm.com/read/324920/3487666

c csum_partial_copy.c

/* * 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) 1994
www.eeworm.com/read/324920/3488589

c csum_partial_copy.c

/* * Network Checksum & Copy routine * * Copyright (C) 1999, 2003-2004 Hewlett-Packard Co * Stephane Eranian * * Most of the code has been imported from Linux/Alpha */ #in
www.eeworm.com/read/324920/3490365

c csum_partial_copy.c

/* * csum_partial_copy - do IP checksumming and copy * * (C) Copyright 1996 Linus Torvalds * accellerated versions (and 21264 assembly versions ) contributed by * Rick Gorton
www.eeworm.com/read/324920/3491703

c csum_partial_copy.c

/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user leve
www.eeworm.com/read/319795/3552439

rb partial_controller_test.rb

require File.dirname(__FILE__) + '/../test_helper' require 'partial_controller' # Re-raise errors caught by the controller. class PartialController; def rescue_action(e) raise e end; end class Parti
www.eeworm.com/read/316872/3585873

c csum-partial_64.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/316872/3586417

c csum_partial_copy.c

/* * Network Checksum & Copy routine * * Copyright (C) 1999, 2003-2004 Hewlett-Packard Co * Stephane Eranian * * Most of the code has been imported from Linux/Alpha */ #in
www.eeworm.com/read/316872/3589055

c csum_partial_copy.c

/* * csum_partial_copy - do IP checksumming and copy * * (C) Copyright 1996 Linus Torvalds * accelerated versions (and 21264 assembly versions ) contributed by * Rick Gorton
www.eeworm.com/read/316872/3590159

c csum_partial_copy.c

/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user leve
www.eeworm.com/read/308832/3711938

cpp eval_partial_sort.cpp

// FileName:eval_partial_sort.cpp // 随机向量partial_sort算法时间测定 #include #include #include #include #include #include #include "Timer.h"