Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dlz4.c362 while (match_end < src_end) { in lz4_encode_2gb()
469 const uint8_t * src_end) in lz4_decode() argument
479 while (src < src_end) { in lz4_decode()
493 if (__improbable(src >= src_end)) { in lz4_decode()
497 if (__improbable(src >= src_end)) { in lz4_decode()
507 if (__improbable(literalLength > (size_t)(src_end - src))) { in lz4_decode()
526 if (__improbable(src >= src_end)) { in lz4_decode()
530 if (__improbable(2 > (size_t)(src_end - src))) { in lz4_decode()
534 if (__improbable(2 > (size_t)(src_end - src))) { in lz4_decode()
568 if (__improbable(src >= src_end)) { in lz4_decode()
[all …]
H A Dlz4.h64 const uint8_t **src_ptr, const uint8_t *src_end);
68 const uint8_t **src_ptr, const uint8_t *src_end);
H A Dvm_map.c11912 *src_end = vm_map_round_page(*src_end, VM_MAP_PAGE_MASK(src_map)); in vm_map_copyin_sanitize()
11974 &src_end, in vm_map_copyin_internal()
12119 ptr->base_end = src_end; in vm_map_copyin_internal()
12563 while ((src_start >= src_end) && (src_end != 0)) { in vm_map_copyin_internal()
12578 src_end); in vm_map_copyin_internal()
12586 src_end = ptr->base_end; in vm_map_copyin_internal()
12619 if ((src_start >= src_end) && (src_end != 0)) { in vm_map_copyin_internal()
12646 src_end, in vm_map_copyin_internal()
12655 vm_map_round_page(src_end, in vm_map_copyin_internal()
18573 src_cur < src_end; in vm_map_copy_to_physcopy()
[all …]
/xnu-11215/osfmk/arm64/
H A Dlz4_decode_arm64.s55 #define src_end x4 // arg4 macro
119 cmp src,src_end
/xnu-11215/osfmk/x86_64/
H A Dlz4_decode_x86_64.s58 #define src_end %r8 // arg4 macro
156 cmp src,src_end