Searched refs:u32_t (Results 1 – 1 of 1) sorted by relevance
21 typedef uint32_t u32_t; typedef40 ((((u32_t)(x) & 0xff000000) >> 24) | \41 (((u32_t)(x) & 0x00ff0000) >> 8) | \42 (((u32_t)(x) & 0x0000ff00) << 8) | \43 (((u32_t)(x) & 0x000000ff) << 24))86 u32_t sig;88 u32_t length;90 u32_t block_size;92 u32_t directory_offset;94 u32_t redirect_offset;[all …]