HomeSort by: relevance | last modified time | path
    Searched defs:buf_byte (Results 1 - 2 of 2) sorted by relevancy

  /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;

Completed in 108 milliseconds