copyargs 423 ompi/mca/coll/libnbc/nbc.c NBC_Args_copy copyargs; copyargs 527 ompi/mca/coll/libnbc/nbc.c NBC_GET_BYTES(ptr,copyargs); copyargs 529 ompi/mca/coll/libnbc/nbc.c (unsigned long) copyargs.src, copyargs.srccount, copyargs.srctype, copyargs 530 ompi/mca/coll/libnbc/nbc.c (unsigned long) copyargs.tgt, copyargs.tgtcount, copyargs.tgttype); copyargs 532 ompi/mca/coll/libnbc/nbc.c if(copyargs.tmpsrc) { copyargs 533 ompi/mca/coll/libnbc/nbc.c buf1=(char*)handle->tmpbuf+(long)copyargs.src; copyargs 535 ompi/mca/coll/libnbc/nbc.c buf1=copyargs.src; copyargs 537 ompi/mca/coll/libnbc/nbc.c if(copyargs.tmptgt) { copyargs 538 ompi/mca/coll/libnbc/nbc.c buf2=(char*)handle->tmpbuf+(long)copyargs.tgt; copyargs 540 ompi/mca/coll/libnbc/nbc.c buf2=copyargs.tgt; copyargs 542 ompi/mca/coll/libnbc/nbc.c res = NBC_Copy (buf1, copyargs.srccount, copyargs.srctype, buf2, copyargs.tgtcount, copyargs.tgttype, copyargs 393 ompi/mca/coll/libnbc/nbc_internal.h NBC_Args_copy copyargs; \ copyargs 419 ompi/mca/coll/libnbc/nbc_internal.h NBC_GET_BYTES(p,copyargs); \ copyargs 420 ompi/mca/coll/libnbc/nbc_internal.h printf("*src: %lu, srccount: %i, srctype: %lu, *tgt: %lu, tgtcount: %i, tgttype: %lu)\n", (unsigned long)copyargs.src, copyargs.srccount, (unsigned long)copyargs.srctype, (unsigned long)copyargs.tgt, copyargs.tgtcount, (unsigned long)copyargs.tgttype); \