OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:temp_rate
(Results
1 - 5
of
5
) sorted by null
/external/netperf/
netcpu_kstat.c
258
temp_rate
,
local
326
temp_rate
= (secondcnt[j] >= firstcnt[j]) ?
329
if (
temp_rate
> rate[i]) rate[i] =
temp_rate
;
netcpu_perfstat.c
124
temp_rate
,
local
247
temp_rate
= (secondcnt[j] >= firstcnt[j]) ?
250
if (
temp_rate
> rate[i]) rate[i] =
temp_rate
;
netcpu_pstat.c
107
temp_rate
,
local
198
temp_rate
= (secondcnt[j] >= firstcnt[j]) ?
201
if (
temp_rate
> rate[i]) rate[i] =
temp_rate
;
netserver.c
198
float
temp_rate
;
local
254
temp_rate
= calibrate_local_cpu(0.0);
255
bcopy((char *)&
temp_rate
,
257
sizeof(
temp_rate
));
259
(char *)netperf_response.content.test_specific_data + sizeof(
temp_rate
),
263
fprintf(where,"rate is %g num cpu %d\n",
temp_rate
,lib_num_loc_cpus);
272
cpu_stop(1,&
temp_rate
);
netcpu_looper.c
494
temp_rate
,
555
temp_rate
= (secondcnt[j] >= firstcnt[j]) ?
558
if (
temp_rate
> rate[i]) rate[i] =
temp_rate
;
493
temp_rate
,
local
Completed in 3833 milliseconds