代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/205824/5020152

h typelib.h

/* * typelib.h internal wine data structures * used to decode typelib's * * Copyright 1999 Rein KLazes * * This library is free software; you can redistribute it and/or * modify it unde
www.eeworm.com/read/205824/5020316

c storage.c

/* * Various storage structures (pool allocation, vector, hash table) * * Copyright (C) 1993, Eric Youngdale. * 2004, Eric Pouech * * This library is free software; you can r
www.eeworm.com/read/204040/5035451

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/195201/5114245

h wvlt.h

#ifndef _INCLUDED_WVLT #define _INCLUDED_WVLT /* * We need to define some structures for quadratic spline wavelets. For these * biorthogonal filters, we require the analysis and reconstructio
www.eeworm.com/read/195013/5117426

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/195013/5121667

h iosapic.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/192559/5154670

h dispdrvr.h

/* File : Dispdrvr.h Copyright (c) 1995, 1996, 1997 Microsoft Corporation Copyright 1997 Motorola. All Rights Reserved. Content : Definitions and structures for supporte
www.eeworm.com/read/192230/5159570

c funcargs.c

/* Test passing of arguments to functions. Use various sorts of arguments, including basic types, pointers to those types, structures, lots of args, etc, in various combinations. */ /* AIX
www.eeworm.com/read/189320/5199785

h os_msg.h

// -*- C++ -*- //============================================================================= /** * @file os_msg.h * * XSI message queue structures * * os_msg.h,v 1.5 2004/08/25 16:05:41
www.eeworm.com/read/183674/5252822

h antlr3cyclicdfa.h

/** Definition of a cyclic dfa structure such that it can be * instiallized at compile time and have only a single * runtime function that can deal with all cyclic dfa * structures adn show Java ho