Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 3763) sorted by relevance

12345678910>>...151

/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace04.c27 #define R(r) { .name = "PT_" #r, .off = PT_##r }, macro
33 R(ORIG_R0) R(ORIG_P0)
34 R(R0) R(R1) R(R2) R(R3) R(R4) R(R5) R(R6) R(R7)
35 R(P0) R(P1) R(P2) R(P3) R(P4) R(P5) R(FP) R(USP)
36 R(I0) R(I1) R(I2) R(I3)
37 R(M0) R(M1) R(M2) R(M3)
38 R(L0) R(L1) R(L2) R(L3)
39 R(B0) R(B1) R(B2) R(B3)
40 R(A0X) R(A0W) R(A1X) R(A1W)
41 R(LC0) R(LC1) R(LT0) R(LT1) R(LB0) R(LB1)
[all …]
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_1_2_3.pass.cpp69 typedef void*& R; typedef
71 R f(__VA_ARGS__) { return MethodID<R(MemFun03::*)(__VA_ARGS__)>::setUncheckedCall(); } \
72R f(__VA_ARGS__) const { return MethodID<R(MemFun03::*)(__VA_ARGS__) const>::setUncheckedCall(); }…
73R f(__VA_ARGS__) volatile { return MethodID<R(MemFun03::*)(__VA_ARGS__) volatile>::setUncheckedCal…
74R f(__VA_ARGS__) const volatile { return MethodID<R(MemFun03::*)(__VA_ARGS__) const volatile>::set…
98 typedef void*& R; typedef
101 R f(__VA_ARGS__) & { return MethodID<R(C::*)(__VA_ARGS__) &>::setUncheckedCall(); } \
102R f(__VA_ARGS__) const & { return MethodID<R(C::*)(__VA_ARGS__) const &>::setUncheckedCall(); } \
103R f(__VA_ARGS__) volatile & { return MethodID<R(C::*)(__VA_ARGS__) volatile &>::setUncheckedCall()…
104R f(__VA_ARGS__) const volatile & { return MethodID<R(C::*)(__VA_ARGS__) const volatile &>::setUnc…
[all …]
Dbullet_7.pass.cpp98 typedef void*& R; typedef
101 __VA_ARGS__ R operator() Args { return MethodID<R(C::*) Args>::setUncheckedCall(); } \
102 … __VA_ARGS__ R operator() Args const { return MethodID<R(C::*) Args const>::setUncheckedCall(); } \
103 …__VA_ARGS__ R operator() Args volatile { return MethodID<R(C::*) Args volatile>::setUncheckedCall(…
104 …__VA_ARGS__ R operator() Args const volatile { return MethodID<R(C::*) Args const volatile>::setUn…
136 typedef void*& R; typedef
141 R operator()(Args&&...) CV { return MethodID<R(C::*)(Args&&...) CV>::setUncheckedCall(); }
252 typedef void*& R; in main() typedef
256 runTestCase< R(), 0, LValueCaster >(); in main()
257 runTestCase< R(A&), 1, LValueCaster >(); in main()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c126 C4(A, B8G8R8A8_UNORM, BGRA8_UNORM, B, G, R, A, UNORM, A8B8G8R8, ID),
127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD),
128 C4(A, B8G8R8A8_SRGB, BGRA8_SRGB, B, G, R, A, UNORM, A8B8G8R8, TD),
129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD),
130 C4(A, R8G8B8A8_UNORM, RGBA8_UNORM, R, G, B, A, UNORM, A8B8G8R8, IB),
131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB),
132 C4(A, R8G8B8A8_SRGB, RGBA8_SRGB, R, G, B, A, UNORM, A8B8G8R8, TB),
133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB),
135 ZX(B, Z16_UNORM, Z16_UNORM, R, R, R, xx, UNORM, Z16, TZ),
136 ZX(A, Z32_FLOAT, Z32_FLOAT, R, R, R, xx, FLOAT, ZF32, TZ),
[all …]
/external/llvm/include/llvm/Object/
DRelocVisitor.h51 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t Value = 0) {
53 return visitELF(RelocType, R, Value);
55 return visitCOFF(RelocType, R, Value);
57 return visitMachO(RelocType, R, Value);
69 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF() argument
75 return visitELF_X86_64_NONE(R); in visitELF()
77 return visitELF_X86_64_64(R, Value); in visitELF()
79 return visitELF_X86_64_PC32(R, Value); in visitELF()
81 return visitELF_X86_64_32(R, Value); in visitELF()
83 return visitELF_X86_64_32S(R, Value); in visitELF()
[all …]
/external/clang/test/OpenMP/
Dtarget_codegen_registration.cpp168 extern int *R;
173 int a = *R; in foo()
175 *R = a; in foo()
178 int a = *R; in SA()
180 *R = a; in SA()
183 int a = *R; in ~SA()
185 *R = a; in ~SA()
192 int a = *R; in foo()
195 *R = a; in foo()
198 int a = *R; in SB()
[all …]
/external/openssh/openbsd-compat/
Drmd160.c84 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ macro
191 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform()
192 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform()
193 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform()
194 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform()
195 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform()
196 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform()
197 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform()
198 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform()
199 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform()
[all …]
/external/llvm/unittests/IR/
DPatternMatch.cpp71 Value *R = ConstantFP::get(FltTy, 2.0); in TEST_F() local
76 .match(IRB.CreateSelect(IRB.CreateFCmpOLT(L, R), L, R))); in TEST_F()
78 EXPECT_EQ(R, MatchR); in TEST_F()
82 .match(IRB.CreateSelect(IRB.CreateFCmpOLE(L, R), L, R))); in TEST_F()
84 EXPECT_EQ(R, MatchR); in TEST_F()
88 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), L, R))); in TEST_F()
92 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), L, R))); in TEST_F()
96 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), R, L))); in TEST_F()
98 EXPECT_EQ(R, MatchR); in TEST_F()
102 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), R, L))); in TEST_F()
[all …]
/external/pdfium/testing/resources/
Dannotiter.in4 /Pages 2 0 R
5 /AcroForm 20 0 R
12 10 0 R
13 11 0 R
14 12 0 R
21 /Parent 2 0 R
23 /Font <</F1 15 0 R>>
27 22 0 R
28 23 0 R
29 24 0 R
[all …]
/external/clang/include/clang/Format/
DFormat.h633 bool operator==(const FormatStyle &R) const {
634 return AccessModifierOffset == R.AccessModifierOffset &&
635 AlignAfterOpenBracket == R.AlignAfterOpenBracket &&
636 AlignConsecutiveAssignments == R.AlignConsecutiveAssignments &&
637 AlignConsecutiveDeclarations == R.AlignConsecutiveDeclarations &&
638 AlignEscapedNewlinesLeft == R.AlignEscapedNewlinesLeft &&
639 AlignOperands == R.AlignOperands &&
640 AlignTrailingComments == R.AlignTrailingComments &&
642 R.AllowAllParametersOfDeclarationOnNextLine &&
643 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
[all …]
/external/eigen/doc/
DAsciiQuickReference.txt10 Matrix3f P, Q, R; // 3x3 float matrix.
87 R.row(i) = P.col(j); // R(i, :) = P(:, j)
88 R.col(j1).swap(mat1.col(j2)); // R(:, [j1 j2]) = R(:, [j2, j1])
92 R.adjoint() // R'
93 R.transpose() // R.' or conj(R') // Read-write
94 R.diagonal() // diag(R) // Read-write
96 R.transpose().colwise().reverse() // rot90(R) // Read-write
97 R.rowwise().reverse() // fliplr(R)
98 R.colwise().reverse() // flipud(R)
99 R.replicate(i,j) // repmat(P,i,j)
[all …]
/external/guava/guava/src/com/google/common/collect/
DImmutableTable.java48 public abstract class ImmutableTable<R, C, V> extends AbstractTable<R, C, V> {
56 public static <R, C, V> ImmutableTable<R, C, V> of() { in of()
57 return (ImmutableTable<R, C, V>) EMPTY; in of()
61 public static <R, C, V> ImmutableTable<R, C, V> of(R rowKey, in of()
63 return new SingletonImmutableTable<R, C, V>(rowKey, columnKey, value); in of()
80 public static <R, C, V> ImmutableTable<R, C, V> copyOf( in copyOf()
81 Table<? extends R, ? extends C, ? extends V> table) { in copyOf() argument
84 ImmutableTable<R, C, V> parameterizedTable in copyOf()
85 = (ImmutableTable<R, C, V>) table; in copyOf()
93 Cell<? extends R, ? extends C, ? extends V> onlyCell in copyOf()
[all …]
DTables.java65 public static <R, C, V> Cell<R, C, V> immutableCell( in immutableCell()
66 @Nullable R rowKey, @Nullable C columnKey, @Nullable V value) { in immutableCell()
67 return new ImmutableCell<R, C, V>(rowKey, columnKey, value); in immutableCell()
70 static final class ImmutableCell<R, C, V>
71 extends AbstractCell<R, C, V> implements Serializable {
72 private final R rowKey;
77 @Nullable R rowKey, @Nullable C columnKey, @Nullable V value) { in ImmutableCell()
84 public R getRowKey() { in getRowKey()
99 abstract static class AbstractCell<R, C, V> implements Cell<R, C, V> {
139 public static <R, C, V> Table<C, R, V> transpose(Table<R, C, V> table) { in transpose() argument
[all …]
DStandardRowSortedTable.java49 class StandardRowSortedTable<R, C, V> extends StandardTable<R, C, V>
50 implements RowSortedTable<R, C, V> {
57 StandardRowSortedTable(SortedMap<R, Map<C, V>> backingMap, in StandardRowSortedTable() argument
62 private SortedMap<R, Map<C, V>> sortedBackingMap() { in sortedBackingMap()
63 return (SortedMap<R, Map<C, V>>) backingMap; in sortedBackingMap()
72 @Override public SortedSet<R> rowKeySet() { in rowKeySet()
73 return (SortedSet<R>) rowMap().keySet(); in rowKeySet()
82 @Override public SortedMap<R, Map<C, V>> rowMap() { in rowMap()
83 return (SortedMap<R, Map<C, V>>) super.rowMap(); in rowMap()
87 SortedMap<R, Map<C, V>> createRowMap() { in createRowMap()
[all …]
/external/libcxx/test/std/utilities/ratio/ratio.arithmetic/
Dratio_add.pass.cpp19 typedef std::ratio_add<R1, R2>::type R; in main() typedef
20 static_assert(R::num == 2 && R::den == 1, ""); in main()
25 typedef std::ratio_add<R1, R2>::type R; in main() typedef
26 static_assert(R::num == 3 && R::den == 2, ""); in main()
31 typedef std::ratio_add<R1, R2>::type R; in main() typedef
32 static_assert(R::num == 1 && R::den == 2, ""); in main()
37 typedef std::ratio_add<R1, R2>::type R; in main() typedef
38 static_assert(R::num == 1 && R::den == 2, ""); in main()
43 typedef std::ratio_add<R1, R2>::type R; in main() typedef
44 static_assert(R::num == -1 && R::den == 2, ""); in main()
[all …]
Dratio_subtract.pass.cpp19 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
20 static_assert(R::num == 0 && R::den == 1, ""); in main()
25 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
26 static_assert(R::num == -1 && R::den == 2, ""); in main()
31 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
32 static_assert(R::num == -3 && R::den == 2, ""); in main()
37 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
38 static_assert(R::num == -3 && R::den == 2, ""); in main()
43 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
44 static_assert(R::num == 3 && R::den == 2, ""); in main()
[all …]
/external/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa_verify_tests.txt12 R = 1bfcaab01e47addd4733369320364ad208169ffb15e6aac33c2d7c06
19 R = f0f670963c3d2a3281d639f850f3781c6402d99a1bf07cd9f35b2975
27 R = 88617e694e361d2cfef6b0658d444607fba030ad31fe8dead14db22e
35 R = 107b7442e6569ddde54b5da55a9dac9bd348079358047a19a3de0b91
42 R = bc1db32e437c67439c27db1dc607e3c505210c984bf707a8e87abb70
50 R = 79826ae5b0297b9404829df0f02bbb7b8acb35459e13a4045c40f242
58 R = ff18b493b166d832c9c25ee491525e4c188ff2b804e38b5964941c48
66 R = 714c48c143cb259408c04f77a38d6484e788cb268fc9789d5e871491
74 R = a159b83e80e656f54f614e8437821bd87f6f13264ac8eca1b3ddde29
82 R = 8dba585dc3312056a7be61161c7af8ba8b538f0c125c80cf9af2682e
[all …]
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dsg_err.c229 #define R 0x0020 /* CD/DVD DEVICE [MMC-2: 5] */ macro
239 #define SC_ALL_DEVS ( D|T|L|P|W|R|S|O|M|C|A|E|B|K )
273 {0x40, 0x80, 0xff, D | T | L | P | W | R | S | O | M | C,
288 {0x00, 0x11, R, SC_AUDIO_PLAY_OPERATION SC_IN_PROGRESS},
289 {0x00, 0x12, R, SC_AUDIO_PLAY_OPERATION "paused"},
290 {0x00, 0x13, R, SC_AUDIO_PLAY_OPERATION "successfully completed"},
291 {0x00, 0x14, R, SC_AUDIO_PLAY_OPERATION "stopped due to error"},
292 {0x00, 0x15, R, "No current audio status to return"},
294 {0x00, 0x17, D | T | L | W | R | S | O | M | A | E | B | K,
302 {0x02, 0x00, D | W | R | O | M | B | K, "No seek complete"},
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DDrawableResourceLoaderTest.java6 import com.xtremelabs.robolectric.R;
34 extractor.addLocalRClass(R.class); in setup()
35 extractor.addSystemRClass(android.R.class); in setup()
52 assertTrue(resourceLoader.isXml(R.drawable.rainbow)); in testIsXml_rainbow()
57 assertTrue(resourceLoader.isXml(android.R.drawable.ic_popup_sync)); in testIsXml_shouldWorkWithSystem()
62 boolean result = resourceLoader.isXml(R.drawable.l0_red); in testIsXml_red()
68 int[] expected = { R.drawable.l7_white, R.drawable.l0_red, in testGetDrawableIds()
69 R.drawable.l1_orange, R.drawable.l2_yellow, in testGetDrawableIds()
70 R.drawable.l3_green, R.drawable.l4_blue, R.drawable.l5_indigo, in testGetDrawableIds()
71 R.drawable.l6_violet }; in testGetDrawableIds()
[all …]
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dvector-fcmp.ll27 ; MIPS32: li [[R:.*]],1
28 ; MIPS32: movf [[R]],zero,$fcc0
30 ; MIPS32: li [[R:.*]],1
31 ; MIPS32: movf [[R]],zero,$fcc0
33 ; MIPS32: li [[R:.*]],1
34 ; MIPS32: movf [[R]],zero,$fcc0
36 ; MIPS32: li [[R:.*]],1
37 ; MIPS32: movf [[R]],zero,$fcc0
63 ; MIPS32: li [[R:.*]],1
64 ; MIPS32: movf [[R]],zero,$fcc0
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-table.hh21 #define R JOINING_TYPE_R macro
38 /* 0620 */ D,U,R,R,R,R,D,R,D,R,D,D,D,D,D,R,R,R,R,D,D,D,D,D,D,D,D,D,D,D,D,D,
39 /* 0640 */ C,D,D,D,D,D,D,D,R,D,D,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,
40 /* 0660 */ X,X,X,X,X,X,X,X,X,X,X,X,X,X,D,D,X,R,R,R,U,R,R,R,D,D,D,D,D,D,D,D,
41 /* 0680 */ D,D,D,D,D,D,D,D,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,D,D,D,D,D,D,
43 /* 06C0 */ R,D,D,R,R,R,R,R,R,R,R,R,D,R,D,R,D,D,R,R,X,R,X,X,X,X,X,X,X,U,X,X,
44 /* 06E0 */ X,X,X,X,X,X,X,X,X,X,X,X,X,X,R,R,X,X,X,X,X,X,X,X,X,X,D,D,D,X,X,D,
48 /* 0700 */ X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,A,X,D,D,D,DR,DR,R,R,R,D,D,D,D,R,D,
49 /* 0720 */ D,D,D,D,D,D,D,D,R,D,DR,D,R,D,D,DR,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,
50 /* 0740 */ X,X,X,X,X,X,X,X,X,X,X,X,X,R,D,D,
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/util/
Dalgorithm.hpp34 template<typename R>
35 using preferred_reference_type = decltype(*std::declval<R>().begin());
41 template<typename R>
42 detail::preferred_reference_type<R>
43 head(R &&r) { in head()
51 template<typename R>
52 slice_range<R>
53 tail(R &&r) { in tail()
55 return { std::forward<R>(r), 1, r.size() }; in tail()
61 template<typename R>
[all …]
/external/clang/test/SemaCXX/
Dissue547.cpp9 template<typename R, typename ...Args>
10 struct classify_function<R(Args...)> {
14 template<typename R, typename ...Args>
15 struct classify_function<R(Args...) const> {
19 template<typename R, typename ...Args>
20 struct classify_function<R(Args...) volatile> {
24 template<typename R, typename ...Args>
25 struct classify_function<R(Args...) const volatile> {
29 template<typename R, typename ...Args>
30 struct classify_function<R(Args..., ...)> {
[all …]
/external/clang/lib/Headers/
Davx512erintrin.h31 #define _mm512_exp2a23_round_pd(A, R) __extension__ ({ \ argument
34 (__mmask8)-1, (int)(R)); })
36 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument
39 (int)(R)); })
41 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument
44 (__mmask8)(M), (int)(R)); })
55 #define _mm512_exp2a23_round_ps(A, R) __extension__ ({ \ argument
58 (__mmask16)-1, (int)(R)); })
60 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument
63 (int)(R)); })
[all …]
/external/bison/lib/
Dverify.h165 # define _GL_VERIFY_TRUE(R, DIAGNOSTIC) \ argument
166 (!!sizeof (_GL_VERIFY_TYPE (R, DIAGNOSTIC)))
176 # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ argument
177 _gl_verify_type<(R) ? 1 : -1>
179 # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ argument
181 _Static_assert (R, DIAGNOSTIC); \
185 # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ argument
186 struct { unsigned int _gl_verify_error_if_negative: (R) ? 1 : -1; }
199 # define _GL_VERIFY(R, DIAGNOSTIC) \ argument
201 [_GL_VERIFY_TRUE (R, DIAGNOSTIC)]
[all …]

12345678910>>...151