代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/136812/5859651
h bootparam.h
/*
* @(#)bootparam.h 1.1 92/07/30 SMI
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* Constants for stand-alone I/O (bootstrap) code.
*/
#ifndef _mon_bootparam_h
#define _mon_bootparam_h
www.eeworm.com/read/232339/14198037
m rri_multiblock_boot.m
%RRI_MULTIBLOCK_BOOT Apply Behavioral or Task PLS test and bootstrap test
% on RRI scan.
%
% See also PLS_BOOT_TEST, PLS_DEVIATION_BOOT_TEST, BEHAVPLS_BOOT, TASKPLS_BOOT
%
% I (ismean) - 1
www.eeworm.com/read/11175/210295
h str.h
extern char parallel_turbo[];
extern char parallel_normal[];
extern char press_enter_to_return[];
extern char sending_bootstrap[];
extern char open_error_msg[];
extern char read_error_msg[];
ext
www.eeworm.com/read/14187/319862
readme_first
July 15, 2002.
Hi - welcome to mpeg4ip.
If you're trying to build, you can't just run the ./configure
script.
Instead, run the ./bootstrap script.
The reason for this that mpeg4ip requires that c
www.eeworm.com/read/14545/389314
readme_first
July 15, 2002.
Hi - welcome to mpeg4ip.
If you're trying to build, you can't just run the ./configure
script.
Instead, run the ./bootstrap script.
The reason for this is the mpeg4ip requires a mo
www.eeworm.com/read/470720/1451497
c 20020315-1.c
/* PR bootstrap/4128 */
extern int bar (char *, char *, int, int);
extern long baz (char *, char *, int, int);
int sgt (char *a, char *b, int c, int d)
{
return bar (a, b, c, d) > 0;
}
long dgt (
www.eeworm.com/read/470720/1452095
c 20020416-1.c
/* PR bootstrap/6315 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -mhard-quad-float" { target sparc*-*-* } } */
/* { dg-options "-O2" { target sparclet*-*-* sparclite*-*-
www.eeworm.com/read/470693/1463443
c 20020315-1.c
/* PR bootstrap/4128 */
extern int bar (char *, char *, int, int);
extern long baz (char *, char *, int, int);
int sgt (char *a, char *b, int c, int d)
{
return bar (a, b, c, d) > 0;
}
long dgt (
www.eeworm.com/read/470693/1464041
c 20020416-1.c
/* PR bootstrap/6315 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -mhard-quad-float" { target sparc*-*-* } } */
/* { dg-options "-O2" { target sparclet*-*-* sparclite*-*-
www.eeworm.com/read/460691/1558538
pm nls.pm
# The documentation is at the __END__
package Win32::OLE::NLS;
require Win32::OLE; # Make sure the XS bootstrap has been called
use strict;
use vars qw(@EXPORT @EXPORT_OK %EXPORT_TAGS @ISA);