Home
last modified time | relevance | path

Searched refs:oend (Results 1 – 2 of 2) sorted by relevance

/xen/xen/common/lz4/
A Ddecompress.c55 BYTE * const oend = op + osize; in lz4_uncompress() local
81 if (cpy != oend) in lz4_uncompress()
134 if (cpy > oend) in lz4_uncompress()
137 if ((ref + COPYLENGTH) > oend) in lz4_uncompress()
140 (op + COPYLENGTH) > oend) in lz4_uncompress()
151 if (op == oend) in lz4_uncompress()
204 if (cpy > oend) in lz4_uncompress_unknownoutputsize()
266 if (cpy > oend - COPYLENGTH) { in lz4_uncompress_unknownoutputsize()
267 if (cpy > oend) in lz4_uncompress_unknownoutputsize()
273 (op + COPYLENGTH) > oend) in lz4_uncompress_unknownoutputsize()
[all …]
/xen/xen/arch/x86/mm/hap/
A Dhap.c103 unsigned long oend = dirty_vram->end_pfn; in hap_track_dirty_vram() local
110 if ( oend > ostart ) in hap_track_dirty_vram()
111 p2m_change_type_range(d, ostart, oend, in hap_track_dirty_vram()

Completed in 5 milliseconds