Searched defs:ty2 (Results 1 – 3 of 3) sorted by relevance
169 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() local
25476 const pointer_type_def* ty2 = is_pointer_type(second); in types_have_similar_structure() local25485 const reference_type_def* ty2 = is_reference_type(second); in types_have_similar_structure() local25495 const type_decl* ty2 = is_type_decl(second); in types_have_similar_structure() local25505 const enum_type_decl* ty2 = is_enum_type(second); in types_have_similar_structure() local25516 const class_decl* ty2 = is_class_type(second); in types_have_similar_structure() local25549 const union_decl* ty2 = is_union_type(second); in types_have_similar_structure() local25562 const array_type_def* ty2 = is_array_type(second); in types_have_similar_structure() local25576 const array_type_def::subrange_type *ty2 = is_subrange_type(second); in types_have_similar_structure() local25590 const function_type* ty2 = is_function_type(second); in types_have_similar_structure() local
1284 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height); in tu_cmd_render_tiles() local