Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Silence-clang-warnings.patch48 const std::clock_t timestamp1 = std::clock();
59 const std::clock_t time_fast = timestamp2 - timestamp1;
66 const std::clock_t timestamp1 = std::clock();
77 const std::clock_t time_fast = timestamp2 - timestamp1;
84 const std::clock_t timestamp1 = std::clock();
95 const std::clock_t time_fast = timestamp2 - timestamp1;
102 const std::clock_t timestamp1 = std::clock();
113 const std::clock_t time_fast = timestamp2 - timestamp1;
119 const std::clock_t timestamp1 = 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
50 ret = adf_get_fw_timestamp(accel_dev, &timestamp1); in measure_clock()
88 temp = (timestamp2 - timestamp1) * ME_CLK_DIVIDER * 10; in measure_clock()
/openbmc/linux/drivers/scsi/
H A Dpmcraid.h401 __le32 timestamp1; member
H A Dpmcraid.c1527 (le32_to_cpu(pinstance->ccn.hcam->timestamp1) | in pmcraid_handle_config_change()
/openbmc/linux/drivers/rtc/
H A Drtc-pcf2127.c904 static DEVICE_ATTR_RW(timestamp1);