Home | Sort by: relevance | last modified time | path |
/src/sys/ufs/ext2fs/ | |
ext2fs_hash.c | 100 int buf_byte; local in function:ext2fs_prep_hashbuf 111 buf_byte = (u_int)ubuf[i]; 113 buf_byte = (int)sbuf[i]; 119 buf_val += buf_byte; |
ext2fs_hash.c | 100 int buf_byte; local in function:ext2fs_prep_hashbuf 111 buf_byte = (u_int)ubuf[i]; 113 buf_byte = (int)sbuf[i]; 119 buf_val += buf_byte; |