Searched refs:dst_begin (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.1.13/osfmk/vm/ |
| H A D | lz4.c | 252 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 D | lz4.h | 63 extern int lz4_decode(uint8_t **dst_ptr, uint8_t *dst_begin, uint8_t *dst_end, 67 extern int lz4_decode_asm(uint8_t **dst_ptr, uint8_t *dst_begin, uint8_t *dst_end,
|
| /xnu-10002.1.13/osfmk/arm64/ |
| H A D | lz4_decode_arm64.s | 52 #define dst_begin x1 // arg1 macro 199 cmp copy_src,dst_begin
|
| /xnu-10002.1.13/osfmk/x86_64/ |
| H A D | lz4_decode_x86_64.s | 55 #define dst_begin %rsi // arg1 macro 238 cmp copy_src,dst_begin
|