Searched refs:uint64_t (Results 1 – 22 of 22) sorted by relevance
/glogg/glogg/src/data/ |
H A D | compressedlinestorage.cpp |
|
H A D | compressedlinestorage.h |
|
H A D | linepositionarray.h |
|
/glogg/src/data/ |
H A D | compressedlinestorage.cpp | 51 char* block64_new( int block_size, uint64_t initial_position, in block64_new() 60 *(reinterpret_cast<uint64_t*>(ptr)) = initial_position; in block64_new() 100 uint64_t block32_initial_pos( char* block, char** ptr ) in block32_initial_pos() 108 uint64_t block32_next_pos( char** ptr, uint64_t previous_pos ) in block32_next_pos() 110 uint64_t pos = previous_pos; in block32_next_pos() 139 void block64_add_absolute( char** ptr, uint64_t value ) in block64_add_absolute() 147 *(reinterpret_cast<uint64_t*>(*ptr)) = value; in block64_add_absolute() 148 *ptr += sizeof( uint64_t ); in block64_add_absolute() 153 uint64_t block64_initial_pos( char* block, char** ptr ) in block64_initial_pos() 155 *ptr = block + sizeof( uint64_t ); in block64_initial_pos() [all …]
|
H A D | compressedlinestorage.h | 104 void append( uint64_t pos ); 105 void push_back( uint64_t pos ) in push_back() 111 uint64_t at( uint32_t i ) const; 114 void append_list( const std::vector<uint64_t>& positions ); 132 uint64_t current_pos_; 161 uint64_t position;
|
H A D | linepositionarray.h | 27 typedef std::vector<uint64_t> SimpleLinePositionStorage; 53 inline void append( uint64_t pos ) in append() 65 inline uint64_t at( int i ) const in at() 67 inline uint64_t operator[]( int i ) const
|
/glogg/glogg/tests/ |
H A D | linepositionarrayTest.cpp |
|
/glogg/tests/ |
H A D | linepositionarrayTest.cpp | 104 for ( uint64_t i = 0; i < 1000; ++i ) { in TEST_F() 105 uint64_t pos = ( 257LL * 4 ) + i*35LL; in TEST_F() 124 line_array.append( (uint64_t) UINT32_MAX + 10LL ); in LinePositionArrayBig() 125 line_array.append( (uint64_t) UINT32_MAX + 30LL ); in LinePositionArrayBig() 126 line_array.append( (uint64_t) 2*UINT32_MAX ); in LinePositionArrayBig() 127 line_array.append( (uint64_t) 2*UINT32_MAX + 10LL ); in LinePositionArrayBig() 128 line_array.append( (uint64_t) 2*UINT32_MAX + 1000LL ); in LinePositionArrayBig() 129 line_array.append( (uint64_t) 3*UINT32_MAX ); in LinePositionArrayBig() 141 ASSERT_THAT( line_array[3], Eq( (uint64_t) UINT32_MAX + 10LL ) ); in TEST_F() 142 ASSERT_THAT( line_array[4], Eq( (uint64_t) UINT32_MAX + 30LL ) ); in TEST_F() [all …]
|
/glogg/glogg/src/ |
H A D | session.h |
|
H A D | sessioninfo.h |
|
H A D | session.cpp |
|
H A D | versionchecker.h |
|
H A D | sessioninfo.cpp |
|
H A D | versionchecker.cpp |
|
H A D | mainwindow.cpp |
|
/glogg/src/ |
H A D | session.h | 84 … std::tuple<const ViewInterface*, uint64_t, std::shared_ptr<const ViewContextInterface>> 95 void getFileInfo( const ViewInterface* view, uint64_t* fileSize,
|
H A D | sessioninfo.h | 48 uint64_t topLine;
|
H A D | session.cpp | 86 uint64_t, in save() argument 96 uint64_t top_line; in save() 157 void Session::getFileInfo( const ViewInterface* view, uint64_t* fileSize, in getFileInfo()
|
H A D | versionchecker.h | 81 static const uint64_t CHECK_INTERVAL_S;
|
H A D | sessioninfo.cpp | 45 uint64_t top_line = settings.value( "topLine" ).toInt(); in retrieveFromStorage()
|
H A D | versionchecker.cpp | 41 const uint64_t VersionChecker::CHECK_INTERVAL_S =
|
H A D | mainwindow.cpp | 948 uint64_t fileSize; in updateInfoLine() 976 std::tuple<const ViewInterface*, uint64_t, std::shared_ptr<const ViewContextInterface>> in writeSettings()
|