Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/ext2fs/
H A Dext2_hash.c211 uint32_t buf_val; in ext2_prep_hashbuf() local
222 buf_val = padding; in ext2_prep_hashbuf()
231 buf_val = padding; in ext2_prep_hashbuf()
233 buf_val <<= 8; in ext2_prep_hashbuf()
234 buf_val += buf_byte; in ext2_prep_hashbuf()
237 *dst++ = buf_val; in ext2_prep_hashbuf()
239 buf_val = padding; in ext2_prep_hashbuf()
245 *dst++ = buf_val; in ext2_prep_hashbuf()