Home
last modified time | relevance | path

Searched refs:ori (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/boost/libs/optional/test/
Doptional_test_flat_map.cpp122 optional<int&> ori = oi.flat_map(get_opt_ref()); in test_flat_map_obj_to_ref() local
123 BOOST_TEST(bool(ori)); in test_flat_map_obj_to_ref()
124 BOOST_TEST_EQ(2, *ori); in test_flat_map_obj_to_ref()
125 *ori = 3; in test_flat_map_obj_to_ref()
128 BOOST_TEST_EQ(3, *ori); in test_flat_map_obj_to_ref()
132 optional<int&> ori = oi.flat_map(get_opt_ref()); in test_flat_map_obj_to_ref() local
133 BOOST_TEST(!ori); in test_flat_map_obj_to_ref()
137 optional<int&> ori = oi.flat_map(get_opt_ref()); in test_flat_map_obj_to_ref() local
138 BOOST_TEST(!ori); in test_flat_map_obj_to_ref()
153 optional<int&> ori = orI.flat_map(get_opt_int_ref); in test_flat_map_ref_to_ref() local
[all …]
Doptional_test_map.cpp159 optional<int&> ori = oi.map(get_ref()); in test_map_to_ref() local
160 BOOST_TEST(bool(ori)); in test_map_to_ref()
161 *ori = 3; in test_map_to_ref()
164 BOOST_TEST_EQ(3, *ori); in test_map_to_ref()
170 optional<Int&> ori (I); in test_map_optional_ref() local
171 verify_type<optional<int&> >(ori.map(get_int_ref)); in test_map_optional_ref()
172 optional<int&> orii = ori.map(get_int_ref); in test_map_optional_ref()
/third_party/libffi/src/or1k/
Dsysv.S52 l.ori r14, r1, 0x0 /* save stack pointer */
55 l.ori r16, r7, 0x0 /* save function address */
56 l.ori r18, r6, 0x0 /* save ret address */
57 l.ori r20, r8, 0x0 /* save flag */
62 l.ori r3, r1, 0x0 /* first argument stack address, second already ecif */
74 l.ori r1, r11, 0x0 /* new stack pointer */
97 l.ori r1, r14, 0x0 /* reset stack pointer */
/third_party/musl/src/thread/or1k/
Dsyscall_cp.s16 l.ori r11, r4, 0
17 l.ori r3, r5, 0
18 l.ori r4, r6, 0
19 l.ori r5, r7, 0
20 l.ori r6, r8, 0
D__unmapself.s4 l.ori r11, r0, 215 /* __NR_munmap */
6 l.ori r3, r0, 0
7 l.ori r11, r0, 93 /* __NR_exit */
Dclone.s13 l.ori r3, r5, 0
17 l.ori r11, r0, 220 /* __NR_clone */
30 l.ori r11, r0, 93 /* __NR_exit */
D__set_thread_area.s5 l.ori r10, r3, 0
7 l.ori r11, r0, 0
/third_party/musl/src/thread/microblaze/
Dclone.s15 ori r5, r7, 0
16 ori r8, r9, 0
18 ori r12, r0, 120
29 ori r12, r0, 1
D__set_thread_area.s5 ori r21, r5, 0
7 ori r3, r0, 0
D__unmapself.s4 ori r12, r0, 91
6 ori r12, r0, 1
/third_party/musl/src/signal/microblaze/
Dsigsetjmp.s14 ori r19,r5,0
16 ori r6,r3,0
17 ori r5,r19,0
Drestore.s5 ori r12, r0, 119
12 ori r12, r0, 173
/third_party/musl/src/signal/or1k/
Dsigsetjmp.s15 l.ori r20, r3, 0
17 l.ori r4, r11, 0
18 l.ori r3, r20, 0
/third_party/boost/boost/polygon/
Disotropy.hpp375 inline orientation_2d(const orientation_2d& ori) : val_(ori.val_) {} in orientation_2d() argument
378 inline orientation_2d& operator=(const orientation_2d& ori) { in operator =() argument
379 val_ = ori.val_; return * this; } in operator =()
458 inline orientation_3d(const orientation_3d& ori) : val_(ori.val_) {} in orientation_3d() argument
459 inline orientation_3d(orientation_2d ori) : val_(ori.to_int()) {} in orientation_3d() argument
464 inline orientation_3d& operator=(const orientation_3d& ori) { in operator =() argument
465 val_ = ori.val_; return * this; } in operator =()
/third_party/musl/src/fenv/powerpc/
Dfenv.S11 ori 3,3,0x0700
40 ori 3,3,0x0400
/third_party/musl/src/ldso/or1k/
Ddlsym.s6 l.ori r5, r9, 0
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Den_NZ.txt6 mi{"Māori"}
Dhaw.txt28 mi{"Māori"}
/third_party/icu/icu4c/source/data/lang/
Den_NZ.txt7 mi{"Māori"}
Dhaw.txt29 mi{"Māori"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Den_NZ.txt7 mi{"Māori"}
/third_party/musl/src/setjmp/or1k/
Dsetjmp.s27 l.ori r11,r0,0
Dlongjmp.s10 l.ori r11, r0, 1
/third_party/musl/src/setjmp/microblaze/
Dsetjmp.s32 ori r3, r0, 0
/third_party/ffmpeg/libavcodec/
Dsnow_dwt.c749 int level, ori; in w_c() local
795 for (ori = level ? 1 : 0; ori < 4; ori++) { in w_c()
797 int sx = (ori & 1) ? size : 0; in w_c()
799 int sy = (ori & 2) ? stride >> 1 : 0; in w_c()
804 scale[type][dec_count - 3][level][ori]; in w_c()

1234