Home
last modified time | relevance | path

Searched refs:ty1 (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/nom/src/branch/
Dmod.rs148 ($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/
Daarch64-sve-explicit-casts-fixed-size.c27 #define TESTCASE(ty1, ty2) \ argument
28 CAST(ty1, ty2) \
29 CAST(ty2, ty1)
/external/llvm-project/clang/test/SemaCXX/
Daarch64-sve-explicit-casts-fixed-size.cpp27 #define TESTCASE(ty1, ty2) \ argument
28 CAST(ty1, ty2) \
29 CAST(ty2, ty1)
/external/rust/crates/nom/src/sequence/
Dmod.rs234 ($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/
Dpi.c375 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 …]
Dpi.h105 OPJ_INT32 tx0, ty0, tx1, ty1; member
Dopenjpeg.h339 OPJ_INT32 tx0, tx1, ty0, ty1; member
/external/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.cpp1094 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/
DStore.cpp397 static bool hasSameUnqualifiedPointeeType(QualType ty1, QualType ty2) { in hasSameUnqualifiedPointeeType() argument
398 return ty1->getPointeeType().getCanonicalType().getTypePtr() == in hasSameUnqualifiedPointeeType()
/external/libabigail/src/
Dabg-ir.cc23758 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/
Dhud_context.c167 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/
Dpr17168.ll271 !211 = !DIGlobalVariable(name: "ty1", scope: null, file: !2, line: 31, type: !13, isLocal: true, is…
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c1282 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/
Dpr17168.ll464 !408 = !DIGlobalVariable(name: "ty1", line: 31, isLocal: true, isDefinition: true, scope: null, fil…
/external/hyphenation-patterns/hu/
Dhyph-hu.pat.txt45814 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/
Dhyph-de-1996.pat.txt20918 1ty1