代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/162614/5529767
h small-struct-init.h
/* Function definitions that are used by multiple tests. */
void initSc (Sc *p, int i) { p->c = (char)i; }
void initSs (Ss *p, int i) { p->s = i; }
void initSi (Si *p, int i) { p->i = i; }
void init
www.eeworm.com/read/162614/5529773
h union-defs.h
/* Type definitions that are used by multiple tests. */
typedef union { char c; short s; } Ucs;
typedef union { char c; int i; } Uci;
typedef union { char c; long l; } Ucl;
typedef union { char c; l
www.eeworm.com/read/162614/5529812
h fp2-struct-init.h
/* Function definitions that are used by multiple tests. */
void initSfd (Sfd *p, double y)
{ p->f = y; p->d = y+1; }
void initSfl (Sfl *p, double y)
{ p->f = y; p->l = y+1; }
void initSdf (Sdf *p,
www.eeworm.com/read/162614/5530927
h mi2b.h
/* Test for overly eager multiple include optimization.
Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.
Problem noted by Tom Tromey . */
#define need_x
www.eeworm.com/read/162614/5530946
c mi2.c
/* Test for overly eager multiple include optimization.
Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.
Problem noted by Tom Tromey . */
/* { dg-do compi
www.eeworm.com/read/162614/5530954
h mi2a.h
/* Test for overly eager multiple include optimization.
Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.
Problem noted by Tom Tromey . */
#include "mi2c
www.eeworm.com/read/162614/5531033
h mi2b.h
/* Test for overly eager multiple include optimization.
Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.
Problem noted by Tom Tromey . */
#define need_x
www.eeworm.com/read/162614/5531109
c mi2.c
/* Test for overly eager multiple include optimization.
Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.
Problem noted by Tom Tromey . */
/* { dg-do compi
www.eeworm.com/read/162614/5531140
h mi2a.h
/* Test for overly eager multiple include optimization.
Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.
Problem noted by Tom Tromey . */
#include "mi2c
www.eeworm.com/read/162614/5536243
java iduniquenesspolicyvalue.java
/* IdUniquenessPolicyValue.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it u