代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/169697/5414921
c zero-blklen-vector.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2003 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include
#include
int main(int ar
www.eeworm.com/read/169697/5414928
c contig-zero-count.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include
#include
#inc
www.eeworm.com/read/169697/5414938
c struct-zero-count.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include
#include
#inc
www.eeworm.com/read/169697/5414940
c blockindexed-zero-count.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include
#include
#inc
www.eeworm.com/read/162614/5522904
m zero-link-3.m
/* Check that the '-fzero-link' flag doesn't prevent messaging from working. */
/* Contributed by Ziemowit Laski . */
/* { dg-options "-fnext-runtime -fzero-link -lobjc" } */
/* { d
www.eeworm.com/read/162614/5522908
m zero-link-2.m
/* Check if the '-fno-zero-link' flag correctly _omits_ an objc_getClass() call. */
/* Contributed by Ziemowit Laski . */
/* { dg-options "-fnext-runtime -fno-zero-link" } */
/* { d
www.eeworm.com/read/162614/5522972
m zero-link-1.m
/* Check if the '-fzero-link' flag correctly emits an objc_getClass() call. */
/* Contributed by Ziemowit Laski . */
/* { dg-options "-fnext-runtime -fzero-link" } */
/* { dg-do com
www.eeworm.com/read/162614/5527013
c zero-struct-1.c
struct g{};
char y[3];
char *f = &y[0];
char *ff = &y[0];
void h(void)
{
struct g t;
*((struct g*)(f++)) = *((struct g*)(ff++));
*((struct g*)(f++)) = (struct g){};
t = *((struct g*)(ff++));
}
www.eeworm.com/read/162614/5527559
c zero-struct-2.c
void abort (void);
int ii;
typedef struct {} raw_spinlock_t;
typedef struct {
raw_spinlock_t raw_lock;
} spinlock_t;
raw_spinlock_t one_raw_spinlock (void)
{
raw_spinlock_t raw_lock;
ii++;
ret
www.eeworm.com/read/162614/5527987
c zero-strct-2.c
struct { } foo = { };
void * bar(void) { return &foo; }