Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/ext2fs/
Dext2fs_hash.c96 uint32_t buf_val; in ext2fs_prep_hashbuf() local
107 buf_val = padding; in ext2fs_prep_hashbuf()
116 buf_val = padding; in ext2fs_prep_hashbuf()
118 buf_val <<= 8; in ext2fs_prep_hashbuf()
119 buf_val += buf_byte; in ext2fs_prep_hashbuf()
122 *dst++ = buf_val; in ext2fs_prep_hashbuf()
124 buf_val = padding; in ext2fs_prep_hashbuf()
130 *dst++ = buf_val; in ext2fs_prep_hashbuf()