Searched refs:A32 (Results 1 – 2 of 2) sorted by relevance
303 #define A32(x) (((U32_S *)(x))->v) macro347 #define AARCH A32348 #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 …]
1642 Added support for A32 ABI compilation, which uses the ILP32 model. Anuj