msgsize            75 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c     int msgsize;
msgsize            98 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c         while (0 < (msgsize = read(0, msg, SIMPIO_MSG_MAX))) {
msgsize            99 opal/mca/pmix/pmix4x/pmix/test/simple/simpio.c             cnt += msgsize;
msgsize            13 orte/test/mpi/iof.c     int pos, msgsize, nbytes;
msgsize            30 orte/test/mpi/iof.c         while (0 != (msgsize = read(0, msg, ORTE_IOF_BASE_MSG_MAX))) {
msgsize            32 orte/test/mpi/iof.c             if (msgsize > 0) {
msgsize            36 orte/test/mpi/iof.c             nbytes += msgsize;
msgsize            15 orte/test/system/iof_delay.c     int msgsize;
msgsize            46 orte/test/system/iof_delay.c         msgsize = 10;
msgsize            47 orte/test/system/iof_delay.c         msg[msgsize-1] = '\n';
msgsize            55 orte/test/system/iof_delay.c         write(i, msg, msgsize);
msgsize            16 orte/test/system/iof_stress.c     int msgsize;
msgsize            45 orte/test/system/iof_stress.c         while (0 != (msgsize = read(0, msg, ORTE_IOF_BASE_MSG_MAX))) {
msgsize            46 orte/test/system/iof_stress.c             if (msgsize > 0) {
msgsize            47 orte/test/system/iof_stress.c                 msg[msgsize] = '\n';
msgsize            48 orte/test/system/iof_stress.c                  write(1, msg, msgsize);
msgsize            61 orte/test/system/iof_stress.c         msgsize = 10;
msgsize            62 orte/test/system/iof_stress.c         msg[msgsize-1] = '\n';
msgsize            64 orte/test/system/iof_stress.c         write(1, msg, msgsize);
msgsize            40 orte/test/system/ofi_big_msg.c     int msgsize;
msgsize            77 orte/test/system/ofi_big_msg.c             msgsize = (int)pow(10.0, maxpower);
msgsize            79 orte/test/system/ofi_big_msg.c             opal_output(0, "Ring %d message size %d bytes", j, msgsize);
msgsize            80 orte/test/system/ofi_big_msg.c             msg = (uint8_t*)malloc(msgsize);
msgsize            81 orte/test/system/ofi_big_msg.c             opal_dss.pack(buf, msg, msgsize, OPAL_BYTE);
msgsize            42 orte/test/system/ofi_conduit_stress.c     int msgsize;
msgsize           100 orte/test/system/ofi_conduit_stress.c             msgsize = (int)pow(10.0, maxpower);
msgsize           101 orte/test/system/ofi_conduit_stress.c             opal_output(0, "Ring %d message size %d bytes", j, msgsize);
msgsize           102 orte/test/system/ofi_conduit_stress.c             msg = (uint8_t*)malloc(msgsize);
msgsize           103 orte/test/system/ofi_conduit_stress.c             opal_dss.pack(buf, msg, msgsize, OPAL_BYTE);
msgsize           101 orte/test/system/ofi_query_test.c     int msgsize;
msgsize            41 orte/test/system/ofi_stress.c     int msgsize;
msgsize            78 orte/test/system/ofi_stress.c             msgsize = (int)pow(10.0, maxpower);
msgsize            79 orte/test/system/ofi_stress.c             opal_output(0, "Ring %d message size %d bytes", j, msgsize);
msgsize            80 orte/test/system/ofi_stress.c             msg = (uint8_t*)malloc(msgsize);
msgsize            81 orte/test/system/ofi_stress.c             opal_dss.pack(buf, msg, msgsize, OPAL_BYTE);
msgsize            41 orte/test/system/oob_stress.c     int msgsize;
msgsize            77 orte/test/system/oob_stress.c             msgsize = (int)pow(10.0, maxpower);
msgsize            78 orte/test/system/oob_stress.c             opal_output(0, "Ring %d message size %d bytes", j, msgsize);
msgsize            79 orte/test/system/oob_stress.c             msg = (uint8_t*)malloc(msgsize);
msgsize            80 orte/test/system/oob_stress.c             opal_dss.pack(buf, msg, msgsize, OPAL_BYTE);
msgsize           105 orte/test/system/oob_stress_channel.c     int msgsize;
msgsize           181 orte/test/system/oob_stress_channel.c                 msgsize = (int)pow(10.0, maxpower);
msgsize           182 orte/test/system/oob_stress_channel.c                 opal_output(0, "Ring %d message %d size %d bytes", j,n, msgsize);
msgsize           183 orte/test/system/oob_stress_channel.c                 msg = (uint8_t*)malloc(msgsize);
msgsize           184 orte/test/system/oob_stress_channel.c                 opal_dss.pack(buf, msg, msgsize, OPAL_BYTE);