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

  /src/usr.bin/kdump/
kdump.c 1173 int divmask = word_sz - 1; /* block size in bytes */ local in function:hexdump_buf
1189 divmask = 7;
1196 width = 16 * bsize + (16 / (divmask + 1)) * gdelim;
1232 if ((l & divmask) == 0)
kdump.c 1173 int divmask = word_sz - 1; /* block size in bytes */ local in function:hexdump_buf
1189 divmask = 7;
1196 width = 16 * bsize + (16 / (divmask + 1)) * gdelim;
1232 if ((l & divmask) == 0)

Completed in 22 milliseconds