Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_hash.c209 uint32_t buf_val; in ext2_prep_hashbuf() local
220 buf_val = padding; in ext2_prep_hashbuf()
229 buf_val = padding; in ext2_prep_hashbuf()
231 buf_val <<= 8; in ext2_prep_hashbuf()
232 buf_val += buf_byte; in ext2_prep_hashbuf()
235 *dst++ = buf_val; in ext2_prep_hashbuf()
237 buf_val = padding; in ext2_prep_hashbuf()
243 *dst++ = buf_val; in ext2_prep_hashbuf()