代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2877852
c dg-do-run-sft-exp-f.c
/* { dg-do run } */
/* { dg-shouldfail "comment" { unknown-*-* } { "*" } { "" } } */
extern void abort (void);
int
main ()
{
abort (); /* Directive is ignored so we expect zero; this fails. */
www.eeworm.com/read/366702/2882398
c 3a-07.c
#include "harness.h"
static vector unsigned char
zero()
{
/* MCC allocates a stack slot for and loads an uninitialized local
variable. */
vector unsigned char a;
return vec_sub(a,a);
}
www.eeworm.com/read/364434/2906207
svn-base int_altivec.c.svn-base
/*
* Copyright (c) 2007 Luca Barbato
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Less
www.eeworm.com/read/364434/2906211
svn-base float_altivec.c.svn-base
/*
* Copyright (c) 2006 Luca Barbato
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Less
www.eeworm.com/read/361013/2953326
c lowinit.c
/* - lowinit.c -
The function __low_level_init is called by the start-up code before doing
the normal initialization of data segments. If the return value is zero,
initialization is not p
www.eeworm.com/read/356084/3042424
m mcttrc_pdsco_rz.m
% MCTTRC_pdsco_rz -- find Minimum Cost to Time Ratio Cycle through Linear Programming
% by calling 'pdsco', eliminate have-to-be-zero variables in advance.
% Usage
% [x,ncycles
www.eeworm.com/read/351837/3098677
unit_masks
# ppc64 pa6t possible unit masks
#
name:zero type:mandatory default:0x0
0x0 No unit mask
www.eeworm.com/read/351636/3104088
c v3p_netlib_init.c
#include "v3p_netlib.h"
/* Initialization flag. Purposely left with default compiler
initialization to zero since it may be referenced before this
translation unit is initialized. */
sta
www.eeworm.com/read/350657/3119369
c usb_ep0.c
/*
* Copyright (C) Extenex Corporation 2001
* Copyright (C) Compaq Computer Corporation, 1998, 1999
* Copyright (C) Intrinsyc, Inc., 2002
*
* PXA USB controller driver - Endpoint zero managem
www.eeworm.com/read/350657/3119741
s strlen_user.s
/*
* arch/alpha/lib/strlen_user.S
*
* Return the length of the string including the NUL terminator
* (strlen+1) or zero if an error occurred.
*
* In places where it is critical to limit the proc