Searched refs:A32 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c132 #define A32(x) (((U32_S *)(x))->v) macro
163 #define AARCH A32
164 #define LZ4_COPYSTEP(s, d) A32(d) = A32(s); d += 4; s += 4;
280 A32(op) = A32(ref);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c147 #define A32(x) (((U32_S *)(x))->v) macro
178 #define AARCH A32
179 #define LZ4_COPYSTEP(s, d) A32(d) = A32(s); d += 4; s += 4;
292 A32(op) = A32(ref);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c322 #define A32(x) (((U32_S *)(x))->v) macro
371 #define AARCH A32
372 #define LZ4_COPYSTEP(s, d) A32(d) = A32(s); d += 4; s += 4;
399 #define LZ4_HASH_VALUE(p) LZ4_HASH_FUNCTION(A32(p))
573 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip)));
622 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) {
666 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(re
[all...]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c305 #define A32(x) (((U32_S *)(x))->v) macro
354 #define AARCH A32
355 #define LZ4_COPYSTEP(s, d) A32(d) = A32(s); d += 4; s += 4;
382 #define LZ4_HASH_VALUE(p) LZ4_HASH_FUNCTION(A32(p))
550 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip)));
599 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) {
643 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(re
[all...]

Completed in 62 milliseconds