HomeSort by relevance Sort by last modified time
    Searched refs:hz (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /system/extras/ioshark/
ioshark_bench_subr.c 358 static int hz; variable
363 if ((hz = sysconf(_SC_CLK_TCK)) == -1)
441 state->uptime = (unsigned long long) up_sec * hz +
442 (unsigned long long) up_cent * hz / 100;
461 * it. Convert this to hz, so we can do all our math
465 state->tot_ticks *= hz; /* to hz */
  /cts/tools/utils/
monsoon.py 28 Get 5000hz data from device number 7536, with unlimited number of samples
29 python monsoon.py --samples -1 --hz 5000 --serialno 7536
31 Get 200Hz data for 5 seconds (1000 events) from default device
32 python monsoon.py --samples 100 --hz 200
34 Get unlimited 200Hz data from device attached at /dev/ttyACM0
35 python monsoon.py --samples -1 --hz 200 --device /dev/ttyACM0
377 # In case FLAGS.hz doesn't divide native_hz exactly, use this invariant:
378 # 'offset' = (consumed samples) * FLAGS.hz - (emitted samples) * native_hz
389 need = (native_hz - offset + FLAGS.hz - 1) / FLAGS.hz
    [all...]
  /external/iproute2/bridge/
fdb.c 148 int hz = get_user_hz(); local
150 fprintf(fp, "used %d/%d ", ci->ndm_used/hz,
151 ci->ndm_updated/hz);
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
PowerBaseTest.py 47 # Power mesaurement sampling rate in Hz
242 monsoon_data.data_points, monsoon_data.timestamps, monsoon_data.hz,
249 dt = 1.0 / monsoon_data.hz
367 ("\t\t{} samples taken at {}Hz, with an offset of {} samples."
368 ).format(len(self.data_points), self.hz, self.offset))
  /external/libnl/lib/route/
neigh.c 478 int hz = nl_get_user_hz(); local
486 n->n_cacheinfo.nci_confirmed/hz,
487 n->n_cacheinfo.nci_used/hz, n->n_cacheinfo.nci_updated/hz);
  /prebuilts/go/darwin-x86/src/runtime/
os3_plan9.go 149 func resetcpuprofiler(hz int32) {
151 getg().m.profilehz = hz
os_windows.go 792 func resetcpuprofiler(hz int32) {
805 if hz > 0 {
806 ms = 1000 / hz
813 atomic.Store((*uint32)(unsafe.Pointer(&getg().m.profilehz)), uint32(hz))
proc.go     [all...]
os_nacl.go 276 func resetcpuprofiler(hz int32) {}
  /prebuilts/go/linux-x86/src/runtime/
os3_plan9.go 149 func resetcpuprofiler(hz int32) {
151 getg().m.profilehz = hz
os_windows.go 792 func resetcpuprofiler(hz int32) {
805 if hz > 0 {
806 ms = 1000 / hz
813 atomic.Store((*uint32)(unsafe.Pointer(&getg().m.profilehz)), uint32(hz))
proc.go     [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiTetheringPowerTest.py 48 self.hz = 5000
85 self.duration, at the frequency of self.hz.
88 result = self.mon.measure_power(self.hz,
WifiPowerTest.py 59 self.hz = 5000
149 self.duration, at the frequency of self.hz.
155 result = self.mon.measure_power(self.hz,
  /frameworks/native/cmds/dumpstate/
utils.cpp 453 static long hz; // cache discovered hz local
455 if (hz <= 0) {
456 hz = sysconf(_SC_CLK_TCK);
457 if (hz <= 0) {
458 hz = 1000;
463 time = (time * 100 + (hz / 2)) / hz;
    [all...]
  /external/iproute2/ip/
iproute.c 318 static int hz; local
522 if (!hz)
523 hz = get_user_hz();
525 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
534 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
547 if (!hz)
548 hz = get_user_hz();
552 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
561 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
836 static int hz; local
    [all...]
  /external/iproute2/lib/
utils.c 673 int hz = 0; local
676 if (getenv("HZ"))
677 return atoi(getenv("HZ")) ? : HZ;
692 hz = denom;
695 if (hz)
696 return hz;
697 return HZ;
  /external/libnl/lib/
utils.c 397 /* Retrieves the configured HZ and ticks/us value in the kernel.
423 if ((ev = getenv("HZ"))) {
424 long hz = strtol(ev, NULL, 0); local
426 if (LONG_MIN != hz && LONG_MAX != hz) {
427 user_hz = hz;
476 * Return the value of HZ
485 * Return the value of packet scheduler HZ
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
hi6220.dtsi 191 opp-hz = /bits/ 64 <208000000>;
196 opp-hz = /bits/ 64 <432000000>;
201 opp-hz = /bits/ 64 <729000000>;
206 opp-hz = /bits/ 64 <960000000>;
211 opp-hz = /bits/ 64 <1200000000>;
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.cpp 290 bool Drm::setRefreshRate(int device, int hz)
326 mode->vrefresh == (uint32_t)hz) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.cpp 294 bool Drm::setRefreshRate(int device, int hz)
330 mode->vrefresh == (uint32_t)hz) {
  /system/extras/simpleperf/
cmd_stat.cpp 213 double hz = s.count / (duration_in_sec / s.scale); local
214 return android::base::StringPrintf("%lf%cGHz", hz / 1e9, sap_mid);
  /toolchain/binutils/binutils-2.25/gprof/
gprof.c 54 long hz = HZ_WRONG; variable
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py     [all...]
  /external/deqp/modules/glshared/
glsScissorTests.cpp 75 const float hz = (p0.z() + p1.z()) * 0.5f; local
79 p0.x(), p1.y(), hz, 1.0f,
80 p1.x(), p0.y(), hz, 1.0f,

Completed in 1337 milliseconds

1 23 4 5