Home
last modified time | relevance | path

Searched refs:_MD4F (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.h133 inline uint32 _MD4F(uint32 x, uint32 y, uint32 z);
H A DHTree.cpp211 HTree::_MD4F(uint32 x, uint32 y, uint32 z) in _MD4F() function in HTree
255 a += _MD4F(b, c, d) + blocks[i]; in _HalfMD4Transform()