Searched refs:ty1 (Results 1 – 6 of 6) sorted by relevance
/third_party/rust/crates/nom/src/sequence/ |
D | mod.rs | 206 ($name1:ident $ty1:ident, $name2: ident $ty2:ident, $($name:ident $ty:ident),*) => ( 207 tuple_trait!(__impl $name1 $ty1, $name2 $ty2; $($name $ty),*); 209 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident, $($name2:ident $ty2:ident),*) => ( 211 tuple_trait!(__impl $($name $ty),+ , $name1 $ty1; $($name2 $ty2),*); 213 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident) => ( 215 tuple_trait_impl!($($name $ty),+, $name1 $ty1);
|
/third_party/rust/crates/nom/src/branch/ |
D | mod.rs | 172 $name1:ident $ty1:ident $item1:ident 176 permutation_trait!(__impl $name1 $ty1 $item1, $name2 $ty2 $item2; $($name3 $ty3 $item3)*); 180 $name1:ident $ty1:ident $item1:ident $($name2:ident $ty2:ident $item2:ident)* 183 permutation_trait!(__impl $($name $ty $item),+ , $name1 $ty1 $item1; $($name2 $ty2 $item2)*);
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 1093 UINT_32 ty0, ty1; in TileCoordToMaskElementIndex() local 1098 ty1 = _BIT(ty,1); in TileCoordToMaskElementIndex() 1106 elemIdx1 = tx1 ^ ty1; in TileCoordToMaskElementIndex() 1114 elemIdx0 = tx1 ^ ty1; in TileCoordToMaskElementIndex() 1128 elemIdx1 = tx1^ty1; in TileCoordToMaskElementIndex() 1135 elemIdx1 = tx1^ty1; in TileCoordToMaskElementIndex() 1155 elemIdx0 = tx1^ty1; in TileCoordToMaskElementIndex() 1175 elemIdx1 = tx1^ty1; in TileCoordToMaskElementIndex() 1182 elemIdx1 = tx1^ty1; in TileCoordToMaskElementIndex() 1189 elemIdx0 = tx1^ty1; in TileCoordToMaskElementIndex()
|
/third_party/libabigail/src/ |
D | abg-ir.cc | 26054 if (const pointer_type_def* ty1 = is_pointer_type(first)) in types_have_similar_structure() local 26057 return types_have_similar_structure(ty1->get_pointed_to_type(), in types_have_similar_structure() 26063 if (const reference_type_def* ty1 = is_reference_type(first)) in types_have_similar_structure() local 26066 if (ty1->is_lvalue() != ty2->is_lvalue()) in types_have_similar_structure() 26068 return types_have_similar_structure(ty1->get_pointed_to_type(), in types_have_similar_structure() 26073 if (const type_decl* ty1 = is_type_decl(first)) in types_have_similar_structure() local 26077 if (ty1->get_size_in_bits() != ty2->get_size_in_bits()) in types_have_similar_structure() 26080 return ty1->get_name() == ty2->get_name(); in types_have_similar_structure() 26083 if (const enum_type_decl* ty1 = is_enum_type(first)) in types_have_similar_structure() local 26087 if (ty1->get_size_in_bits() != ty2->get_size_in_bits()) in types_have_similar_structure() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 169 unsigned ty1 = (*s / 16) * hud->font.glyph_height; in hud_draw_string() local 171 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() 184 vertices[num++] = (float) ty1; in hud_draw_string() 199 vertices[num++] = (float) ty1; in hud_draw_string()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 1463 uint32_t ty1 = py * tiling->pipe0.height; in tu_cmd_render_tiles() local 1465 uint32_t ty2 = MIN2(ty1 + tiling->pipe0.height, tiling->tile_count.height); in tu_cmd_render_tiles() 1468 for (uint32_t ty = ty1; ty < ty2; ty++) { in tu_cmd_render_tiles()
|