Searched refs:iend (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/oss/ |
D | vidc.h | 19 extern unsigned long vidc_fill_1x8_u(unsigned long ibuf, unsigned long iend, 21 extern unsigned long vidc_fill_2x8_u(unsigned long ibuf, unsigned long iend, 23 extern unsigned long vidc_fill_1x8_s(unsigned long ibuf, unsigned long iend, 25 extern unsigned long vidc_fill_2x8_s(unsigned long ibuf, unsigned long iend, 27 extern unsigned long vidc_fill_1x16_s(unsigned long ibuf, unsigned long iend, 29 extern unsigned long vidc_fill_2x16_s(unsigned long ibuf, unsigned long iend, 42 extern unsigned long (*vidc_filler) (unsigned long ibuf, unsigned long iend,
|
/linux-4.4.14/lib/lz4/ |
D | lz4_compress.c | 66 const u8 *const iend = ip + isize; in lz4_compressctx() local 67 const u8 *const mflimit = iend - MFLIMIT; in lz4_compressctx() 68 #define MATCHLIMIT (iend - LASTLITERALS) in lz4_compressctx() 218 lastrun = (int)(iend - anchor); in lz4_compressctx() 231 memcpy(op, anchor, iend - anchor); in lz4_compressctx() 232 op += iend - anchor; in lz4_compressctx() 248 const u8 *const iend = ip + isize; in lz4_compress64kctx() local 249 const u8 *const mflimit = iend - MFLIMIT; in lz4_compress64kctx() 250 #define MATCHLIMIT (iend - LASTLITERALS) in lz4_compress64kctx() 401 lastrun = (int)(iend - anchor); in lz4_compress64kctx() [all …]
|
D | lz4_decompress.c | 177 const BYTE *const iend = ip + isize; in lz4_uncompress_unknownoutputsize() local 186 while (ip < iend) { in lz4_uncompress_unknownoutputsize() 196 while ((ip < iend) && (s == 255)) { in lz4_uncompress_unknownoutputsize() 206 (ip + length > iend - COPYLENGTH)) { in lz4_uncompress_unknownoutputsize() 211 if (ip + length != iend) in lz4_uncompress_unknownoutputsize() 238 while (ip < iend) { in lz4_uncompress_unknownoutputsize()
|
D | lz4hc_compress.c | 324 const u8 *const iend = ip + isize; in lz4_compresshcctx() local 325 const u8 *const mflimit = iend - MFLIMIT; in lz4_compresshcctx() 326 const u8 *const matchlimit = (iend - LASTLITERALS); in lz4_compresshcctx() 501 lastrun = (int)(iend - anchor); in lz4_compresshcctx() 510 memcpy(op, anchor, iend - anchor); in lz4_compresshcctx() 511 op += iend - anchor; in lz4_compresshcctx()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 2665 uint32_t istart, iend, iter, vend; in qla2x00_get_fcode_version() local 2674 iend = istart + 0x100; in qla2x00_get_fcode_version() 2679 while ((iter < iend) && !do_next) { in qla2x00_get_fcode_version()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 2102 const struct uvc_control_info *iend = info + ARRAY_SIZE(uvc_ctrls); in uvc_ctrl_init_ctrl() local 2115 for (; info < iend; ++info) { in uvc_ctrl_init_ctrl()
|