代码搜索:structs
找到约 2,696 项符合「structs」的源代码
代码结果 2,696
www.eeworm.com/read/430518/1926283
h atariints.h
/*
** atariints.h -- Atari Linux interrupt handling structs and prototypes
**
** Copyright 1994 by Bj攔n Brauel
**
** 5/2/94 Roman Hodek:
** TT interrupt definitions added.
**
** 12/02/96: (Roman)
**
www.eeworm.com/read/428548/1958846
c tag.c
/* vi: set sw=4 ts=4: */
/*
* tag.c - allocation/initialization/free routines for tag structs
*
* Copyright (C) 2001 Andreas Dilger
* Copyright (C) 2003 Theodore Ts'o
*
* %Begin-Header%
* This
www.eeworm.com/read/396408/2416815
todo
TODO - list of things to do for libpng:
Final bug fixes.
Improve API by hiding the png_struct and png_info structs.
Finish work on the no-floating-point version (including gamma compensation)
Be
www.eeworm.com/read/388373/2550851
h qmultiply.h
#ifndef QMULTIPLY
#define QMULTIPLY
#include "constants.h"
#include "structs.h"
void qmultiply( Quat *q,
Quat *ql,
Quat *qr );
void mkUnitQuat( Quat *q );
void printQuat( Quat q );
#endif
www.eeworm.com/read/388373/2550868
cc torsion.cc
/* torsion.cc */
#include
#ifdef sgi
#include "constants.h"
#include "structs.h"
#include "torsion.h"
#else
extern "C"
{
#include "constants.h"
#include
www.eeworm.com/read/388373/2550881
h qtransform.h
#ifndef QTRANSFORM
#define QTRANSFORM
#include "constants.h"
#include "structs.h"
void qtransform( const Coord T,
const Quat q,
float tcoord[MAX_ATOMS][SPACE],
const int na
www.eeworm.com/read/381490/2644472
todo
TODO - list of things to do for libpng:
Final bug fixes.
Improve API by hiding the png_struct and png_info structs.
Finish work on the no-floating-point version (including gamma compensation)
Be
www.eeworm.com/read/374581/2749767
c tag.c
/* vi: set sw=4 ts=4: */
/*
* tag.c - allocation/initialization/free routines for tag structs
*
* Copyright (C) 2001 Andreas Dilger
* Copyright (C) 2003 Theodore Ts'o
*
* %Begin-Header%
* This
www.eeworm.com/read/366702/2865434
c test_3_element_struct_and_unions.c
/* This is an autogenerated file. Do not edit. */
#include "defines.h"
#include "macros.h"
/* Check structs and unions of all permutations of 3 basic types. */
int
main (void)
{
check_struct_and
www.eeworm.com/read/366702/2866354
c anon-struct5.c
// PR c++/30302
struct A
{
struct { static int i; }; // { dg-error "prohibits anonymous structs|an anonymous struct" }
void foo() { i; }
};
struct B
{
union { static int i; }; // { dg-error "a