Searched refs:p7 (Results 1 - 25 of 56) sorted by relevance

123

/external/llvm/test/MC/ARM/
H A Dthumb-only-conditionals.s22 cdpgt p7, #1, c1, c1, c1, #4
23 cdp2gt p7, #1, c1, c1, c1, #4
25 @ CHECK-NEXT: cdpgt p7, #1, c1, c1, c1, #4
26 @ CHECK-NEXT: cdp2gt p7, #1, c1, c1, c1, #4
36 mcrrle p7, #15, r5, r4, c1
37 mcrr2gt p7, #15, r5, r4, c1
39 @ CHECK-NEXT: mcrrle p7, #15, r5, r4, c1
40 @ CHECK-NEXT: mcrr2gt p7, #15, r5, r4, c1
50 mrrclo p7, #1, r5, r4, c1
51 mrrc2lo p7, #
[all...]
H A Darm_instructions.s70 @ CHECK: cdp p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xee]
71 cdp p7, #1, c1, c1, c1, #4
72 @ CHECK: cdp2 p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xfe]
73 cdp2 p7, #1, c1, c1, c1, #4
/external/v8/src/ia32/
H A Dsimulator-ia32.h24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/v8/src/x64/
H A Dsimulator-x64.h24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/v8/src/x87/
H A Dsimulator-x87.h24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/llvm/unittests/ADT/
H A DMakeUniqueTest.cpp47 auto p7 = make_unique<std::tuple<int, int, int, int, int, int, int>>( local
49 EXPECT_TRUE((bool)p7);
50 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6), *p7);
/external/valgrind/memcheck/tests/
H A Dleak-cases.c14 // p7 -?-> AAA ---> BBB (y)DR, (n)DL / P (y)IR, (n)IL / P
64 Node* p7; variable
84 p7 = mk(mk(NULL)); // Case 7: 16/1 possibly lost
85 p7++; // 16/1 possibly lost
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h159 const T5& p5, const T6& p6, const T7& p7) {
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7);
166 const T5& p5, const T6& p6, const T7& p7, const T8& p8) {
167 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8);
173 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
175 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9);
181 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
183 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10);
190 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
192 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p
158 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7) argument
165 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument
172 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9) argument
180 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10) argument
189 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10, const T11& p11) argument
[all...]
/external/clang/test/SemaCXX/
H A Dcxx11-ast-print.cpp33 // CHECK: const char *p7 = 123_quux;
34 const char *p7 = 123_quux; variable
/external/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx11.cpp40 const char *p7 = u8"foo \U0000d800 bar"; // expected-error {{invalid universal character}} variable
/external/v8/test/mjsunit/compiler/
H A Dregress-loadfield.js57 a.p7 = "";
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp74 auto p7 = &S::m; local
81 only<int (S::*)> test7 = p7;
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-actions.h1197 p6, p7) , typename p0##_type, typename p1##_type, typename p2##_type, \
1199 typename p6##_type, typename p7##_type
1201 p6, p7, p8) , typename p0##_type, typename p1##_type, typename p2##_type, \
1203 typename p6##_type, typename p7##_type, typename p8##_type
1205 p6, p7, p8, p9) , typename p0##_type, typename p1##_type, \
1207 typename p5##_type, typename p6##_type, typename p7##_type, \
1238 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7)\
1241 p6##_type gmock_p6, p7##_type gmock_p7) : p0(gmock_p0), p1(gmock_p1), \
1243 p7(gmock_p7)
1245 p7, p
[all...]
H A Dgmock-generated-matchers.h1929 #define MATCHER_P8(name, p0, p1, p2, p3, p4, p5, p6, p7, description)\
1932 typename p6##_type, typename p7##_type>\
1940 p6##_type gmock_p6, p7##_type gmock_p7)\
1942 p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), p7(gmock_p7) {}\
1958 p7##_type p7;\
1968 p4##_type, p5##_type, p6##_type, p7##_type>(p0, p1, p2, \
1969 p3, p4, p5, p6, p7)));\
1976 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6, p7));\
1981 p7##_typ
[all...]
/external/skia/gm/
H A Dpolygons.cpp47 SkPoint p7[] = {{0, 20}, {20, 20}, {30, 0}, {40, 20}, {60, 20}, variable
66 { p7, SK_ARRAY_COUNT(p7) }
/external/v8/src/mips64/
H A Dsimulator-mips64.h46 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
48 p0, p1, p2, p3, p4, p5, p6, p7, NULL, p8))
63 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
65 p0, p1, p2, p3, NULL, p4, p5, p6, p7, p8))
444 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
446 entry, 10, p0, p1, p2, p3, p4, p5, p6, p7, NULL, p8)
448 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
450 entry, 10, p0, p1, p2, p3, NULL, p4, p5, p6, p7, p8)
/external/libunwind/tests/
H A Dia64-test-stack-asm.S93 .skip: cmp.ne p6, p7 = 0, r8
98 (p7) br.call.sptk.many rp = do_unwind_tests // time for introspection...
139 cmp.eq p6, p7 = 1, in0
171 (p7) br.call.sptk.many rp = touch_all
H A Dia64-test-rbs-asm.S175 cmp.eq p6, p7 = 1, in0
179 (p7) mov out2 = in2
182 (p7) add out0 = -1, in0
183 (p7) mov out1 = in1
222 (p7) br.call.sptk.many rp = loadup
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dintra4x4_predict_v6.asm309 add r6, r6, r9 ; [p5+2*p6+p7 | p3+2*p4+p5]
310 uxtab16 r6, r6, r12 ; [p5+2*p6+p7+2 | p3+2*p4+p5+2]
312 add r7, r8, r9, lsl #1 ; [p6+2*p7 | p4+2*p5]
313 add r7, r7, r10 ; [p6+2*p7+p8 | p4+2*p5+p6]
314 uxtab16 r7, r7, r12 ; [p6+2*p7+p8+2 | p4+2*p5+p6+2]
369 uadd16 r11, r8, r9 ; [p6+p7 | p4+p5]
370 uhadd16 r11, r11, r4 ; [(p6+p7+1)>>1 | (p4+p5+1)>>1]
374 add r7, r7, r9 ; [p5+2*p6+p7 | p3+2*p4+p5]
375 uxtab16 r7, r7, r12 ; [p5+2*p6+p7+2 | p3+2*p4+p5+2]
377 uadd16 r2, r9, r10 ; [p7
[all...]
/external/boringssl/src/crypto/x509/
H A Dx_all.c194 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7)
196 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(PKCS7), fp, p7);
199 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7)
201 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(PKCS7), fp, p7);
205 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7)
207 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(PKCS7), bp, p7);
210 int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7)
212 return ASN1_item_i2d_bio(ASN1_ITEM_rptr(PKCS7), bp, p7);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_postproc_mmx.asm68 movq mm3, [rsi] ; mm4 = r0 p0..p7
74 movq mm5, [rsi + rax] ; mm4 = r1 p0..p7
87 movq mm5, [rsi + 2*rax] ; mm4 = r2 p0..p7
103 movq mm5, [rsi+2*rax] ; mm4 = r-2 p0..p7
117 movq mm4, [rsi+rax] ; mm4 = r-1 p0..p7
162 movq mm4, [rdi+rdx] ; mm4 = p0..p7
163 movq mm3, mm4 ; mm3 = p0..p7
169 psrlq mm4, 8 ; mm4 = p1..p7
170 movq mm5, mm4 ; mm5 = p1..p7
183 psrlq mm4, 8 ; mm4 = p2..p7
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_macros_dspr2.h369 "preceu.ph.qbl %[p7_l], %[p7] \n\t" \
382 : [p7] "r" (p7), [p6] "r" (p6), [p5] "r" (p5), [p4] "r" (p4), \
409 "preceu.ph.qbr %[p7_r], %[p7] \n\t" \
422 : [p7] "r" (p7), [p6] "r" (p6), [p5] "r" (p5), [p4] "r" (p4), \
/external/v8/src/mips/
H A Dsimulator-mips.h37 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
39 p0, p1, p2, p3, NULL, p4, p5, p6, p7, p8))
392 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
394 entry, 10, p0, p1, p2, p3, NULL, p4, p5, p6, p7, p8)
/external/v8/test/webkit/fast/js/
H A DPromise-static-all.js36 var p7 = new Promise(function(_, reject) { reject('p7'); });
H A DPromise-static-race.js36 var p7 = new Promise(function(_, reject) { reject('p7'); });

Completed in 867 milliseconds

123