Searched refs:struct_dword (Results 1 – 2 of 2) sorted by relevance
84 int struct_dword = iter.start_bit / 32; in aub_viewer_print_group() local85 uint64_t struct_address = address + 4 * struct_dword; in aub_viewer_print_group()87 &p[struct_dword]); in aub_viewer_print_group()
1240 int struct_dword = iter.start_bit / 32; in gen_print_group() local1241 uint64_t struct_offset = offset + 4 * struct_dword; in gen_print_group()1243 &p[struct_dword], iter.start_bit % 32, color); in gen_print_group()