Home
last modified time | relevance | path

Searched refs:kNCMaxBlobMapsDepth (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnc_db_info.hpp57 static const Uint1 kNCMaxBlobMapsDepth = 3; variable
195 SNCChunkMapInfo* maps[kNCMaxBlobMapsDepth + 1];
H A Dnc_storage.cpp991 while (cnt_chunks > 1 && map_depth <= kNCMaxBlobMapsDepth) { in s_CalcMapDepthImpl()
1002 if (map_depth > kNCMaxBlobMapsDepth) { in s_CalcMapDepth()
2179 while (cur_level < kNCMaxBlobMapsDepth in s_SaveChunkMap()
2197 while (depth > 1 && (cur_level+1) < kNCMaxBlobMapsDepth in s_SaveChunkMap()
2234 for (Uint1 i = 1; i <= kNCMaxBlobMapsDepth; ++i) { in WriteBlobInfo()
2459 Uint2 map_idx[kNCMaxBlobMapsDepth] = {0}; in ReadChunkData()
2586 Uint2 map_idx[kNCMaxBlobMapsDepth] = {0}; in WriteChunkData()
2594 while (level_num != 0 && cur_index < kNCMaxBlobMapsDepth); in WriteChunkData()
2595 if (level_num != 0 && cur_index >= kNCMaxBlobMapsDepth) { in WriteChunkData()
2608 for (Uint1 i = 0; i < kNCMaxBlobMapsDepth - 1; ++i) in WriteChunkData()
[all …]
H A Dnc_storage_blob.cpp105 + (kNCMaxBlobMapsDepth + 1)
196 + (kNCMaxBlobMapsDepth + 1) in s_CalcChunkMapsSize()
1037 for (Uint1 i = 0; i <= kNCMaxBlobMapsDepth; ++i) { in SNCChunkMaps()
1044 for (Uint1 i = 0; i <= kNCMaxBlobMapsDepth; ++i) { in ~SNCChunkMaps()