Home
last modified time | relevance | path

Searched refs:s0 (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/external/sepolicy/
Dfile_contexts10 /dev(/.*)? u:object_r:device:s0
11 /dev/akm8973.* u:object_r:akm_device:s0
12 /dev/accelerometer u:object_r:accelerometer_device:s0
13 /dev/alarm u:object_r:alarm_device:s0
14 /dev/android_adb.* u:object_r:adb_device:s0
15 /dev/ashmem u:object_r:ashmem_device:s0
16 /dev/audio.* u:object_r:audio_device:s0
17 /dev/binder u:object_r:binder_device:s0
18 /dev/block(/.*)? u:object_r:block_device:s0
19 /dev/block/loop[0-9]* u:object_r:loop_device:s0
[all …]
Docontexts1 sid kernel u:r:kernel:s0
2 sid security u:object_r:kernel:s0
3 sid unlabeled u:object_r:unlabeled:s0
4 sid fs u:object_r:labeledfs:s0
5 sid file u:object_r:unlabeled:s0
6 sid file_labels u:object_r:unlabeled:s0
7 sid init u:object_r:unlabeled:s0
8 sid any_socket u:object_r:unlabeled:s0
9 sid port u:object_r:port:s0
10 sid netif u:object_r:netif:s0
[all …]
Dproperty_contexts5 net.rmnet0 u:object_r:radio_prop:s0
6 net.gprs u:object_r:radio_prop:s0
7 net.ppp u:object_r:radio_prop:s0
8 net.qmi u:object_r:radio_prop:s0
9 net.lte u:object_r:radio_prop:s0
10 net.cdma u:object_r:radio_prop:s0
11 gsm. u:object_r:radio_prop:s0
12 persist.radio u:object_r:radio_prop:s0
13 net.dns u:object_r:radio_prop:s0
14 sys.usb.config u:object_r:radio_prop:s0
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DLineSegment.java146 float s0, s1, squareDistance, extentDeterminant0, extentDeterminant1, tempS0, tempS1; in distanceSquared() local
150 s0 = negativeDirectionDot * diffTestDot - diffThisDot; in distanceSquared()
155 if (s0 >= -extentDeterminant0) { in distanceSquared()
156 if (s0 <= extentDeterminant0) { in distanceSquared()
163 s0 *= inverseDeterminant; in distanceSquared()
165 squareDistance = s0 in distanceSquared()
166 * (s0 + negativeDirectionDot * s1 + (2.0f) * diffThisDot) in distanceSquared()
168 * (negativeDirectionDot * s0 + s1 + (2.0f) * diffTestDot) in distanceSquared()
175 s0 = -extent; in distanceSquared()
176 squareDistance = s0 * (s0 - (2.0f) * tempS0) in distanceSquared()
[all …]
/external/openssl/crypto/aes/asm/
Daes-armv4.pl38 $s0="r0";
176 ldrb $s0,[$rounds,#3] @ load input data in endian-neutral
180 orr $s0,$s0,$t1,lsl#8
182 orr $s0,$s0,$t2,lsl#16
184 orr $s0,$s0,$t3,lsl#24
205 ldr $s0,[$rounds,#0]
210 rev $s0,$s0
221 rev $s0,$s0
226 str $s0,[$rounds,#0]
231 mov $t1,$s0,lsr#24 @ write output in endian-neutral
[all …]
Daes-s390x.pl108 $s0="%r8";
262 llgf $s0,0($inp)
271 st $s0,0($out)
284 x $s0,0($key)
294 sllg $t1,$s0,`0+3`
295 srlg $t2,$s0,`8-3`
296 srlg $t3,$s0,`16-3`
297 srl $s0,`24-3`
298 nr $s0,$mask
312 l $s0,0($s0,$tbl) # Te0[s0>>24]
[all …]
Daes-ppc.pl73 $s0="r8";
368 lwz $s0,0($inp)
374 stw $s0,0($out)
392 lbz $s0,3($inp)
400 insrwi $s0,$acc00,8,0
404 insrwi $s0,$acc01,8,8
408 insrwi $s0,$acc02,8,16
421 extrwi $acc00,$s0,8,0
422 extrwi $acc01,$s0,8,8
424 extrwi $acc02,$s0,8,16
[all …]
Daes-parisc.pl54 ($s0,$s1,$s2,$s3) = ("%r1","%r2","%r3","%r4");
102 ldw 0($inp),$s0
112 vshd $s0,$s1,$s0
125 _srm $s0,24,$acc0
126 _srm $s0,16,$acc1
128 _srm $s0,8,$acc2
133 stb $s0,3($out)
156 stw $s0,0($out)
193 xor $t0,$s0,$s0
195 _srm $s0,24,$acc0
[all …]
Daes-586.pl197 $s0="eax";
304 &movz ($v0,&LB($s0)); # 3, 2, 1, 0*
311 &rotr ($s0,16); # 1, 0, 3, 2
322 &movz ($v0,&HB($s0)); # 1, 0, 3*, 2
330 &movz ($v0,&LB($s0)); # 1, 0, 3, 2*
342 &shr ($s0,24); # 1*
344 &xor ($s2,&DWP(3,$te,$s0,8)); # 1
345 &mov ($s0,$__s0); # s[0]=t[0]
474 { my @s = ($s0,$s1,$s2,$s3);
503 &xor ($s0,&DWP(0,$key)); # xor with key
[all …]
/external/llvm/test/MC/ARM/
Dsimple-fp-encoding.s6 @ CHECK: vadd.f32 s0, s1, s0 @ encoding: [0x80,0x0a,0x30,0xee]
7 vadd.f32 s0, s1, s0
12 @ CHECK: vsub.f32 s0, s1, s0 @ encoding: [0xc0,0x0a,0x30,0xee]
13 vsub.f32 s0, s1, s0
18 @ CHECK: vdiv.f32 s0, s1, s0 @ encoding: [0x80,0x0a,0x80,0xee]
19 vdiv.f32 s0, s1, s0
27 @ CHECK: vmul.f32 s0, s1, s0 @ encoding: [0x80,0x0a,0x20,0xee]
28 vmul.f32 s0, s1, s0
36 @ CHECK: vnmul.f32 s0, s1, s0 @ encoding: [0xc0,0x0a,0x20,0xee]
37 vnmul.f32 s0, s1, s0
[all …]
/external/llvm/test/CodeGen/ARM/
Dfast-isel-conversion.ll9 ; ARM: vmov s0, r0
10 ; ARM: vcvt.f32.s32 s0, s0
12 ; THUMB: vmov s0, r0
13 ; THUMB: vcvt.f32.s32 s0, s0
24 ; ARM: vmov s0, r0
25 ; ARM: vcvt.f32.s32 s0, s0
28 ; THUMB: vmov s0, r0
29 ; THUMB: vcvt.f32.s32 s0, s0
40 ; ARM: vmov s0, r0
41 ; ARM: vcvt.f32.s32 s0, s0
[all …]
/external/valgrind/main/VEX/test/
Dtest-amd64.h27 inline void exec_opq(int64 s0, int64 s1, int64 iflags) in exec_opq() argument
30 res = s0; in exec_opq()
34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK); in exec_opq()
36 inline void exec_opl(int64 s0, int64 s1, int64 iflags) in exec_opl() argument
39 res = s0; in exec_opl()
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
45 inline void exec_opw(int64 s0, int64 s1, int64 iflags) in exec_opw() argument
48 res = s0; in exec_opw()
52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
54 inline void exec_opb(int64 s0, int64 s1, int64 iflags) in exec_opb() argument
[all …]
Dtest-i386.h28 inline void exec_opl(int s0, int s1, int iflags) in exec_opl() argument
31 res = s0; in exec_opl()
36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
42 inline void exec_opw(int s0, int s1, int iflags) in exec_opw() argument
45 res = s0; in exec_opw()
50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
56 inline void exec_opb(int s0, int s1, int iflags) in exec_opb() argument
59 res = s0; in exec_opb()
64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
71 inline void exec_opl(int s0, int s1, int iflags) in exec_opl() argument
[all …]
Dtest-amd64-shift.h30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opq() argument
33 res = s0; in exec_opq()
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl() argument
46 res = s0; in exec_opl()
53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw() argument
59 res = s0; in exec_opw()
66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
79 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl() argument
[all …]
Dtest-i386-shift.h29 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl() argument
32 res = s0; in exec_opl()
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
42 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw() argument
45 res = s0; in exec_opw()
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
65 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl() argument
68 res = s0; in exec_opl()
75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
78 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw() argument
[all …]
/external/clang/test/CodeGen/
Dbuiltins.c91 char s0[10], s1[] = "Hello"; in main() local
92 V(strcat, (s0, s1)); in main()
93 V(strcmp, (s0, s1)); in main()
94 V(strncat, (s0, s1, n)); in main()
95 V(strchr, (s0, s1[0])); in main()
96 V(strrchr, (s0, s1[0])); in main()
97 V(strcpy, (s0, s1)); in main()
98 V(strncpy, (s0, s1, n)); in main()
101 V(__memset_chk, (s0, 0, sizeof s0, n)); in main()
102 V(__memcpy_chk, (s0, s1, sizeof s0, n)); in main()
[all …]
/external/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf545 sensitivity s0;
546 dominance { s0 }
611 level s0:c0.c255;
1582 range_transition getty_t login_exec_t s0 - s0:c0.c255;
1583 range_transition init_t xdm_exec_t s0 - s0:c0.c255;
1584 range_transition initrc_t crond_exec_t s0 - s0:c0.c255;
1585 range_transition initrc_t cupsd_exec_t s0 - s0:c0.c255;
1586 range_transition initrc_t sshd_exec_t s0 - s0:c0.c255;
1587 range_transition initrc_t udev_exec_t s0 - s0:c0.c255;
1588 range_transition initrc_t xdm_exec_t s0 - s0:c0.c255;
[all …]
/external/llvm/test/MC/Disassembler/ARM/
Dfp-encoding.txt7 # CHECK: vadd.f32 s0, s1, s0
13 # CHECK: vsub.f32 s0, s1, s0
19 # CHECK: vdiv.f32 s0, s1, s0
25 # CHECK: vmul.f32 s0, s1, s0
31 # CHECK: vnmul.f32 s0, s1, s0
37 # CHECK: vcmpe.f32 s1, s0
43 # CHECK: vabs.f32 s0, s0
46 # CHECK: vcvt.f32.f64 s0, d16
49 # CHECK: vcvt.f64.f32 d16, s0
55 # CHECK: vneg.f32 s0, s0
[all …]
/external/openssh/
Drijndael.c859 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
868 s0 = GETU32(pt ) ^ rk[0]; in rijndaelEncrypt()
874 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4]; in rijndaelEncrypt()
875 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; in rijndaelEncrypt()
876 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6]; in rijndaelEncrypt()
877 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7]; in rijndaelEncrypt()
879 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8]; in rijndaelEncrypt()
884 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12]; in rijndaelEncrypt()
885 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13]; in rijndaelEncrypt()
886 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14]; in rijndaelEncrypt()
[all …]
/external/qemu/
Daes.c889 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local
901 s0 = GETU32(in ) ^ rk[0]; in AES_encrypt()
907 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4]; in AES_encrypt()
908 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; in AES_encrypt()
909 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6]; in AES_encrypt()
910 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7]; in AES_encrypt()
912 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8]; in AES_encrypt()
917 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12]; in AES_encrypt()
918 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13]; in AES_encrypt()
919 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14]; in AES_encrypt()
[all …]
/external/tremolo/Tremolo/
Dmdct.c74 REG_TYPE s0= aX[0]; in presymmetry() local
76 XPROD31( s0, s2, T[0], T[1], &aX[0], &aX[2] ); T+=step; in presymmetry()
80 REG_TYPE s0= aX[0]; in presymmetry() local
82 XPROD31( s0, s2, T[1], T[0], &aX[0], &aX[2] ); T-=step; in presymmetry()
106 REG_TYPE s0 = x[0] + x[1]; in mdct_butterfly_8() local
119 x[4] = s4 - s0; in mdct_butterfly_8()
121 x[6] = s4 + s0; in mdct_butterfly_8()
129 REG_TYPE s0, s1, s2, s3; in mdct_butterfly_16() local
131 s0 = x[ 8] - x[ 9]; x[ 8] += x[ 9]; in mdct_butterfly_16()
135 x[ 0] = MULT31((s0 - s1) , cPI2_8); in mdct_butterfly_16()
[all …]
/external/openssl/crypto/aes/
Daes_core.c785 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local
797 s0 = GETU32(in ) ^ rk[0]; in AES_encrypt()
803 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4]; in AES_encrypt()
804 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; in AES_encrypt()
805 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6]; in AES_encrypt()
806 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7]; in AES_encrypt()
808 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8]; in AES_encrypt()
813 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12]; in AES_encrypt()
814 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13]; in AES_encrypt()
815 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14]; in AES_encrypt()
[all …]
/external/v8/test/cctest/
Dtest-disasm-mips.cc113 COMPARE(addu(v0, v1, s0), in TEST()
120 COMPARE(subu(v0, v1, s0), in TEST()
156 COMPARE(mul(v0, v1, s0), in TEST()
162 COMPARE(addiu(s0, s1, 32767), in TEST()
171 COMPARE(and_(s0, s1, s2), in TEST()
180 COMPARE(or_(s0, s1, s2), in TEST()
189 COMPARE(xor_(s0, s1, s2), in TEST()
198 COMPARE(nor(s0, s1, s2), in TEST()
227 COMPARE(sll(s0, s1, 8), in TEST()
236 COMPARE(sllv(s0, s1, s2), in TEST()
[all …]
/external/libsepol/tests/policies/test-expander/
Duser-base.conf442 gen_user(user_check_1,, user_check_1_1_r user_check_1_2_r, s0, s0 - s0:c0.c23)
443 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
444 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
445 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
454 sid kernel gen_context(system_u:system_r:system_t, s0)
460 fs_use_xattr ext2 gen_context(system_u:object_r:fs_t, s0);
461 fs_use_xattr ext3 gen_context(system_u:object_r:fs_t, s0);
462 fs_use_xattr reiserfs gen_context(system_u:object_r:fs_t, s0);
465 genfscon proc / gen_context(system_u:object_r:system_t, s0)
478 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(system_u:object_r:system_t, s0)
/external/opencv/cxcore/src/
Dcxmean.cpp53 s0 += src[x], pix++; \
55 s0 += src[x+1], pix++; \
60 s0 += src[x], pix++
67 s0 += src[x*2]; \
77 s0 += src[x*3]; \
88 s0 += src[x*4]; \
100 s0 += src[x*(cn)], pix++; \
102 s0+=src[(x+1)*(cn)], pix++; \
107 s0 += src[x*(cn)], pix++;
117 sumtype s0 = 0; \
[all …]

12345678910>>...26