ICV_ALIGNED_SEQ_BLOCK_SIZE  667 modules/core/src/datastructs.cpp             int delta = elem_size * delta_elems + ICV_ALIGNED_SEQ_BLOCK_SIZE;
ICV_ALIGNED_SEQ_BLOCK_SIZE  673 modules/core/src/datastructs.cpp                                        ICV_ALIGNED_SEQ_BLOCK_SIZE;
ICV_ALIGNED_SEQ_BLOCK_SIZE  677 modules/core/src/datastructs.cpp                     delta = (storage->free_space - ICV_ALIGNED_SEQ_BLOCK_SIZE)/seq->elem_size;
ICV_ALIGNED_SEQ_BLOCK_SIZE  678 modules/core/src/datastructs.cpp                     delta = delta*seq->elem_size + ICV_ALIGNED_SEQ_BLOCK_SIZE;
ICV_ALIGNED_SEQ_BLOCK_SIZE  689 modules/core/src/datastructs.cpp             block->count = delta - ICV_ALIGNED_SEQ_BLOCK_SIZE;