Searched refs:u32_T (Results 1 – 1 of 1) sorted by relevance
27 typedef unsigned int u32_T; // int is at least 32 bits typedef31 u32_T keys[3];35 static u32_T crc_32_table[256];43 u32_T s, t, v; in make_crc_tab()52 v = (v >> 1) ^ ((v & 1) * (u32_T)0xedb88320L); in make_crc_tab()