代码搜索结果
找到约 10,000 项符合
Driver 的代码
c_ptr_tests_driver.c
/* this is the driver for c_ptr_test.f03 */
typedef struct services
{
int compId;
void *globalServices;
}services_t;
typedef struct comp
{
void *myServices;
void (*setServices)(struct co
com_block_driver.f90
! { dg-do run }
module myComModule
use, intrinsic :: iso_c_binding
common /COM2/ R2, S2
real(c_double) :: r2
real(c_double) :: s2
bind(c) :: /COM2/
end module myComModule
module comBlock
c_f_tests_driver.c
extern void abort(void);
typedef struct myCDerived
{
int cInt;
double cDouble;
float cFloat;
short cShort;
void *ptr;
}myCDerived_t;
#define DERIVED_ARRAY_LEN 10
#define ARRAY_LEN_2 3
c_size_t_driver.c
#include
void sub0(int my_c_size);
int main(int argc, char **argv)
{
int my_c_size;
my_c_size = (int)sizeof(size_t);
sub0(my_c_size);
return 0;
}
bind_c_dts_driver.c
double fabs (double);
/* interops with myftype_1 */
typedef struct {
int m, n;
float r;
} myctype_t;
/* interops with particle in f90 */
typedef struct particle
{
double x; /* x position *
i2c_driver.c
#define Chip0 (1)
#define DeviceAdd (0xA0) //10100 000 device address
#define ChipAddress0 (0x00)
#define ChipAddress1 (0x04)
#define PageSize (256)
#define NoOfPages (512
top_hc164_driver.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 17:20:23 11/13/2007
// Design Name:
/
ch452l_driver.i
#line 1 "ch452l_driver.c"
#line 1 "D:/icc/include/iom8v.h"
#line 7 "D:/icc/include/iom8v.h"
#line 10 "D:/icc/include/iom8v.h"
#line 13 "D:/icc/include/iom8v.h"
#line 16 "D:/ic