代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/381034/2650626
h packoff.h
/*++
Copyright (c) 1990,91 Microsoft Corporation
Module Name:
packoff.h
Abstract:
This file turns packing of structures off. (That is, it enables
automatic alignment of s
www.eeworm.com/read/381034/2650629
h packoff.h
/*++
Copyright (c) 1990,91 Microsoft Corporation
Module Name:
packoff.h
Abstract:
This file turns packing of structures off. (That is, it enables
automatic alignment of s
www.eeworm.com/read/380530/2656539
cpp mimetype.cpp
/*
* Functions to manage emsMIMEtype structures
* for use with Eudora EMS API under MS Windows.
*
* Filename: mimetype.cpp
*
* Last Edited: Wednesday, October 2, 1996
*
* Author:
www.eeworm.com/read/380530/2656666
h rpcndr.h
/*++
Copyright (c) 1992-1997 Microsoft Corporation
Module Name:
rpcndr.h
Abstract:
Definitions for stub data structures and prototypes of helper functions.
Author:
Don
www.eeworm.com/read/375736/2720779
inc ulib.inc
;***
;ulib.inc - 03-Sep-87
;***
.XLIST
;
;***
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Defines structures for data items shared between resident
; runtime and userlibr
www.eeworm.com/read/368758/2807563
h prom.h
/* OpenProm defines mainly taken from linux kernel header files
*
* openprom.h: Prom structures and defines for access to the OPENBOOT
* prom routines and data areas.
*
* Copyright
www.eeworm.com/read/368386/2815896
h iosapic_private.h
/*
** This file is private to iosapic driver.
** If stuff needs to be used by another driver, move it to a common file.
**
** WARNING: fields most data structures here are ordered to make sure
**
www.eeworm.com/read/366702/2879563
c pr16566-2.c
/* ICE with flexible arrays in non-lvalue structures. Bug 16566
(comment #5). */
struct A
{
int i;
int x[];
};
int foo(struct A a)
{
return (a,a).x[0];
}
www.eeworm.com/read/366702/2881981
c struct-by-value-19_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Struct members are char, int, double,
and other structs containing these types. This test was
www.eeworm.com/read/366702/2884410
c qual-component-1.c
/* Test qualification of components of qualified structures or unions:
should have qualifiers from both the component and the structure or
union. Bug 27697 from Frank Victor Fischer. */
/* Ori