代码搜索:Assignment

找到约 8,196 项符合「Assignment」的源代码

代码结果 8,196
www.eeworm.com/read/226936/4777933

h ixethaccqueueassign_p.h

/** * @file IxEthAccQueueAssign_p.h * * @author Intel Corporation * @date 06-Mar-2002 * * @brief Mapping from QMgr Q's to internal assignment * * Design Notes: * * * @par * IXP400 SW Re
www.eeworm.com/read/221272/4833188

h ixethaccqueueassign_p.h

/** * @file IxEthAccQueueAssign_p.h * * @author Intel Corporation * @date 06-Mar-2002 * * @brief Mapping from QMgr Q's to internal assignment * * Design Notes: * * * @par * IXP400 SW Re
www.eeworm.com/read/200288/5068025

h ixethaccqueueassign_p.h

/** * @file IxEthAccQueueAssign_p.h * * @author Intel Corporation * @date 06-Mar-2002 * * @brief Mapping from QMgr Q's to internal assignment * * Design Notes: * * * @par * IXP400 SW Re
www.eeworm.com/read/194228/5134593

h ixethaccqueueassign_p.h

/** * @file IxEthAccQueueAssign_p.h * * @author Intel Corporation * @date 06-Mar-2002 * * @brief Mapping from QMgr Q's to internal assignment * * Design Notes: * * * @par * IXP400 SW Re
www.eeworm.com/read/190958/5170014

v loopback.v

// File: loopback.v // Date: 01/01/2005 // Name: Eric Crabill // // This is the top level design for the // EE178 Lab #4 assignment. It needs a // bit of work; search for and // find ou
www.eeworm.com/read/190958/5170053

v loopback.v

// File: loopback.v // Date: 01/01/2005 // Name: Eric Crabill // // This is the top level design for the // EE178 Lab #4 assignment. It needs a // bit of work; search for and // find ou
www.eeworm.com/read/178545/5315854

h ixethaccqueueassign_p.h

/** * @file IxEthAccQueueAssign_p.h * * @author Intel Corporation * @date 06-Mar-2002 * * @brief Mapping from QMgr Q's to internal assignment * * Design Notes: * * * @par * IXP400 SW Re
www.eeworm.com/read/162614/5517227

c wparentheses-2.c

// Test operation of -Wparentheses. Warnings for assignments used as // truth-values shouldn't apply other than for plain assignment. // Essentially the same as gcc.dg/Wparentheses-10.c. // Origin: J
www.eeworm.com/read/162614/5526499

f90 pointer_assign_1.f90

! { dg-do compile } ! Tests fix for PR20838 - would ICE with vector subscript in ! pointer assignment. ! ! Contributed by Paul Thomas ! integer, parameter, dimension(3) :: i =
www.eeworm.com/read/162614/5529985

c wparentheses-10.c

/* Test operation of -Wparentheses. Warnings for assignments used as truth-values shouldn't apply other than for plain assignment. */ /* Origin: Joseph Myers */ /* { dg-do