Lines Matching defs:zero
33 p[quadlen] = 0; /* zero trailing bytes */
61 * with zero bytes (see RFC1832).
496 unsigned int zero;
515 zero = PAGE_SIZE - pgbase;
516 if (zero > len)
517 zero = len;
520 memset(vpage + pgbase, 0, zero);
527 } while ((len -= zero) != 0);
1181 * cache pages (as in a zero-copy server read reply), except for the
1813 * xdr_stream_zero - zero out a portion of an xdr_stream
1814 * @xdr: an xdr_stream to zero out
1816 * @length: the number of bytes to zero