this_time        2069 lib/socket_wrapper/socket_wrapper.c 			size_t this_time = MIN(remain, vector[i].iov_len);
this_time        2072 lib/socket_wrapper/socket_wrapper.c 			       this_time);
this_time        2073 lib/socket_wrapper/socket_wrapper.c 			ofs += this_time;
this_time        2074 lib/socket_wrapper/socket_wrapper.c 			remain -= this_time;
this_time        2132 lib/socket_wrapper/socket_wrapper.c 			size_t this_time = MIN(remain, vector[i].iov_len);
this_time        2135 lib/socket_wrapper/socket_wrapper.c 			       this_time);
this_time        2136 lib/socket_wrapper/socket_wrapper.c 			ofs += this_time;
this_time        2137 lib/socket_wrapper/socket_wrapper.c 			remain -= this_time;
this_time        1096 source3/client/client.c 		int this_time;
this_time        1099 source3/client/client.c 		this_time =
this_time        1102 source3/client/client.c 		get_total_time_ms += this_time;
this_time        1106 source3/client/client.c 			 nread / (1.024*this_time + 1.0e-4),
this_time        1705 source3/client/client.c 		int this_time;
this_time        1708 source3/client/client.c 		this_time =
this_time        1711 source3/client/client.c 		put_total_time_ms += this_time;
this_time        1715 source3/client/client.c 			 state.nread / (1.024*this_time + 1.0e-4),
this_time         769 source3/client/clitar.c 		int this_time;
this_time         776 source3/client/clitar.c 		this_time = (tp_end.tv_sec - tp_start.tv_sec)*1000 + (tp_end.tv_usec - tp_start.tv_usec)/1000;
this_time         777 source3/client/clitar.c 		get_total_time_ms += this_time;
this_time         782 source3/client/clitar.c 				(double)finfo.size, finfo.size / MAX(0.001, (1.024*this_time)),
this_time         788 source3/client/clitar.c 				finfo.size / MAX(0.001, (1.024*this_time)),
this_time        2400 source3/utils/net_rpc.c 		int this_time = 512;
this_time        2402 source3/utils/net_rpc.c 		if (num_members < this_time)
this_time        2403 source3/utils/net_rpc.c 			this_time = num_members;
this_time        2407 source3/utils/net_rpc.c 						this_time,
this_time        2418 source3/utils/net_rpc.c 		for (i = 0; i < this_time; i++) {
this_time        2431 source3/utils/net_rpc.c 		num_members -= this_time;
this_time         792 source4/client/client.c 		int this_time;
this_time         795 source4/client/client.c 		this_time = 
this_time         798 source4/client/client.c 		get_total_time_ms += this_time;
this_time         802 source4/client/client.c 			 nread / (1.024*this_time + 1.0e-4),
this_time        1185 source4/client/client.c 		int this_time;
this_time        1188 source4/client/client.c 		this_time = 
this_time        1191 source4/client/client.c 		put_total_time_ms += this_time;
this_time        1195 source4/client/client.c 			 nread / (1.024*this_time + 1.0e-4),