Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:p32

78 	const uint32_t *p32;
92 p32 = (uint32_t *)PTR_ALIGN(p8, 4);
93 init_bytes = min((uintptr_t)p32 - (uintptr_t)p8, len);
108 p32--;
112 q = *++p32 ^ crc;
119 q = *++p32 ^ crc;
128 p8 = (uint8_t *)(++p32);
148 const uint32_t *p32;
159 p32 = (uint32_t *)PTR_ALIGN(p8, 4);
160 init_bytes = min((uintptr_t)p32 - (uintptr_t)p8, len);
174 p32--;
178 q = *++p32 ^ crc;
185 q = *++p32 ^ crc;
194 p8 = (uint8_t *)(++p32);
215 const uint32_t *p32;
226 p32 = (const uint32_t *)PTR_ALIGN(p8, 8);
227 init_bytes = min((uintptr_t)p32 - (uintptr_t)p8, len);
241 p32--;
245 q = *++p32 ^ crc;
252 q = *++p32;
259 q = *++p32 ^ crc;
266 q = *++p32;
275 p8 = (const uint8_t *)(++p32);
295 const uint32_t *p32;
306 p32 = (const uint32_t *)PTR_ALIGN(p8, 8);
307 init_bytes = min((uintptr_t)p32 - (uintptr_t)p8, len);
321 p32--;
325 q = *++p32 ^ crc;
332 q = *++p32;
339 q = *++p32 ^ crc;
346 q = *++p32;
355 p8 = (const uint8_t *)(++p32);