Home
last modified time | relevance | path

Searched refs:A32 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c303 #define A32(x) (((U32_S *)(x))->v) macro
347 #define AARCH A32
348 #define LZ4_COPYSTEP(s, d) A32(d) = A32(s); d += 4; s += 4;
375 #define LZ4_HASH_VALUE(p) LZ4_HASH_FUNCTION(A32(p))
521 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip))); in LZ4_compressCtx()
570 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()
614 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()
710 } while (A32(ref) != A32(ip)); in LZ4_compress64kCtx()
759 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compress64kCtx()
803 if (A32(ref) == A32(ip)) { in LZ4_compress64kCtx()
[all …]
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt1642 Added support for A32 ABI compilation, which uses the ILP32 model. Anuj