Home
last modified time | relevance | path

Searched refs:uint32_t (Results 1 – 25 of 54) sorted by relevance

123

/glogg/glogg/src/data/
H A Dcompressedlinestorage.h
H A Dcompressedlinestorage.cpp
/glogg/src/data/
H A Dcompressedlinestorage.h108 uint32_t size() const in size()
111 uint64_t at( uint32_t i ) const;
129 uint32_t nb_lines_;
141 uint32_t first_long_line_;
160 uint32_t index;
H A Dcompressedlinestorage.cpp33 char* block32_new( int block_size, uint32_t initial_position, in block32_new()
42 *(reinterpret_cast<uint32_t*>(ptr)) = initial_position; in block32_new()
88 void block32_add_absolute( char** ptr, uint32_t value ) in block32_add_absolute()
94 *(reinterpret_cast<uint32_t*>(*ptr)) = value; in block32_add_absolute()
95 *ptr += sizeof( uint32_t ); in block32_add_absolute()
102 *ptr = block + sizeof( uint32_t ); in block32_initial_pos()
103 return *(reinterpret_cast<uint32_t*>(block)); in block32_initial_pos()
131 pos = *(reinterpret_cast<uint32_t*>(*ptr)); in block32_next_pos()
132 *ptr += sizeof( uint32_t ); in block32_next_pos()
304 + sizeof( uint16_t ) + sizeof( uint32_t ) ) - block; in append()
[all …]
/glogg/glogg/src/
H A Dperfcounter.h
H A Dencodingspeculator.h
H A Dconfiguration.h
H A Dwinwatchtowerdriver.cpp
H A Ddbusexternalcom.cpp
H A Dfilewatcher.h
H A Dsocketexternalcom.cpp
H A Doptionsdialog.cpp
H A Dexternalcom.h
H A Dsocketexternalcom.h
H A Dwatchtower.h
/glogg/src/
H A Dperfcounter.h49 uint32_t readAndReset() { in readAndReset()
50 uint32_t value = counter_; in readAndReset()
56 uint32_t counter_ = 0;
H A Dencodingspeculator.h64 uint32_t code_point_;
66 uint32_t min_value_;
H A Dconfiguration.h63 uint32_t pollIntervalMs() const in pollIntervalMs()
65 void setPollIntervalMs( uint32_t interval ) in setPollIntervalMs()
107 uint32_t pollIntervalMs_;
H A Dwinwatchtowerdriver.cpp58 uint32_t next_offset = *( reinterpret_cast<const uint32_t*>( new_position ) ); in updateCurrentNotification()
59 uint32_t action = *( reinterpret_cast<const uint32_t*>( new_position ) + 1 ); in updateCurrentNotification()
60 uint32_t length = *( reinterpret_cast<const uint32_t*>( new_position ) + 2 ); in updateCurrentNotification()
H A Ddbusexternalcom.cpp105 uint32_t DBusExternalInstance::getVersion() const in getVersion()
115 return (uint32_t) reply.value(); in getVersion()
H A Dfilewatcher.h44 virtual void setPollingInterval( uint32_t ) {} in setPollingInterval() argument
H A Dsocketexternalcom.cpp75 uint32_t SocketExternalInstance::getVersion() const in getVersion()
77 return *reinterpret_cast<uint32_t*>(memory_->data()); in getVersion()
H A Doptionsdialog.cpp28 static const uint32_t POLL_INTERVAL_MIN = 10;
29 static const uint32_t POLL_INTERVAL_MAX = 3600000;
218 uint32_t poll_interval = pollIntervalLineEdit->text().toUInt(); in updateConfigFromDialog()
H A Dexternalcom.h39 virtual uint32_t getVersion() const = 0;
H A Dsocketexternalcom.h15 uint32_t getVersion() const override;

123