Searched refs:m_timestamp (Results 1 – 5 of 5) sorted by relevance
711 vec <unsigned> m_timestamp; member in temporal_cache718 m_timestamp.create (0); in temporal_cache()719 m_timestamp.safe_grow_cleared (num_ssa_names); in temporal_cache()725 m_timestamp.release (); in ~temporal_cache()733 if (ssa >= m_timestamp.length ()) in temporal_value()735 return m_timestamp[ssa]; in temporal_value()765 if (v >= m_timestamp.length ()) in set_timestamp()766 m_timestamp.safe_grow_cleared (num_ssa_names + 20); in set_timestamp()767 m_timestamp[v] = ++m_current_time; in set_timestamp()776 if (v >= m_timestamp.length ()) in set_always_current()[all …]
38 m_header.m_timestamp = ENDIAN_LITTLE_TO_HOST_U64(m_header.m_timestamp); in readImageHeader()
545 Log::log("Timestamp: %llu\n", header.m_timestamp); in dumpImageHeader()
158 uint64_t m_timestamp; //!< Timestamp when image was generated in microseconds since 1-1-2000. member
357 header.m_timestamp = ENDIAN_HOST_TO_LITTLE_U64(getTimestamp()); in prepareImageHeader()