Home
last modified time | relevance | path

Searched refs:timestamp2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Silence-clang-warnings.patch53 const std::clock_t timestamp2 = std::clock();
59 const std::clock_t time_fast = timestamp2 - timestamp1;
71 const std::clock_t timestamp2 = std::clock();
77 const std::clock_t time_fast = timestamp2 - timestamp1;
89 const std::clock_t timestamp2 = std::clock();
95 const std::clock_t time_fast = timestamp2 - timestamp1;
107 const std::clock_t timestamp2 = std::clock();
113 const std::clock_t time_fast = timestamp2 - timestamp1;
123 const std::clock_t timestamp2 = std::clock();
128 const std::clock_t time_fast = timestamp2 - timestamp1;
[all …]
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_clock.c43 u64 timestamp1, timestamp2, temp; in measure_clock() local
70 if (adf_get_fw_timestamp(accel_dev, &timestamp2)) { in measure_clock()
88 temp = (timestamp2 - timestamp1) * ME_CLK_DIVIDER * 10; in measure_clock()
/openbmc/linux/drivers/scsi/
H A Dpmcraid.h402 __le32 timestamp2; member
H A Dpmcraid.c1528 ((le32_to_cpu(pinstance->ccn.hcam->timestamp2) & 0xffffffffLL) << 32)), in pmcraid_handle_config_change()
/openbmc/linux/drivers/rtc/
H A Drtc-pcf2127.c905 static DEVICE_ATTR_RW(timestamp2);