Searched refs:bufend (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/ntfs3/lib/
H A Ddecompress_common.h249 * @bufend points to the byte past the end of the output buffer. This function
254 static forceinline u8 *lz_copy(u8 *dst, u32 length, u32 offset, const u8 *bufend, argument
269 * beyond the end of the output buffer, hence the check for (bufend -
275 if (bufend - end >= (ptrdiff_t)(WORDBYTES - 1)) {
/linux-master/arch/m68k/include/asm/
H A Datarihw.h736 #define DMASNDSetEnd(bufend) \
738 tt_dmasnd.end_hi = (unsigned char)(((bufend) & 0xff0000) >> 16); \
739 tt_dmasnd.end_mid = (unsigned char)(((bufend) & 0x00ff00) >> 8); \
740 tt_dmasnd.end_low = (unsigned char) ((bufend) & 0x0000ff); \
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c211 char *bufend = buffer+bufsize-2; /* Reserve space for newline local
382 if (key >= 32 && lastchar < bufend) {
/linux-master/drivers/media/dvb-frontends/
H A Dtc90522.c641 u8 *p, *bufend; local
656 bufend = wbuf + sizeof(wbuf);
663 if (p + 2 > bufend)
678 if (p + msgs[i].len + 2 > bufend)
/linux-master/kernel/sched/
H A Ddebug.c566 char *bufend = buf + sizeof(buf) - 3; \
567 task_group_path(tg, buf, bufend - buf); \
568 strcpy(bufend - 1, "..."); \
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2900 unsigned long bufend; local
2917 bufend = (unsigned long)
2919 bufend += offset + size - 1;
2921 !(bufend & 4) &&

Completed in 126 milliseconds