Home
last modified time | relevance | path

Searched refs:mst2 (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/p5-MooseX-Singleton/MooseX-Singleton-0.30/t/
H A D001-basic.t46 my $mst2 = MooseX::Singleton::Test->instance;
47 is( $mst, $mst2, 'instances are the same object' );
48 isa_ok( $mst2, 'MooseX::Singleton::Test',
51 is( $mst2->distinct_keys, 3, "keys from before" );
56 is( $mst2->distinct_keys, 4, "attributes are shared even after ->instance" );
63 is( $mst2->distinct_keys, 5, "Package->add works" );
69 is( $mst2->distinct_keys, 0, "Package->clear works" );
73 $mst = $mst2 = undef;
H A D003-immutable.t54 my $mst2 = MooseX::Singleton::Test->instance;
55 is( $mst, $mst2, 'instances are the same object' );
56 isa_ok( $mst2, 'MooseX::Singleton::Test',
59 is( $mst2->distinct_keys, 3, "keys from before" );
64 is( $mst2->distinct_keys, 4, "attributes are shared even after ->instance" );
71 is( $mst2->distinct_keys, 5, "Package->add works" );
77 is( $mst2->distinct_keys, 0, "Package->clear works" );
/dports/games/ufoai/ufoai-2.5-source/src/tools/
H A Dmd2tagExport.ms110 mst2=tri.st[3]
112 append strip_st mst2
139 mst2=tri.st[1]
141 append strip_st mst2
168 mst2=tri.st[2]
242 mst2=tri.st[3]
245 append strip_st mst2
264 mst2=tri.st[1]
267 append strip_st mst2
286 mst2=tri.st[2]
[all …]
/dports/math/p5-Graph/Graph-0.9725/t/
H A Du_ng_mst.t48 my $mst2=$h->MST_Prim;
49 is($mst2,$t,"Prim");
64 my $mst2=$h->MST_Prim;
65 is($mst2,$t,"Prim");
79 my $mst2=$h->MST_Prim;
80 is($mst2,$t,"Prim");
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstSimplify/
H A Dvector_ptr_bitcast.ll5 %mst2 = type { i32*, i32*, i32*, i32* }
10 @b = private unnamed_addr constant %mst2 { i32* inttoptr (i64 42 to i32*),
26 %x = load <4 x i32*>, <4 x i32*>* bitcast (%mst2* @b to <4 x i32*>*), align 8
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/fs/ubifs/
H A Drecovery.c201 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst; in ubifs_recover_master_node() local
211 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2); in ubifs_recover_master_node()
225 } else if (mst2) { in ubifs_recover_master_node()
226 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
230 (void *)mst2 + UBIFS_CH_SZ, in ubifs_recover_master_node()
257 if (!mst2) in ubifs_recover_master_node()
263 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
266 mst = mst2; in ubifs_recover_master_node()
297 if (mst2) { in ubifs_recover_master_node()
299 dbg_dump_node(c, mst2); in ubifs_recover_master_node()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/fs/ubifs/
H A Drecovery.c201 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst; in ubifs_recover_master_node() local
211 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2); in ubifs_recover_master_node()
225 } else if (mst2) { in ubifs_recover_master_node()
226 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
230 (void *)mst2 + UBIFS_CH_SZ, in ubifs_recover_master_node()
257 if (!mst2) in ubifs_recover_master_node()
263 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
266 mst = mst2; in ubifs_recover_master_node()
297 if (mst2) { in ubifs_recover_master_node()
299 dbg_dump_node(c, mst2); in ubifs_recover_master_node()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/fs/ubifs/
H A Drecovery.c201 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst; in ubifs_recover_master_node() local
211 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2); in ubifs_recover_master_node()
225 } else if (mst2) { in ubifs_recover_master_node()
226 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
230 (void *)mst2 + UBIFS_CH_SZ, in ubifs_recover_master_node()
257 if (!mst2) in ubifs_recover_master_node()
263 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
266 mst = mst2; in ubifs_recover_master_node()
297 if (mst2) { in ubifs_recover_master_node()
299 dbg_dump_node(c, mst2); in ubifs_recover_master_node()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/fs/ubifs/
H A Drecovery.c201 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst; in ubifs_recover_master_node() local
211 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2); in ubifs_recover_master_node()
225 } else if (mst2) { in ubifs_recover_master_node()
226 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
230 (void *)mst2 + UBIFS_CH_SZ, in ubifs_recover_master_node()
257 if (!mst2) in ubifs_recover_master_node()
263 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
266 mst = mst2; in ubifs_recover_master_node()
297 if (mst2) { in ubifs_recover_master_node()
299 dbg_dump_node(c, mst2); in ubifs_recover_master_node()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/fs/ubifs/
H A Drecovery.c201 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst; in ubifs_recover_master_node() local
211 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2); in ubifs_recover_master_node()
225 } else if (mst2) { in ubifs_recover_master_node()
226 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
230 (void *)mst2 + UBIFS_CH_SZ, in ubifs_recover_master_node()
257 if (!mst2) in ubifs_recover_master_node()
263 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
266 mst = mst2; in ubifs_recover_master_node()
297 if (mst2) { in ubifs_recover_master_node()
299 dbg_dump_node(c, mst2); in ubifs_recover_master_node()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/fs/ubifs/
H A Drecovery.c201 struct ubifs_mst_node *mst1 = NULL, *mst2 = NULL, *mst; in ubifs_recover_master_node() local
211 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2); in ubifs_recover_master_node()
225 } else if (mst2) { in ubifs_recover_master_node()
226 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
230 (void *)mst2 + UBIFS_CH_SZ, in ubifs_recover_master_node()
257 if (!mst2) in ubifs_recover_master_node()
263 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
266 mst = mst2; in ubifs_recover_master_node()
297 if (mst2) { in ubifs_recover_master_node()
299 dbg_dump_node(c, mst2); in ubifs_recover_master_node()

1234