Lines Matching defs:ptr8
74 union { __le32 *ptr32; u8 *ptr8; } ptr, end;98 ptr.ptr8 = bufoff(bh, i);99 end.ptr8 = ptr.ptr8 + last - i;102 dircheck = *ptr.ptr8++ ^ ror13(dircheck);103 } while (ptr.ptr8 < end.ptr8);113 ptr.ptr8 = bufoff(bh, 2008);114 end.ptr8 = ptr.ptr8 + 36;