代码搜索:Structs
找到约 2,696 项符合「Structs」的源代码
代码结果 2,696
www.eeworm.com/read/298258/3873184
h utils_rqi.h
#ifndef _UTILS_RQI_H_
#define _UTILS_RQI_H_
#include "..\defs.h"
#include "..\structs.h"
#include
/* Returns scalar product of two double n-vectors. */
double dot(double *
www.eeworm.com/read/298258/3873185
cpp orthog.cpp
#include
#include "orthog.h"
#include "..\structs.h"
#include "utils_rqi.h"
/* Orthogonalize a double vector to all one's */
void orthog1(double *x, int beg, int end)
{
www.eeworm.com/read/282003/4110317
java usbiodump.java
package de.thesycon.usbiodemo.usbioapp;
import de.thesycon.usbio.UsbIo;
import de.thesycon.usbio.UsbIoBuf;
import de.thesycon.usbio.UsbIoReader;
import de.thesycon.usbio.structs.USBIO_ISO_PACKET;
www.eeworm.com/read/440906/1774767
c bitfield3.c
// Test for oversized bitfield alignment in structs on IA-32
// { dg-do run { target i?86-*-* } }
// { dg-options "-O2" }
struct A
{
char a;
int b : 224; // { dg-warning "exceeds its type" "" }
www.eeworm.com/read/440906/1775630
c init6.c
// Test for default-initialization of POD-structs in functional cast notation.
struct foo { int a[10]; };
int main()
{
foo f = foo();
int r = 0;
for (int i = 0; i < 10; ++i)
r |= f.a[i];
www.eeworm.com/read/388373/2550887
cc analysis.cc
/* analysis.cc */
#include
#ifdef sgi
#include
#include
#include
#include "constants.h"
#include "structs.h"
#include "getpdbcrds.
www.eeworm.com/read/388373/2550921
cc-old analysis.cc-old
/* analysis.cc */
#include
#ifdef sgi
#include
#include
#include
#include "constants.h"
#include "structs.h"
#include "getpdbcrds.
www.eeworm.com/read/367182/2852135
h a.out.h
#ifndef __A_OUT_GNU_H__
#define __A_OUT_GNU_H__
#include
#define __GNU_EXEC_MACROS__
/*
* OSF/1 ECOFF header structs. ECOFF files consist of:
* - a file header (struct filehd
www.eeworm.com/read/366702/2869617
c init6.c
// { dg-do run }
// Test for default-initialization of POD-structs in functional cast notation.
struct foo { int a[10]; };
int main()
{
foo f = foo();
int r = 0;
for (int i = 0; i < 10; ++i)
www.eeworm.com/read/366702/2883126
c 20031106-5.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
extern void link_error (void);
/* Check for cprop on different fields of same type structs. */
struct s
{
char d;
int