/external/sepolicy/ |
D | service_contexts | 1 accessibility u:object_r:system_server_service:s0 2 account u:object_r:system_server_service:s0 3 activity u:object_r:system_server_service:s0 4 alarm u:object_r:system_server_service:s0 5 android.security.keystore u:object_r:keystore_service:s0 6 appops u:object_r:system_server_service:s0 7 appwidget u:object_r:system_server_service:s0 8 assetatlas u:object_r:system_server_service:s0 9 audio u:object_r:system_server_service:s0 10 backup u:object_r:system_server_service:s0 [all …]
|
D | file_contexts | 3 / u:object_r:rootfs:s0 6 /adb_keys u:object_r:adb_keys_file:s0 7 /default\.prop u:object_r:rootfs:s0 8 /fstab\..* u:object_r:rootfs:s0 9 /init\..* u:object_r:rootfs:s0 10 /res(/.*)? u:object_r:rootfs:s0 11 /ueventd\..* u:object_r:rootfs:s0 14 /charger u:object_r:rootfs:s0 15 /init u:object_r:rootfs:s0 16 /sbin(/.*)? u:object_r:rootfs:s0 [all …]
|
D | property_contexts | 5 net.rmnet u:object_r:net_radio_prop:s0 6 net.gprs u:object_r:net_radio_prop:s0 7 net.ppp u:object_r:net_radio_prop:s0 8 net.qmi u:object_r:net_radio_prop:s0 9 net.lte u:object_r:net_radio_prop:s0 10 net.cdma u:object_r:net_radio_prop:s0 11 net.dns u:object_r:net_radio_prop:s0 12 sys.usb.config u:object_r:system_radio_prop:s0 13 ril. u:object_r:radio_prop:s0 14 gsm. u:object_r:radio_prop:s0 [all …]
|
D | initial_sid_contexts | 1 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 …]
|
D | genfs_contexts | 2 genfscon rootfs / u:object_r:rootfs:s0 4 genfscon proc / u:object_r:proc:s0 5 genfscon proc /net u:object_r:proc_net:s0 6 genfscon proc /net/xt_qtaguid/ctrl u:object_r:qtaguid_proc:s0 7 genfscon proc /cpuinfo u:object_r:proc_cpuinfo:s0 8 genfscon proc /sysrq-trigger u:object_r:proc_sysrq:s0 9 genfscon proc /sys/fs/protected_hardlinks u:object_r:proc_security:s0 10 genfscon proc /sys/fs/protected_symlinks u:object_r:proc_security:s0 11 genfscon proc /sys/fs/suid_dumpable u:object_r:proc_security:s0 12 genfscon proc /sys/kernel/core_pattern u:object_r:usermodehelper:s0 [all …]
|
D | fs_use | 2 fs_use_xattr yaffs2 u:object_r:labeledfs:s0; 3 fs_use_xattr jffs2 u:object_r:labeledfs:s0; 4 fs_use_xattr ext2 u:object_r:labeledfs:s0; 5 fs_use_xattr ext3 u:object_r:labeledfs:s0; 6 fs_use_xattr ext4 u:object_r:labeledfs:s0; 7 fs_use_xattr xfs u:object_r:labeledfs:s0; 8 fs_use_xattr btrfs u:object_r:labeledfs:s0; 9 fs_use_xattr f2fs u:object_r:labeledfs:s0; 12 fs_use_task pipefs u:object_r:pipefs:s0; 13 fs_use_task sockfs u:object_r:sockfs:s0; [all …]
|
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/ |
D | aes-armv4.pl | 38 $s0="r0"; 196 ldrb $s0,[$rounds,#3] @ load input data in endian-neutral 200 orr $s0,$s0,$t1,lsl#8 202 orr $s0,$s0,$t2,lsl#16 204 orr $s0,$s0,$t3,lsl#24 225 ldr $s0,[$rounds,#0] 230 rev $s0,$s0 241 rev $s0,$s0 246 str $s0,[$rounds,#0] 251 mov $t1,$s0,lsr#24 @ write output in endian-neutral [all …]
|
/external/openssl/crypto/aes/asm/ |
D | aes-armv4.pl | 38 $s0="r0"; 194 ldrb $s0,[$rounds,#3] @ load input data in endian-neutral 198 orr $s0,$s0,$t1,lsl#8 200 orr $s0,$s0,$t2,lsl#16 202 orr $s0,$s0,$t3,lsl#24 223 ldr $s0,[$rounds,#0] 228 rev $s0,$s0 239 rev $s0,$s0 244 str $s0,[$rounds,#0] 249 mov $t1,$s0,lsr#24 @ write output in endian-neutral [all …]
|
D | aes-s390x.pl | 108 $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 …]
|
D | aes-ppc.pl | 73 $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 …]
|
/external/llvm/test/MC/ARM/ |
D | directive-arch_extension-fp.s | 22 vselgt.f32 s0, s0, s0 24 vselge.f32 s0, s0, s0 26 vseleq.f32 s0, s0, s0 28 vselvs.f32 s0, s0, s0 30 vmaxnm.f32 s0, s0, s0 32 vminnm.f32 s0, s0, s0 48 vcvtb.f64.f16 d0, s0 50 vcvtb.f16.f64 s0, d0 52 vcvtt.f64.f16 d0, s0 54 vcvtt.f16.f64 s0, d0 [all …]
|
D | directive-arch_extension-simd.s | 19 vmaxnm.f32 s0, s0, s0 21 vminnm.f32 s0, s0, s0 29 vcvta.s32.f32 s0, s0 31 vcvta.u32.f32 s0, s0 33 vcvta.s32.f64 s0, d0 35 vcvta.u32.f64 s0, d0 37 vcvtn.s32.f32 s0, s0 39 vcvtn.u32.f32 s0, s0 41 vcvtn.s32.f64 s0, d0 43 vcvtn.u32.f64 s0, d0 [all …]
|
D | simple-fp-encoding.s | 4 vadd.f32 s0, s1, s0 6 @ CHECK: vadd.f32 s0, s1, s0 @ encoding: [0x80,0x0a,0x30,0xee] 9 vsub.f32 s0, s1, s0 11 @ CHECK: vsub.f32 s0, s1, s0 @ encoding: [0xc0,0x0a,0x30,0xee] 14 vdiv.f32 s0, s1, s0 19 @ CHECK: vdiv.f32 s0, s1, s0 @ encoding: [0x80,0x0a,0x80,0xee] 26 vmul.f32 s0, s1, s0 32 @ CHECK: vmul.f32 s0, s1, s0 @ encoding: [0x80,0x0a,0x20,0xee] 36 vnmul.f32 s0, s1, s0 39 @ CHECK: vnmul.f32 s0, s1, s0 @ encoding: [0xc0,0x0a,0x20,0xee] [all …]
|
D | vfp-aliases-diagnostics.s | 9 fstmfdd sp!, {s0} 10 fstmead sp!, {s0} 11 fstmdbd sp!, {s0} 12 fstmiad sp!, {s0} 22 fldmiad sp!, {s0} 23 fldmdbd sp!, {s0} 24 fldmead sp!, {s0} 25 fldmfdd sp!, {s0} 27 fstmeax sp!, {s0} 28 fldmfdx sp!, {s0} [all …]
|
D | vfp-aliases.s | 12 fstmfds sp!, {s0} 13 fstmeas sp!, {s0} 14 fstmdbs sp!, {s0} 15 fstmias sp!, {s0} 17 fldmias sp!, {s0} 18 fldmdbs sp!, {s0} 19 fldmeas sp!, {s0} 20 fldmfds sp!, {s0} 37 @ CHECK: vpush {s0} 38 @ CHECK: vstmia sp!, {s0} [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-conversion.ll | 10 ; ARM: vmov s0, r0 11 ; ARM: vcvt.f32.s32 s0, s0 13 ; THUMB: vmov s0, r0 14 ; THUMB: vcvt.f32.s32 s0, s0 25 ; ARM: vmov s0, r0 26 ; ARM: vcvt.f32.s32 s0, s0 29 ; THUMB: vmov s0, r0 30 ; THUMB: vcvt.f32.s32 s0, s0 41 ; ARM: vmov s0, r0 42 ; ARM: vcvt.f32.s32 s0, s0 [all …]
|
/external/llvm/test/MC/Mips/ |
D | nabi-regs.s | 19 add $s0,$s0,$a0 21 add $s0,$s0,$a2 23 add $s0,$s0,$a3 25 add $s0,$s0,$a4 27 add $s0,$s0,$a5 29 add $s0,$s0,$a6 31 add $s0,$s0,$a7 33 add $s0,$s0,$t0 35 add $s0,$s0,$t1 37 add $s0,$s0,$t2 [all …]
|
/external/valgrind/main/VEX/test/ |
D | test-amd64.h | 27 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 …]
|
D | test-i386.h | 28 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 …]
|
D | test-amd64-shift.h | 30 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 …]
|
D | test-i386-shift.h | 29 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/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 545 sensitivity s0; 546 dominance { s0 } 611 level s0:c0.c255; 1583 range_transition getty_t login_exec_t s0 - s0:c0.c255; 1584 range_transition init_t xdm_exec_t s0 - s0:c0.c255; 1585 range_transition initrc_t crond_exec_t s0 - s0:c0.c255; 1586 range_transition initrc_t cupsd_exec_t s0 - s0:c0.c255; 1587 range_transition initrc_t sshd_exec_t s0 - s0:c0.c255; 1588 range_transition initrc_t udev_exec_t s0 - s0:c0.c255; 1589 range_transition initrc_t xdm_exec_t s0 - s0:c0.c255; [all …]
|
/external/chromium_org/third_party/boringssl/src/crypto/aes/ |
D | aes.c | 705 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 715 s0 = GETU32(in) ^ rk[0]; in AES_encrypt() 721 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ in AES_encrypt() 724 Te3[s0 & 0xff] ^ rk[5]; in AES_encrypt() 725 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ in AES_encrypt() 727 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ in AES_encrypt() 730 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ in AES_encrypt() 739 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ in AES_encrypt() 742 Te3[s0 & 0xff] ^ rk[13]; in AES_encrypt() 743 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ in AES_encrypt() [all …]
|
/external/clang/test/CodeGen/ |
D | builtins.c | 91 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/qemu/util/ |
D | aes.c | 884 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 896 s0 = GETU32(in ) ^ rk[0]; in AES_encrypt() 902 …t0 = AES_Te0[s0 >> 24] ^ AES_Te1[(s1 >> 16) & 0xff] ^ AES_Te2[(s2 >> 8) & 0xff] ^ AES_Te3[s3 & 0x… in AES_encrypt() 903 …[s1 >> 24] ^ AES_Te1[(s2 >> 16) & 0xff] ^ AES_Te2[(s3 >> 8) & 0xff] ^ AES_Te3[s0 & 0xff] ^ rk[ 5]; in AES_encrypt() 904 …t2 = AES_Te0[s2 >> 24] ^ AES_Te1[(s3 >> 16) & 0xff] ^ AES_Te2[(s0 >> 8) & 0xff] ^ AES_Te3[s1 & 0x… in AES_encrypt() 905 …t3 = AES_Te0[s3 >> 24] ^ AES_Te1[(s0 >> 16) & 0xff] ^ AES_Te2[(s1 >> 8) & 0xff] ^ AES_Te3[s2 & 0x… in AES_encrypt() 907 …s0 = AES_Te0[t0 >> 24] ^ AES_Te1[(t1 >> 16) & 0xff] ^ AES_Te2[(t2 >> 8) & 0xff] ^ AES_Te3[t3 & 0x… in AES_encrypt() 912 …t0 = AES_Te0[s0 >> 24] ^ AES_Te1[(s1 >> 16) & 0xff] ^ AES_Te2[(s2 >> 8) & 0xff] ^ AES_Te3[s3 & 0x… in AES_encrypt() 913 …[s1 >> 24] ^ AES_Te1[(s2 >> 16) & 0xff] ^ AES_Te2[(s3 >> 8) & 0xff] ^ AES_Te3[s0 & 0xff] ^ rk[13]; in AES_encrypt() 914 …t2 = AES_Te0[s2 >> 24] ^ AES_Te1[(s3 >> 16) & 0xff] ^ AES_Te2[(s0 >> 8) & 0xff] ^ AES_Te3[s1 & 0x… in AES_encrypt() [all …]
|