代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/162614/5529790
h mixed-struct-defs.h
/* Type definitions that are used by multiple tests. */
typedef struct { char c; double d; } Scd;
typedef struct { char c; double d; char b; } Scdc;
typedef struct { double d; } Sd;
typedef struct {
www.eeworm.com/read/350097/3131946
c xor.c
/*
* xor.c : Multiple Devices driver for Linux
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000,
* Ingo Molnar, Matti Aarnio, Jakub Jelinek, Richard Henderson.
*
* Dispatch optimized RAID-5 checks
www.eeworm.com/read/350097/3133593
h shmparam.h
#ifndef _M68K_SHMPARAM_H
#define _M68K_SHMPARAM_H
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
#endif /* _M68K_SHMPARAM_H */
www.eeworm.com/read/350097/3134755
txt scanner-hp-sane.txt
Copyright (C) 1999, 2000 David E. Nelson
April 26, 2000
CHANGES
- Amended for Linux-2.3.99-pre6-3
- Updated for multiple scanner support
INTRODUCTION
This document will hopefully provide enough i
www.eeworm.com/read/347706/3163830
svn-base bootstrap.sh.svn-base
#!/bin/sh
check_for_app() {
$1 --version 2>&1 >/dev/null
if [ $? != 0 ]
then
echo "Please install $1 and run bootstrap.sh again!"
exit 1
fi
}
# On FreeBSD, multiple autoconf/automake version
www.eeworm.com/read/347503/3170305
s mips16-e.s
.set noreorder
.text
nop
l1: nop
1: nop
nop
# align section end to 16-byte boundary for easier testing on multiple targets
.p2align 4
.section "foo"
www.eeworm.com/read/340665/3266787
s mips16-e.s
.set noreorder
.text
nop
l1: nop
1: nop
nop
# align section end to 16-byte boundary for easier testing on multiple targets
.p2align 4
.section "foo"
www.eeworm.com/read/340665/3273659
c union4.c
// Build don't link:
// Origin: Mark Mitchell
// Special g++ Options:
union A
{
int i;
int j;
A () : i (3), j (2) {} // ERROR - multiple initializations
};
union B
{
www.eeworm.com/read/340665/3280917
c 19990413-1.c
/* Verify that cpp doesn't screw up the line numbering when a macro argument
extends over multiple lines. */
/* { dg-do compile } */
#define FOO(x) /* nothing */
void
func(void)
{
FOO(i