代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/214971/15081390
c dsk_appcfg_c.c
/* Do *not* directly modify this file. It was */
/* generated by the Configuration Tool; any */
/* changes risk being overwritten. */
/* INPUT dsk_app.cdb */
/* Include He
www.eeworm.com/read/167562/5456432
cpp ipv6test.cpp
/* Sample program for configure to test IPv6 support on target
platforms. We check for the required IPv6 data structures. */
#if defined(__hpux)
#define _HPUX_SOURCE
#endif
#include
#i
www.eeworm.com/read/162614/5516897
c darwin-abi-1.c
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-O" } */
/* { dg-final { scan-assembler "li r3,12345\n\t(bl|jbsr) " } } */
/* Check that zero-size structures don't affect param
www.eeworm.com/read/162614/5529664
c struct-by-value-5b_main.c
/* Test structures passed by value, including to a function with a
variable-length argument lists. All struct members are float
scalars. */
extern void struct_by_value_5b_x (void);
extern voi
www.eeworm.com/read/162614/5529706
c struct-by-value-7b_main.c
/* Test structures passed by value, including to a function with a
variable-length argument lists. All struct members are long double
scalars. */
extern void struct_by_value_7b_x (void);
exte
www.eeworm.com/read/162614/5529815
c struct-by-value-6b_main.c
/* Test structures passed by value, including to a function with a
variable-length argument lists. All struct members are double
scalars. */
extern void struct_by_value_6b_x (void);
extern vo
www.eeworm.com/read/411266/11249650
h dosformt.h
/***********************************************************************************/
/* M-Systems Confidential */
/* Copyright (C)
www.eeworm.com/read/411260/11250032
h dosformt.h
/***********************************************************************************/
/* M-Systems Confidential */
/* Copyright (C)
www.eeworm.com/read/134026/14012046
h struct.h
#ifndef STRUCT_HEADERS
#define STRUCT_HEADERS
//used structures
typedef struct point
{
int x;
int y;
} point;
typedef struct cell_indexes
{
int row;
int col;
} cell_ind;
#endif
www.eeworm.com/read/317563/13501872