Searched refs:block_type (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_array.h783 struct block_type struct in class:agg::block_allocator
794 block_type* blk = m_blocks + m_num_blocks - 1;
800 pod_allocator<block_type>::deallocate(m_blocks, m_max_blocks);
863 block_type* new_blocks =
864 pod_allocator<block_type>::allocate(m_max_blocks + m_block_ptr_inc);
870 m_num_blocks * sizeof(block_type));
871 pod_allocator<block_type>::deallocate(m_blocks, m_max_blocks);
890 block_type* m_blocks;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.h57 uint32 block_type; member in struct:JournalHeader
64 { return B_BENDIAN_TO_HOST_INT32(block_type); }
H A DJournal.cpp71 this->block_type = B_HOST_TO_BENDIAN_INT32(JOURNAL_DESCRIPTOR_BLOCK);
80 this->block_type = B_HOST_TO_BENDIAN_INT32(JOURNAL_COMMIT_BLOCK);

Completed in 40 milliseconds