Home | History | Annotate | Download | only in arch

Lines Matching defs:bplen

74 	uint32_t bplen;
205 bplen = le32toh(bpp->bp_length);
206 if (bplen > sizeof bp)
208 bplen = sizeof bp;
211 memcpy(&bp, bpp, bplen);
215 if (bplen < sizeof bp && memcmp((char *)&bp + bplen,
216 (char *)&bp + bplen + 1,
217 sizeof bp - bplen - 1) != 0) {
221 memcpy(bpp, &bp, bplen);