Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-cache.cc711 vec <unsigned> m_timestamp; member in temporal_cache
718 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 …]
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp38 m_header.m_timestamp = ENDIAN_LITTLE_TO_HOST_U64(m_header.m_timestamp); in readImageHeader()
H A Dsbtool.cpp545 Log::log("Timestamp: %llu\n", header.m_timestamp); in dumpImageHeader()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h158 uint64_t m_timestamp; //!< Timestamp when image was generated in microseconds since 1-1-2000. member
H A DEncoreBootImage.cpp357 header.m_timestamp = ENDIAN_HOST_TO_LITTLE_U64(getTimestamp()); in prepareImageHeader()