代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/147766/5722645
s ev6-stxncpy.s
/*
* arch/alpha/lib/ev6-stxncpy.S
* 21264 version contributed by Rick Gorton
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST.
*
www.eeworm.com/read/139557/5798298
s except.s
// TITLE("Interrupt and Exception Processing")
//++
//
// Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
//
// Module Name:
//
// except.s
//
// Abstract:
//
/
www.eeworm.com/read/136812/5858235
c pow.c
#ifndef lint
static char sccsid[] = "@(#)pow.c 1.1 92/07/30 SMI"; /* from UCB 4.3 8/21/85 */
#endif
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
/*
* Copyright (c) 1985 Regents of the U
www.eeworm.com/read/136786/5863505
s ev6-stxcpy.s
/*
* arch/alpha/lib/ev6-stxcpy.S
* 21264 version contributed by Rick Gorton
*
* Copy a null-terminated string from SRC to DST.
*
* This is an internal routine u
www.eeworm.com/read/136786/5863512
s ev6-stxncpy.s
/*
* arch/alpha/lib/ev6-stxncpy.S
* 21264 version contributed by Rick Gorton
*
* Copy no more than COUNT bytes of the null-terminated string from
* SRC to DST.
*
www.eeworm.com/read/136571/5870788
h version.h
/*
* Version numbering for LAME.
*
* Copyright (c) 1999 A.L. Faber
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General
www.eeworm.com/read/136072/5873817
h fpu_control.h
/* FPU control word bits. Mips version.
Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Olaf Flebbe and Ralf
www.eeworm.com/read/136072/5874106
h fpu_control.h
/* FPU control word bits. Nios2 version.
Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software
www.eeworm.com/read/136072/5874675
h fpu_control.h
/* FPU control word bits. Nios2 version.
Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software
www.eeworm.com/read/133772/5900794
c e_lgamma_r.c
//===========================================================================
//
// e_lgamma_r.c
//
// Part of the standard mathematical function library
//
//=========================