代码搜索:structs
找到约 2,696 项符合「structs」的源代码
代码结果 2,696
www.eeworm.com/read/366702/2883155
c sra-4.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized -w" } */
/* Check that SRA does non block copies for structs that just contain vectors. */
#define vector __attribute__((vector_size
www.eeworm.com/read/362216/2936211
m compare_struct_fieldnames.m
function [tf, mismatches] = compare_struct_fieldnames(s1, s2, match)
% compare_struct_fieldnames -- Compare two structs for match of fieldnames.
%
%****f* wmtsa.utils/compare_struct_fieldnames
%
% NAM
www.eeworm.com/read/162614/5530478
c 20031106-5.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
extern void link_error (void);
/* Check for cprop on different fields of same type structs. */
struct s
{
char d;
int
www.eeworm.com/read/162614/5530540
c 20031106-6.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
extern void link_error (void);
/* Check for copyprop on structs. */
struct s
{
char d;
int a, b;
double m;
};
struc
www.eeworm.com/read/392414/8343970
h client_assist.h
#ifndef _LOGIN_ASSIST_H_LG
#define _LOGIN_ASSIST_H_LG
#include "../include/structs.h"
int getInput(USER *);
int readFile(char *);
int showGUI(char *);
int getChoice(char *);
int execute(int , ch
www.eeworm.com/read/392414/8343978
c client.c
#include
#include // malloc
#include
#include
#include "../include/tools.h"
#include "../include/structs.h"
#include "../include/stddef.h"
#include "../in
www.eeworm.com/read/392414/8344025
h client_assist.h
#ifndef _LOGIN_ASSIST_H_LG
#define _LOGIN_ASSIST_H_LG
#include "../include/structs.h"
int getInput(USER *);
int readFile(char *);
int showGUI(char *);
int getChoice(char *);
int execute(int , ch
www.eeworm.com/read/392414/8344089
c client.c
#include
#include // malloc
#include
#include
#include "../include/tools.h"
#include "../include/structs.h"
#include "../include/stddef.h"
#include "../in
www.eeworm.com/read/392414/8344191
h login_assist.h
#ifndef _LOGIN_ASSIST_H_LG
#define _LOGIN_ASSIST_H_LG
#include "../include/structs.h"
int getInput(USER *);
int readFile(char *);
int showGUI(char *);
int getChoice(char *);
int execute(int , ch
www.eeworm.com/read/392414/8344216
c changepwd.c
#include "../include/structs.h"
#include "../include/stddef.h"
#include
#include
#include
void _changepwd (SHM * shm){
union sigval sig;
struct sigaction act;
si