Searched refs:hs (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dstatistics.cc398 HistStor::add(HistStor *hs) argument
400 int b_size = hs->size();
402 assert(min_bucket == hs->min_bucket);
404 sum += hs->sum;
405 logs += hs->logs;
406 squares += hs->squares;
407 samples += hs->samples;
409 while (bucket_size > hs->bucket_size)
410 hs->grow_up();
411 while (bucket_size < hs
[all...]
/gem5/src/gpu-compute/
H A Ddispatcher.cc193 HostState hs; local
194 shader->ReadMem((uint64_t)(curTask.depends), &hs,
200 shader->WriteMem((uint64_t)(&((_cl_event*)hs.event)->start),

Completed in 6 milliseconds