Home
last modified time | relevance | path

Searched refs:dst_begin (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/osfmk/vm/
H A Dlz4.c252 uint8_t * const dst_begin = dst; in lz4_encode_2gb() local
316 ptrdiff_t dstd = dst - dst_begin; in lz4_encode_2gb()
466 uint8_t * dst_begin, in lz4_decode() argument
556 if (__improbable(ref < dst_begin)) { in lz4_decode()
557 …printf("Invalid reference D=0x%llx dst_begin=%p dst=%p dst_end=%p\n", matchDistance, dst_begin, ds… in lz4_decode()
560 if (__improbable(ref < dst_begin)) { in lz4_decode()
H A Dlz4.h62 extern int lz4_decode(uint8_t **dst_ptr, uint8_t *dst_begin, uint8_t *dst_end,
66 extern int lz4_decode_asm(uint8_t **dst_ptr, uint8_t *dst_begin, uint8_t *dst_end,
/xnu-8020.121.3/osfmk/arm/
H A Dlz4_decode_armv7NEON.s51 #define dst_begin r1 // arg1 macro
202 cmp copy_src,dst_begin
/xnu-8020.121.3/osfmk/arm64/
H A Dlz4_decode_arm64.s52 #define dst_begin x1 // arg1 macro
199 cmp copy_src,dst_begin
/xnu-8020.121.3/osfmk/x86_64/
H A Dlz4_decode_x86_64.s55 #define dst_begin %rsi // arg1 macro
238 cmp copy_src,dst_begin