Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dext_attr.c27 #define VALUE_HASH_SHIFT 16 macro
51 hash = (hash << VALUE_HASH_SHIFT) ^ in ext2fs_ext_attr_hash_entry()
52 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext2fs_ext_attr_hash_entry()
61 #undef VALUE_HASH_SHIFT
/external/qemu/distrib/ext4_utils/src/
Dcontents.c326 #define VALUE_HASH_SHIFT 16 macro
346 hash = (hash << VALUE_HASH_SHIFT) ^ in ext4_xattr_hash_entry()
347 (hash >> (8*sizeof(hash) - VALUE_HASH_SHIFT)) ^ in ext4_xattr_hash_entry()
355 #undef VALUE_HASH_SHIFT