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

123

/external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/setrans.d/
H A Dts.conf3 s9=TOP SECRET
4 s9=T O P S E C R E T
5 s9=T O P S E C R E T
6 s9=TS
/external/selinux/policycoreutils/mcstrans/share/examples/urcsts/
H A Dsetrans.conf22 s9=TOP SECRET
23 s9=T O P S E C R E T
24 s9=T O P S E C R E T
25 s9=TS
H A Dsecolor.conf19 range s9-s9:c0.c1023 = black orange
/external/llvm/test/MC/ARM/
H A Dvpush-vpop.s7 vpush {s8, s9, s10, s11, s12}
9 vpop {s8, s9, s10, s11, s12}
12 vpush.16 {s8, s9, s10, s11, s12}
14 vpop.64 {s8, s9, s10, s11, s12}
17 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
19 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
22 @ CHECK-ARM: vpush {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0x2d,0xed]
24 @ CHECK-ARM: vpop {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0xbd,0xec]
27 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
29 @ CHECK-THUMB: vpop {s8, s9, s1
[all...]
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp34 void s9(void (*)() throw(B1)); // s9 takes pointer to function with spec
68 void (*t10)(void (*)() throw(B1)) = &s9; // valid
69 void (*t11)(void (*)() throw(A)) = &s9; // expected-error {{argument types differ}}
70 void (*t12)(void (*)() throw(D)) = &s9; // expected-error {{argument types differ}}
/external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/
H A Dsecolor.conf19 range s9-s9:c0.c1023 = black orange
/external/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp112 // CHECK-LABEL: define void @_Z2f9v(%struct.s9* noalias sret %agg.result)
115 struct s9 { s9_0 a; s9_1 b; }; struct
116 s9 f9() { return s9(); }
/external/clang/test/Sema/
H A Dpragma-align-mac68k.c78 struct s9 { struct
83 extern int a9_0[sizeof(struct s9) == 6 ? 1 : -1];
84 extern int a9_1[__alignof(struct s9) == 2 ? 1 : -1];
/external/v8/test/mjsunit/
H A Duri.js52 var s9 = String.fromCharCode(cc9_1)+String.fromCharCode(cc9_2); variable
64 assertEquals('%F4%8F%BF%BF', encodeURI(s9));
76 assertEquals(cc9_1, decodeURI(encodeURI(s9)).charCodeAt(0));
77 assertEquals(cc9_2, decodeURI(encodeURI(s9)).charCodeAt(1));
/external/llvm/test/MC/AArch64/
H A Dneon-scalar-by-elem-mul.s29 fmulx s9, s7, v9.s[2]
37 // CHECK: fmulx s9, s7, v9.s[2] // encoding: [0xe9,0x98,0x89,0x7f]
H A Dneon-scalar-by-elem-saturating-mla.s12 sqdmlal d8, s9, v14.s[1]
20 // CHECK: sqdmlal d8, s9, v14.s[1] // encoding: [0x28,0x31,0xae,0x5f]
/external/clang/test/CodeGen/
H A Dregparm-struct.c117 struct s9 { struct
122 __attribute__((regparm(3))) void f13(struct s9 a, int b);
125 struct s9 x = {41, 42, 43};
H A Darm-arguments.c56 struct s9 { int f0; int : 0; }; struct
57 struct s9 f9(void) {}
H A Dms_struct-bitfield.c138 int s9 = sizeof(t9); variable
139 // CHECK: @s9 = global i32 28
140 // CHECK-ARM: @s9 = global i32 28
H A Dx86_64-arguments-nacl.c47 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } struct
H A Dx86_32-arguments-darwin.c55 // CHECK-LABEL: define void @f9_2(%struct.s9* byval align 4 %a0)
56 struct s9 { struct
60 struct s9 f9_1(void) { while (1) {} }
61 void f9_2(struct s9 a0) {}
H A Dppc64le-aggregates.c367 struct s9 { char c[9]; }; struct
412 struct s9 ret_s9() {
413 return (struct s9) { 17, 18, 19, 20, 21, 22, 23, 24, 25 };
H A Dbitfield-2.c331 struct __attribute__((packed)) s9 { struct
342 int f9_load(struct s9 *a0) {
/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c3788 int64_t s9 = 2097151 & (load_4(s + 23) >> 5); local
3837 s9 += s21 * 666643;
3846 s9 += s20 * 470296;
3855 s9 += s19 * 654183;
3864 s9 -= s18 * 997805;
3873 s9 += carry8;
3891 carry9 = (s9 + (1 << 20)) >> 21;
3893 s9 -= carry9 << 21;
3908 s9 += s17 * 136657;
3917 s9
4166 int64_t s9; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c1056 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
1094 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
1103 x1 = dct_const_round_shift(s1 + s9);
1111 x9 = dct_const_round_shift(s1 - s9);
1129 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
1146 x9 = dct_const_round_shift(s9 + s13);
1150 x13 = dct_const_round_shift(s9 - s13);
1164 s9 = x9;
1181 x9 = s9 + s11;
1183 x11 = s9
[all...]
/external/mesa3d/include/CL/
H A Dcl_platform.h479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13223::__anon13225
554 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13239::__anon13241
629 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13255::__anon13257
704 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13271::__anon13273
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13287::__anon13289
853 __extension__ struct{ cl_uint s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13303::__anon13305
927 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13319::__anon13321
1002 __extension__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13335::__anon13337
1078 __extension__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon13351::__anon13353
1153 __extension__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s member in struct:__anon13367::__anon13369
[all...]
/external/gmock/test/
H A Dgmock-more-actions_test.cc169 const char* s7, const char* s8, const char* s9) {
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
175 const char* s7, const char* s8, const char* s9,
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
218 const char* s7, const char* s8, const char* s9) {
219 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
224 const char* s7, const char* s8, const char* s9,
226 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
167 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
173 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
216 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
222 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
/external/google-breakpad/src/testing/test/
H A Dgmock-more-actions_test.cc169 const char* s7, const char* s8, const char* s9) {
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
175 const char* s7, const char* s8, const char* s9,
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
218 const char* s7, const char* s8, const char* s9) {
219 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
224 const char* s7, const char* s8, const char* s9,
226 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
167 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
173 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
216 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
222 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
377 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
386 x1 = fdct_round_shift(s1 + s9);
394 x9 = fdct_round_shift(s1 - s9);
412 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
429 x9 = fdct_round_shift(s9 + s13);
433 x13 = fdct_round_shift(s9 - s13);
447 s9 = x9;
464 x9 = s9 + s11;
466 x11 = s9
[all...]
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl_platform.h535 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14542::__anon14544
610 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14558::__anon14560
685 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14574::__anon14576
760 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14590::__anon14592
834 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14606::__anon14608
909 __extension__ struct{ cl_uint s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14622::__anon14624
983 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14638::__anon14640
1058 __extension__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14654::__anon14656
1134 __extension__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member in struct:__anon14670::__anon14672
1209 __extension__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s member in struct:__anon14686::__anon14688
[all...]

Completed in 737 milliseconds

123