Searched refs:ptr8 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Ddir_f.c98 union { __le32 *ptr32; u8 *ptr8; } ptr, end; member in union:__anon7306
122 ptr.ptr8 = bufoff(bh, i);
123 end.ptr8 = ptr.ptr8 + last - i;
126 dircheck = *ptr.ptr8++ ^ ror13(dircheck);
127 while (ptr.ptr8 < end.ptr8);
137 ptr.ptr8 = bufoff(bh, 2008);
138 end.ptr8 = ptr.ptr8
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dhexdump.c60 const u64 *ptr8 = buf; local
65 "%16.16llx ", (unsigned long long)*(ptr8 + j));

Completed in 63 milliseconds