代码搜索:Direct

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

代码结果 10,000
www.eeworm.com/read/411419/2188015

h simple_bus_master_direct.h

/***************************************************************************** The following code is derived, directly or indirectly, from the SystemC source code Copyright (c) 1996-2006 by all C
www.eeworm.com/read/411419/2188018

cpp simple_bus_master_direct.cpp

/***************************************************************************** The following code is derived, directly or indirectly, from the SystemC source code Copyright (c) 1996-2006 by all C
www.eeworm.com/read/395929/2431234

h simple_bus_master_direct.h

/***************************************************************************** The following code is derived, directly or indirectly, from the SystemC source code Copyright (c) 1996-2002 by all C
www.eeworm.com/read/395929/2431237

cpp simple_bus_master_direct.cpp

/***************************************************************************** The following code is derived, directly or indirectly, from the SystemC source code Copyright (c) 1996-2002 by all C
www.eeworm.com/read/366702/2876207

f90 direct_io_8.f90

! { dg-do run } ! PR 34594 - this used to give runtime errors due to an ! end condition. program main implicit none integer :: iou, i, ir, TEMP_CHANGES i=44 ir = -42 open(11,file="foo.dat")
www.eeworm.com/read/366702/2876222

f90 direct_io_6.f90

! { dg-do run } ! pr31366 last record truncated for read after short write, direct access file. ! test case derived from pr, submitted by jerry delisle