代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4683646
c zero-strct-1.c
typedef struct { } empty_t;
f ()
{
empty_t i;
bar (i);
}
www.eeworm.com/read/233448/4686200
c zero-length-1.c
/* Test the -Wno-format-zero-length option, which suppresses warnings
about zero-length formats. */
/* Origin: Jason Thorpe */
/* { dg-do compile } */
/* { dg-options "
www.eeworm.com/read/233448/4692238
cc zero_sized_arrays.cc
// 2004-10-20 Benjamin Kosnik
//
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/226030/4788228
h zero_array16.h
/* Copyright 2001,2002,2003 NAH6
* All Rights Reserved
*
* Parts Copyright DoD, Parts Copyright Starium
*
*/
#ifndef __ZERO_ARRAY16_H__
#define __ZERO_ARRAY16_H__
#include
v
www.eeworm.com/read/226030/4788282
c zero_array16.c
/* Copyright 2001,2002,2003 NAH6
* All Rights Reserved
*
* Parts Copyright DoD, Parts Copyright Starium
*
*/
#include "zero_array16.h"
void ZeroArray16 (fxpt_16 *array, int size)
{
f
www.eeworm.com/read/216781/4888136
c incr_dev_zero.c
#include "unpipc.h"
#define SEM_NAME "mysem"
/* include diff */
int
main(int argc, char **argv)
{
int fd, i, nloop;
int *ptr;
sem_t *mutex;
if (argc != 2)
err_quit("usage: incr
www.eeworm.com/read/207991/4999270
mal fastcrack_zero_00.mal
# The first reference case for fast cracking
include microbenchmark;
include crackers;
tuples:=1048576;
values:= tuples;
io.printf(" tuples %d\n",tuples);
io.printf(" values %d\n",values);
b:= micr
www.eeworm.com/read/198916/5080819
c incr_dev_zero.c
#include "unpipc.h"
#define SEM_NAME "mysem"
/* include diff */
int
main(int argc, char **argv)
{
int fd, i, nloop;
int *ptr;
sem_t *mutex;
if (argc != 2)
err_quit("usage: incr
www.eeworm.com/read/195561/5109919
tcl l3zero.tcl
#####################################################################################################
# L3Zero.tcl
www.eeworm.com/read/190666/5179322
c zero-strct-1.c
typedef struct { } empty_t;
f ()
{
empty_t i;
bar (i);
}