代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/479151/1340004
c adb.c
/*
* Device driver for the Apple Desktop Bus
* and the /dev/adb device on macintoshes.
*
* Copyright (C) 1996 Paul Mackerras.
*
* Modified to declare controllers as structures, added
* client n
www.eeworm.com/read/465297/1521396
h htk_param.h
/**
* @file htk_param.h
*
*
* @brief Structures for storing input speech parameters
*
* This file defines a structure for holding a vector sequence of
* input speech parameters. The spe
www.eeworm.com/read/456296/1606643
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/456296/1606646
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/243567/4522522
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/242733/4536488
h nkppc.h
/*++
Copyright (c) 1993 IBM Corporation
Module Name:
nkppc.h
Abstract:
Windows CE Kernel PowerPC specific structures and constants
Revision History:
Richard Hooker : Upd
www.eeworm.com/read/242732/4542235
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/242732/4542427
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/242657/4549339
h os_msg.h
// -*- C++ -*-
//=============================================================================
/**
* @file os_msg.h
*
* XSI message queue structures
*
* $Id: os_msg.h 59806 2004-08-25 16:0
www.eeworm.com/read/240162/4589761
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