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

  /src/sys/arch/acorn32/stand/lib/
riscospart.c 112 u_char byte0, accum_diff; local in function:filecore_checksum
117 accum_diff = 0;
122 * or not all bytes are the same. If 'accum_diff' ends up
127 accum_diff |= bootblock[i] ^ byte0;
136 accum_diff |= bootblock[i] ^ byte0;
139 if (accum_diff == 0)
  /src/sys/arch/arm/arm/
disksubr_acorn.c 144 u_char byte0, accum_diff; local in function:filecore_checksum
149 accum_diff = 0;
154 * or not all bytes are the same. If 'accum_diff' ends up
159 accum_diff |= bootblock[i] ^ byte0;
168 accum_diff |= bootblock[i] ^ byte0;
171 if (accum_diff == 0)
  /src/sys/fs/filecorefs/
filecore_utils.c 157 u_char byte0, accum_diff; local in function:filecore_bbchecksum
162 accum_diff = 0;
167 * or not all bytes are the same. If 'accum_diff' ends up
172 accum_diff |= bootblock[i] ^ byte0;
181 accum_diff |= bootblock[i] ^ byte0;
188 if (accum_diff == 0 || sum != bootblock[511])
  /src/usr.sbin/sysinst/arch/acorn32/
md.c 315 u_char byte0, accum_diff; local in function:filecore_checksum
320 accum_diff = 0;
325 * or not all bytes are the same. If 'accum_diff' ends up
330 accum_diff |= bootblock[i] ^ byte0;
339 accum_diff |= bootblock[i] ^ byte0;
342 if (accum_diff == 0)
  /src/sbin/disklabel/
main.c 1062 u_char byte0, accum_diff; local in function:filecore_checksum
1067 accum_diff = 0;
1072 * or not all bytes are the same. If 'accum_diff' ends up
1077 accum_diff |= bootblock[i] ^ byte0;
1086 accum_diff |= bootblock[i] ^ byte0;
1089 if (accum_diff == 0)

Completed in 128 milliseconds