Home
last modified time | relevance | path

Searched refs:p32 (Results 1 – 3 of 3) sorted by relevance

/arch/x86/lib/
Dhash.c53 const u32 *p32 = (const u32 *) data; in intel_crc4_2_hash() local
57 seed = crc32_u32(seed, *p32++); in intel_crc4_2_hash()
61 tmp |= *((const u8 *) p32 + 2) << 16; in intel_crc4_2_hash()
64 tmp |= *((const u8 *) p32 + 1) << 8; in intel_crc4_2_hash()
67 tmp |= *((const u8 *) p32); in intel_crc4_2_hash()
77 const u32 *p32 = (const u32 *) data; in intel_crc4_2_hash2() local
81 seed = crc32_u32(seed, *p32++); in intel_crc4_2_hash2()
/arch/x86/xen/
Dtime.c50 u32 *p32 = (u32 *)p; in get64() local
60 h = p32[1]; in get64()
62 l = p32[0]; in get64()
64 } while (p32[1] != h); in get64()
/arch/arc/kernel/
Dunwind.c691 const u32 *p32; in processCFI() member
738 && advance_loc(*ptr.p32++, state); in processCFI()