/external/rust/crates/nom/src/branch/ |
D | mod.rs | 148 ($name1:ident $ty1:ident, $name2:ident $ty2:ident) => ( 149 permutation_trait_impl!($name1 $ty1, $name2 $ty2); 151 ($name1:ident $ty1:ident, $name2: ident $ty2:ident, $($name:ident $ty:ident),*) => ( 152 permutation_trait!(__impl $name1 $ty1, $name2 $ty2; $($name $ty),*); 154 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident, $($name2:ident $ty2:ident),*) => ( 156 permutation_trait!(__impl $($name $ty),+ , $name1 $ty1; $($name2 $ty2),*); 158 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident) => ( 160 permutation_trait_impl!($($name $ty),+, $name1 $ty1);
|
/external/llvm-project/clang/test/Sema/ |
D | aarch64-sve-explicit-casts-fixed-size.c | 27 #define TESTCASE(ty1, ty2) \ argument 28 CAST(ty1, ty2) \ 29 CAST(ty2, ty1)
|
/external/llvm-project/clang/test/SemaCXX/ |
D | aarch64-sve-explicit-casts-fixed-size.cpp | 27 #define TESTCASE(ty1, ty2) \ argument 28 CAST(ty1, ty2) \ 29 CAST(ty2, ty1)
|
/external/rust/crates/nom/src/sequence/ |
D | mod.rs | 234 ($name1:ident $ty1:ident, $name2: ident $ty2:ident, $($name:ident $ty:ident),*) => ( 235 tuple_trait!(__impl $name1 $ty1, $name2 $ty2; $($name $ty),*); 237 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident, $($name2:ident $ty2:ident),*) => ( 239 tuple_trait!(__impl $($name $ty),+ , $name1 $ty1; $($name2 $ty2),*); 241 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident) => ( 243 tuple_trait_impl!($($name $ty),+, $name1 $ty1);
|
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.c | 375 pi->poc.ty1 = pi->ty1; in opj_pi_next_rpcl() 379 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; in opj_pi_next_rpcl() 410 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno)); in opj_pi_next_rpcl() 511 pi->poc.ty1 = pi->ty1; in opj_pi_next_pcrl() 514 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; in opj_pi_next_pcrl() 544 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno)); in opj_pi_next_pcrl() 645 pi->poc.ty1 = pi->ty1; in opj_pi_next_cprl() 648 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; in opj_pi_next_cprl() 675 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno)); in opj_pi_next_cprl() 1471 l_current_pi->ty1 = l_ty1; in opj_pi_create_decode() [all …]
|
D | pi.h | 105 OPJ_INT32 tx0, ty0, tx1, ty1; member
|
D | openjpeg.h | 339 OPJ_INT32 tx0, tx1, ty0, ty1; member
|
/external/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 1094 UINT_32 ty0, ty1; in TileCoordToMaskElementIndex() local 1099 ty1 = _BIT(ty,1); in TileCoordToMaskElementIndex() 1107 elemIdx1 = tx1 ^ ty1; in TileCoordToMaskElementIndex() 1115 elemIdx0 = tx1 ^ ty1; in TileCoordToMaskElementIndex() 1129 elemIdx1 = tx1^ty1; in TileCoordToMaskElementIndex() 1136 elemIdx1 = tx1^ty1; in TileCoordToMaskElementIndex() 1156 elemIdx0 = tx1^ty1; in TileCoordToMaskElementIndex() 1176 elemIdx1 = tx1^ty1; in TileCoordToMaskElementIndex() 1183 elemIdx1 = tx1^ty1; in TileCoordToMaskElementIndex() 1190 elemIdx0 = tx1^ty1; in TileCoordToMaskElementIndex()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 397 static bool hasSameUnqualifiedPointeeType(QualType ty1, QualType ty2) { in hasSameUnqualifiedPointeeType() argument 398 return ty1->getPointeeType().getCanonicalType().getTypePtr() == in hasSameUnqualifiedPointeeType()
|
/external/libabigail/src/ |
D | abg-ir.cc | 23758 if (const pointer_type_def* ty1 = is_pointer_type(first)) in types_have_similar_structure() local 23761 return types_have_similar_structure(ty1->get_pointed_to_type(), in types_have_similar_structure() 23767 if (const reference_type_def* ty1 = is_reference_type(first)) in types_have_similar_structure() local 23770 if (ty1->is_lvalue() != ty2->is_lvalue()) in types_have_similar_structure() 23772 return types_have_similar_structure(ty1->get_pointed_to_type(), in types_have_similar_structure() 23777 if (const type_decl* ty1 = is_type_decl(first)) in types_have_similar_structure() local 23781 if (ty1->get_size_in_bits() != ty2->get_size_in_bits()) in types_have_similar_structure() 23784 return ty1->get_name() == ty2->get_name(); in types_have_similar_structure() 23787 if (const enum_type_decl* ty1 = is_enum_type(first)) in types_have_similar_structure() local 23791 if (ty1->get_size_in_bits() != ty2->get_size_in_bits()) in types_have_similar_structure() [all …]
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 167 unsigned ty1 = (*s / 16) * hud->font.glyph_height; in hud_draw_string() local 169 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() 182 vertices[num++] = (float) ty1; in hud_draw_string() 197 vertices[num++] = (float) ty1; in hud_draw_string()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 271 !211 = !DIGlobalVariable(name: "ty1", scope: null, file: !2, line: 31, type: !13, isLocal: true, is…
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 1282 uint32_t ty1 = py * fb->pipe0.height; in tu_cmd_render_tiles() local 1284 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height); in tu_cmd_render_tiles() 1286 for (uint32_t ty = ty1; ty < ty2; ty++) { in tu_cmd_render_tiles()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 464 !408 = !DIGlobalVariable(name: "ty1", line: 31, isLocal: true, isDefinition: true, scope: null, fil…
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.pat.txt | 45814 rbá2ty1áto 54171 2ty1ág 54172 ty1áld 54173 ty1áll 54185 2ty1éte 54188 ty1í2r 54189 ty1ív 54197 ty1ős
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1996.pat.txt | 20918 1ty1
|