Searched refs:blk2 (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sbin/fsck_v7fs/ |
H A D | datablock.c | 325 v7fs_daddr_t blk, blk2; in do_replace() local 359 if ((blk2 = list[i]) == dupblk) { in do_replace() 363 if (dupfind_loop2(fs, blk2, dupblk, newblk)) in do_replace()
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/check/ |
H A D | sha256.c | 35 #define blk2(i) (W[i & 15] += s1(W[(i - 2) & 15]) + W[(i - 7) & 15] \ macro 55 #define R2(i) R(i, j, blk2(i))
|
/netbsd-src/sys/fs/v7fs/ |
H A D | v7fs_datablock.c | 257 v7fs_daddr_t blk, blk2; in v7fs_datablock_foreach() local 306 blk2 = v7fs_link(fs, blk, i); in v7fs_datablock_foreach() 310 if ((ret = v7fs_loop2(fs, blk2, &filesize, func, ctx))) in v7fs_datablock_foreach()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zap.c | 245 uint64_t blk2 = idx2 >> (bs-3); in zap_table_store() local 250 (tbl->zt_nextblk + blk2) << bs, FTAG, &db2, in zap_table_store()
|
/netbsd-src/external/public-domain/xz/dist/ |
H A D | ChangeLog | 2145 to choose between blk0 and blk2, and still the code
|