Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/lz4/
A Ddecompress.c50 BYTE * const oend = op + osize; in lz4_uncompress() local
80 if (cpy != oend) in lz4_uncompress()
130 if (cpy > (oend - COPYLENGTH)) { in lz4_uncompress()
133 if (cpy > oend) in lz4_uncompress()
136 (op + COPYLENGTH) > oend) in lz4_uncompress()
146 if (op == oend) in lz4_uncompress()
201 if ((cpy > oend - COPYLENGTH) || in lz4_uncompress_unknownoutputsize()
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()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/
A Dhap.c109 unsigned long oend = dirty_vram->end_pfn; in hap_track_dirty_vram() local
116 if ( oend > ostart ) in hap_track_dirty_vram()
117 p2m_change_type_range(d, ostart, oend, in hap_track_dirty_vram()

Completed in 7 milliseconds