Lines Matching refs:A32
322 #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))); in LZ4_compressCtx()
622 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()
666 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()
708 #define LZ4_HASH64K_VALUE(p) LZ4_HASH64K_FUNCTION(A32(p))
766 } while (A32(ref) != A32(ip)); in LZ4_compress64kCtx()
815 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compress64kCtx()
859 if (A32(ref) == A32(ip)) { in LZ4_compress64kCtx()
1009 A32(op) = A32(ref); in real_LZ4_uncompress()
1138 A32(op) = A32(ref); in LZ4_uncompress_unknownOutputSize()