代码搜索:LABoratory
找到约 8,768 项符合「LABoratory」的源代码
代码结果 8,768
www.eeworm.com/read/167185/5464418
1 his.1
.\" Copyright (c) 1986-1990 Entropic Speech, Inc.
.\" Copyright (c) 1992 Entropic Research Laboratory, Inc.; All rights reserved.
.\" @(#)his.1 3.5 4/1/97 ESI/ERL
.ds ]W (c) 1992 Entropic Research Lab
www.eeworm.com/read/167185/5464545
diff man.diff
.\" Copyright (c) 1986-1990 Entropic Speech, Inc.
.\" Copyright (c) 1996 Entropic Research Laboratory, Inc. All rights reserved.
.\" @(#)find_ep.1 1.12 4/1/97 ERL
.ds ]W (c) 1996 Entropic Research Lab
www.eeworm.com/read/167185/5464546
1 find_ep.1
.\" Copyright (c) 1986-1990 Entropic Speech, Inc.
.\" Copyright (c) 1996 Entropic Research Laboratory, Inc. All rights reserved.
.\" @(#)find_ep.1 1.12 4/1/97 ERL
.ds ]W (c) 1996 Entropic Research Lab
www.eeworm.com/read/341021/3258572
top mpidi_ch3i_sctp_conf.h.top
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#ifndef MPIDI_CH3I_SOCK_CONF_H
#define MPIDI_CH3I_SOCK_C
www.eeworm.com/read/341021/3260422
c file_set_atomicity.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_set_atomicity(MPI_File fh, int flag)
{
int g2g = 1;
char call
www.eeworm.com/read/341021/3260428
c get_win.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int CollChk_get_win(MPI_Win win, MPI_Comm *comm)
{
int crr_win=0, found=0;
www.eeworm.com/read/341021/3260432
c comm_disconnect.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Comm_disconnect(MPI_Comm *comm)
{
int g2g = 1;
char call[COLLCHK_S
www.eeworm.com/read/341021/3260433
c barrier.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Barrier(MPI_Comm comm)
{
int g2g = 1;
char call[COLLCHK_SM_STRLEN]
www.eeworm.com/read/341021/3260434
c add_win.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
void CollChk_add_win( MPI_Win win, MPI_Comm comm )
{
CollChk_win_t new_win;
www.eeworm.com/read/341021/3260437
c win_fence.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Win_fence(int assert, MPI_Win win)
{
int g2g = 1;
char call[COLLCH