Searched refs:iend (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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.1.27/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 | 173 const BYTE *const iend = ip + isize; in lz4_uncompress_unknownoutputsize() local 182 while (ip < iend) { in lz4_uncompress_unknownoutputsize() 192 while ((ip < iend) && (s == 255)) { in lz4_uncompress_unknownoutputsize() 202 (ip + length > iend - COPYLENGTH)) { in lz4_uncompress_unknownoutputsize() 207 if (ip + length != iend) in lz4_uncompress_unknownoutputsize() 234 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.1.27/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 1359 s32 i = -1, j, iend, jend; in gfar_cluster_filer() local 1375 iend = gfar_get_next_cluster_end(i, tab); in gfar_cluster_filer() 1377 if (jend == -1 || iend == -1) in gfar_cluster_filer() 1384 if (gfar_expand_filer_entries(iend, (jend - j), tab) == in gfar_cluster_filer() 1388 gfar_copy_filer_entries(&(tab->fe[iend + 1]), in gfar_cluster_filer() 1397 tab->fe[iend].ctrl &= ~(RQFCR_CLE); in gfar_cluster_filer()
|
/linux-4.1.27/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.1.27/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()
|