bandwidth         519 opal/mca/btl/uct/btl_uct_tl.c 	module->super.btl_bandwidth = (uint32_t) (MCA_BTL_UCT_TL_ATTR(tl, 0).bandwidth / 1048576.0);
bandwidth          24 opal/test/reachable/reachable_shared.h opal_if_t* create_if(int af_family, char *address, int mask, int bandwidth)
bandwidth          38 opal/test/reachable/reachable_shared.h     interface->if_bandwidth = bandwidth;
bandwidth         183 test/datatype/to_self.c     double bandwidth, clock_prec;
bandwidth         186 test/datatype/to_self.c     bandwidth = (length * clock_prec * cycles) / (1024.0 * 1024.0) / (time * clock_prec);
bandwidth         187 test/datatype/to_self.c     printf( "%8d\t%.6f\t%.4f MB/s\n", length, time / cycles, bandwidth );