代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6051446
s crt0.s
.text
.global _start
.type _start,@function
.stabs "crt0.S",100,0,0,_start
.stabs "int:t(0,1)=r(0,1);-32768;32767;",128,0,0,0
.stabs "_start:F(0,1)",36,0,1,_start
_start:
; R14 always contains
www.eeworm.com/read/124347/6052283
c isascii.c
/*
FUNCTION
---ASCII character predicate
INDEX
isascii
ANSI_SYNOPSIS
#include
int isascii(int );
TRAD_SYNOPSIS
#include
int isascii();
DESCRIPTION
www.eeworm.com/read/124347/6052493
c ef_atanh.c
/* ef_atanh.c -- float version of e_atanh.c.
* Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
* ====================================================
* Copyright (C
www.eeworm.com/read/124347/6052527
c s_isnan.c
/* @(#)z_isnan.c 1.0 98/08/13 */
/*
FUNCTION
,,,,,---test
for exceptional numbers
INDEX
isnan
INDEX
isinf
INDEX
www.eeworm.com/read/124347/6052605
c ef_atanh.c
/* ef_atanh.c -- float version of e_atanh.c.
* Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
* ====================================================
* Copyright (C
www.eeworm.com/read/124347/6052630
c e_atanh.c
/* @(#)e_atanh.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Micro
www.eeworm.com/read/124347/6052647
c s_isnan.c
/* @(#)s_isnan.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Micro
www.eeworm.com/read/124347/6053336
c devzero.c
#include
#include
#include
#include
#include
main()
{
int fd, r, w, l;
char buf[1024];
char *v;
fd = open("/dev/zero", O_RDONLY);
www.eeworm.com/read/120487/6073489
out join.out
--
-- JOIN
-- Test JOIN clauses
--
CREATE TABLE J1_TBL (
i integer,
j integer,
t text
);
CREATE TABLE J2_TBL (
i integer,
k integer
);
INSERT INTO J1_TBL VALUES (1, 4, 'one');
INSERT INTO J1
www.eeworm.com/read/120433/6073935
asm network_main.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.32 *
;* Date/Time created: Thu Dec 16 15:46