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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c289 #define A32(x) (((U32_S *)(x))->v) macro
338 #define AARCH A32
339 #define LZ4_COPYSTEP(s, d) A32(d) = A32(s); d += 4; s += 4;
366 #define LZ4_HASH_VALUE(p) LZ4_HASH_FUNCTION(A32(p))
520 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip)));
569 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) {
613 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(re
[all...]
/freebsd-10.0-release/sys/cddl/boot/zfs/
H A Dlz4.c127 #define A32(x) (((U32_S *)(x))->v) macro
158 #define AARCH A32
159 #define LZ4_COPYSTEP(s, d) A32(d) = A32(s); d += 4; s += 4;
272 A32(op) = A32(ref);
/freebsd-10.0-release/lib/libelf/
H A Dlibelf_align.c115 #define FALIGN(A32,A64) { .a32 = (A32), .a64 = (A64) }

Completed in 60 milliseconds