代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5528163
c zero-strct-4.c
typedef struct {} raw_spinlock_t;
typedef struct {
raw_spinlock_t raw_lock;
} spinlock_t;
struct sk_buff_head {
int i;
spinlock_t lock;
};
struct sk_buff_head audit_skb_queue;
void audit_init(vo
www.eeworm.com/read/162614/5528208
c zero-strct-3.c
typedef struct {} spinlock_t;
struct sk_buff_head {
int i;
spinlock_t lock;
};
struct sk_buff_head audit_skb_queue;
void audit_init(void)
{
struct sk_buff_head *list = &audit_skb_queue;
spinlo
www.eeworm.com/read/162614/5528560
c zero-strct-5.c
/* Check that the inliner does not crash for this testcase.
gimple_expr can change the expr to NULL meaning that we
should not add any statement. */
struct f {};
struct g1 {struct f l;};
static
www.eeworm.com/read/162614/5528639
c zero-strct-1.c
typedef struct { } empty_t;
f ()
{
empty_t i;
bar (i);
}
www.eeworm.com/read/341021/3261540
c non_zero_root.c
#include "mpi.h"
#include
#include
#include
#define SIZE 100000
#define ITER 1000
#define ERROR_MARGIN 0.5
static int verbose = 0;
int main(int argc, char* argv[]
www.eeworm.com/read/341021/3261608
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/341021/3261615
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/341021/3261628
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/341021/3261630
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/340665/3279655
c zero-strct-2.c
struct { } foo = { };
void * bar(void) { return &foo; }