代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/192449/5155738
pad
#! /usr/bin/perl
# Pad a file with zero bytes to make its length
# an even multiple of some value.
# $Revision: 1.1 $
use strict qw(refs vars);
use FileHandle;
if ( scalar(@ARGV) != 2 ) {
prin
www.eeworm.com/read/192449/5155857
pad
#! /usr/bin/perl
# Pad a file with zero bytes to make its length
# an even multiple of some value.
# $Revision: 1.1 $
use strict qw(refs vars);
use FileHandle;
if ( scalar(@ARGV) != 2 ) {
prin
www.eeworm.com/read/192449/5155975
pad
#! /usr/bin/perl
# Pad a file with zero bytes to make its length
# an even multiple of some value.
# $Revision: 1.1 $
use strict qw(refs vars);
use FileHandle;
if ( scalar(@ARGV) != 2 ) {
prin
www.eeworm.com/read/192449/5156074
pad
#! /usr/bin/perl
# Pad a file with zero bytes to make its length
# an even multiple of some value.
# $Revision: 1.1 $
use strict qw(refs vars);
use FileHandle;
if ( scalar(@ARGV) != 2 ) {
prin
www.eeworm.com/read/192449/5156224
pad
#! /usr/bin/perl
# Pad a file with zero bytes to make its length
# an even multiple of some value.
# $Revision: 1.1 $
use strict qw(refs vars);
use FileHandle;
if ( scalar(@ARGV) != 2 ) {
prin
www.eeworm.com/read/190666/5177957
c va-arg-3.c
/* Same as va-arg-2.c but using varargs.h. */
/* The purpose of this test is to catch edge cases when arguments are passed
in regs and on the stack. We test 16 cases, trying to catch multiple
www.eeworm.com/read/179911/5295913
c consolemap.c
/*
* consolemap.c
*
* Mapping from internal code (such as Latin-1 or Unicode or IBM PC code)
* to font positions.
*
* aeb, 950210
*
* Support for multiple unimaps by Jakub Jelinek
www.eeworm.com/read/169937/5408596
org scr_x11.org
/*
* Copyright (c) 2000, 2001 Greg Haerr
* Copyright (c) 1999 Tony Rogvall
* Rewritten to avoid multiple function calls by Greg Haerr
* Alpha blending
www.eeworm.com/read/162614/5515392
c closure_fn4.c
/* Area: closure_call
Purpose: Check multiple long long values passing.
Also, exceed the limit of gpr and fpr registers on PowerPC
Darwin.
Limitations: none.
PR: none.
Originator:
www.eeworm.com/read/162614/5528144
c 20031125-1.c
/* { dg-do compile } */
/* { dg-options "-O2" } */
short *_offsetTable;
/* This tests to make sure PRE splits the entry block ->block 0 edge
when there are multiple block 0 predecessors.
This is