Searched refs:s5 (Results 1 - 25 of 303) sorted by relevance

1234567891011>>

/external/strace/tests/
H A Dprocess_vm_readv.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (process_vm_readv -s5 -a37); do not edit.
4 run_strace_match_diff -s5 -a37
H A Dprocess_vm_writev.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (process_vm_writev -s5 -a38); do not edit.
4 run_strace_match_diff -s5 -a38
/external/strace/tests-m32/
H A Dprocess_vm_readv.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (process_vm_readv -s5 -a37); do not edit.
4 run_strace_match_diff -s5 -a37
H A Dprocess_vm_writev.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (process_vm_writev -s5 -a38); do not edit.
4 run_strace_match_diff -s5 -a38
/external/strace/tests-mx32/
H A Dprocess_vm_readv.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (process_vm_readv -s5 -a37); do not edit.
4 run_strace_match_diff -s5 -a37
H A Dprocess_vm_writev.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (process_vm_writev -s5 -a38); do not edit.
4 run_strace_match_diff -s5 -a38
/external/selinux/mcstrans/share/examples/urcsts-via-include/setrans.d/
H A Dc.conf3 s5=CONFIDENTIAL
4 s5=C O N F I D E N T I A L
5 s5=C
/external/clang/test/CodeGenCXX/
H A Dexpr.cpp34 struct s5;
35 struct s5 &f5_0(bool cond, struct s5 &a, struct s5 &b) {
H A Dx86_32-arguments.cpp88 struct s5 { s5(); int &x; }; struct
89 s5 f5() { return s5(); }
/external/clang/test/CodeGen/
H A Dx86_32-arguments-win32.c35 struct s5 { struct
38 struct s5 f5_1(void) { while (1) {} }
39 void f5_2(struct s5 a0) {}
H A Dppc64-struct-onefloat.c7 typedef struct s5 { Sd ds; } SSd; struct
15 // CHECK: %e = alloca %struct.s5, align 8
23 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr inbounds %struct.s5, %struct.s5* %e, i32 0, i32 0
45 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr inbounds %struct.s5, %struct.s5* %p5, i32 0, i32 0
/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_135_add_neon.c93 int16x8_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32]; local
205 s5[0] = vaddq_s16(s4[0], s4[3]);
206 s5[1] = vaddq_s16(s4[0], s4[2]);
207 s5[2] = vsubq_s16(s4[0], s4[2]);
208 s5[3] = vsubq_s16(s4[0], s4[3]);
210 s5[5] = sub_multiply_shift_and_narrow_s16(s3[7], s3[4], cospi_16_64);
211 s5[6] = add_multiply_shift_and_narrow_s16(s3[4], s3[7], cospi_16_64);
213 s5[8] = vaddq_s16(s2[8], s3[11]);
214 s5[9] = vaddq_s16(s4[9], s4[10]);
215 s5[1
377 int16x8_t in[16], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
[all...]
H A Dhighbd_idct32x32_135_add_neon.c100 int32x4x2_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
215 s5[0] = highbd_idct_add_dual(s4[0], s4[3]);
216 s5[1] = highbd_idct_add_dual(s4[0], s4[2]);
217 s5[2] = highbd_idct_sub_dual(s4[0], s4[2]);
218 s5[3] = highbd_idct_sub_dual(s4[0], s4[3]);
220 s5[5] = sub_multiply_shift_and_narrow_s32_dual(s3[7], s3[4], cospi_16_64);
221 s5[6] = add_multiply_shift_and_narrow_s32_dual(s3[4], s3[7], cospi_16_64);
223 s5[8] = highbd_idct_add_dual(s2[8], s3[11]);
224 s5[9] = highbd_idct_add_dual(s4[9], s4[10]);
225 s5[1
453 int32x4x2_t in[16], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
[all...]
H A Dhighbd_vpx_convolve8_neon.c47 int16x8_t *const s4, int16x8_t *const s5,
59 *s5 = vld1q_s16(s);
69 const uint16x8_t s4, const uint16x8_t s5,
81 vst1q_u16(s, s5);
90 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5,
101 sum = vmlal_lane_s16(sum, s5, filters_hi, 1);
109 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5,
122 sum0 = vmlal_lane_s16(sum0, vget_low_s16(s5), filters_hi, 1);
130 sum1 = vmlal_lane_s16(sum1, vget_high_s16(s5), filters_hi, 1);
157 int16x4_t s0, s1, s2, s3, s4, s5, s local
44 load_8x8(const int16_t *s, const ptrdiff_t p, int16x8_t *const s0, int16x8_t *const s1, int16x8_t *const s2, int16x8_t *const s3, int16x8_t *const s4, int16x8_t *const s5, int16x8_t *const s6, int16x8_t *const s7) argument
66 store_8x8(uint16_t *s, const ptrdiff_t p, const uint16x8_t s0, const uint16x8_t s1, const uint16x8_t s2, const uint16x8_t s3, const uint16x8_t s4, const uint16x8_t s5, const uint16x8_t s6, const uint16x8_t s7) argument
88 highbd_convolve8_4( const int16x4_t s0, const int16x4_t s1, const int16x4_t s2, const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, const int16x4_t s6, const int16x4_t s7, const int16x8_t filters) argument
108 highbd_convolve8_8(const int16x8_t s0, const int16x8_t s1, const int16x8_t s2, const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, const int16x8_t s6, const int16x8_t s7, const int16x8_t filters, const uint16x8_t max) argument
213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
366 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
429 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
602 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
670 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
769 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
845 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-dangling-field.cpp42 S5 s5 = { 0 }; // ok, lifetime-extended variable
45 S5 s5; // expected-note {{here}} member in struct:S6
46 S6() : s5 { 0 } {} // expected-warning {{binding reference subobject of member 's5' to a temporary}}
H A Delaborated-type-specifier.cpp41 int test_funcparam_scope(struct S5 * s5) { argument
43 if (s5 == s5_2) return 1; // expected-error {{comparison of distinct pointer types ('struct S5 *' and 'struct S5 *')}}
/external/selinux/mcstrans/share/examples/urcsts/
H A Dsetrans.conf14 s5=CONFIDENTIAL
15 s5=C O N F I D E N T I A L
16 s5=C
H A Dsecolor.conf17 range s5-s5:c0.c1023 = white blue
/external/selinux/mcstrans/share/examples/pipes/
H A Dsetrans.conf17 s5:c200.c511=Top Secret
18 s5:c200.c511=TS
/external/clang/test/Sema/
H A Dno-documentation-warn-tagdecl-specifier.c27 /** @return s5 Test 5 - expected warning here */
28 struct s5 { int is; }; struct
29 struct s5* f5(void);
/external/fio/lib/
H A Drand.h17 uint64_t s1, s2, s3, s4, s5; member in struct:taus258_state
51 dst->s5 = src->s5;
91 xval = ((state->s5 << 3) ^ state->s5) >> 33;
92 state->s5 = ((state->s5 & 18446744073701163008ULL) << 8) ^ xval;
94 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4 ^ state->s5);
/external/llvm/test/MC/ARM/
H A Dfconst.s9 fconstsne s5, #0x1
10 fconstsgt s5, #0x20
19 @ CHECK: vmovne.f32 s5, #2.125000e+00 @ encoding: [0x01,0x2a,0xf0,0x1e]
20 @ CHECK: vmovgt.f32 s5, #8.000000e+00 @ encoding: [0x00,0x2a,0xf2,0xce]
/external/llvm/test/MC/COFF/
H A Dlinkonce.s22 .section s5
68 // CHECK: Name: s5
125 // CHECK: Name: s5
126 // CHECK: Section: s5 (8)
/external/llvm/test/MC/AArch64/
H A Dneon-scalar-by-elem-mla.s9 fmla s4, s5, v7.s[2]
17 // CHECK: fmla s4, s5, v7.s[2] // encoding: [0xa4,0x18,0x87,0x5f]
29 fmls s5, s12, v23.s[2]
37 // CHECK: fmls s5, s12, v23.s[2] // encoding: [0x85,0x59,0x97,0x5f]
/external/selinux/mcstrans/share/examples/urcsts-via-include/
H A Dsecolor.conf17 range s5-s5:c0.c1023 = white blue

Completed in 569 milliseconds

1234567891011>>