HomeSort by relevance Sort by last modified time
    Searched refs:xor (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/kernel/arch-sh/asm/
xor.h 12 #include <asm-generic/xor.h>
  /external/netcat/data/
Makefile 1 all: data rservice xor
7 xor: xor.c
8 cc -s -O -o xor xor.c
10 rm -f *.o data rservice xor
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
iso646.h 44 #define xor ^ macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
iso646.h 44 #define xor ^ macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
iso646.h 44 #define xor ^ macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
iso646.h 41 #define xor ^ macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
iso646.h 41 #define xor ^ macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
iso646.h 44 #define xor ^ macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
iso646.h 44 #define xor ^ macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
iso646.h 44 #define xor ^ macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
iso646.h 41 #define xor ^ macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
iso646.h 41 #define xor ^ macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
iso646.h 44 #define xor ^ macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
iso646.h 44 #define xor ^ macro
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
iso646.h 44 #define xor ^ macro
  /external/openssl/crypto/des/asm/
crypt586.pl 32 &xor( $L, $L);
33 &xor( $R, $R);
85 &xor( $t, $R); # 1
94 &xor( $u, $tmp1); # 2
95 &xor( $t, $tmp2); # 2
97 &xor( $u, $tmp1);
99 &xor( $u, $R);
100 &xor( $t, $R);
101 &xor( $t, $tmp2);
104 &xor( $tmp1, $tmp1); #
    [all...]
  /external/openssl/crypto/
ppccpuid.pl 34 xor r0,r0,r0
36 xor r4,r4,r4
37 xor r5,r5,r5
38 xor r6,r6,r6
39 xor r7,r7,r7
40 xor r8,r8,r8
41 xor r9,r9,r9
42 xor r10,r10,r10
43 xor r11,r11,r11
44 xor r12,r12,r1
    [all...]
x86cpuid.pl 12 &xor ("edx","edx");
16 &xor ("eax",1<<21);
21 &xor ("ecx","eax");
24 &xor ("eax","eax");
28 &xor ("eax","eax");
114 &xor ("eax","eax");
115 &xor ("edx","edx");
153 &xor ("eax","eax");
154 &xor ("edx","edx");
175 &xor ("eax","eax")
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-586.pl 152 &xor ("ebx","esi");
155 &xor ("eax","edi");
157 &xor ("eax","ecx");
159 &xor ("ebx","edx");
161 &xor ("ebx","esi");
164 &xor ("eax","edi");
166 &xor ("eax","ecx");
168 &xor ("ebx","edx");
170 &xor ("eax","esi");
171 &xor ("ebx","edi"); # T1 = Sigma1(e
    [all...]
sha1-586.pl 60 &xor($f,$d);
66 &xor($f,$d); # f holds F_00_19(b,c,d)
82 &xor($f,&swtmp(($n+2)%16));
83 &xor($tmp1,$d);
84 &xor($f,&swtmp(($n+8)%16));
87 &xor($f,&swtmp(($n+13)%16)); # f holds xa^xb^xc^xd
89 &xor($tmp1,$d); # tmp1=F_00_19(b,c,d)
108 &xor($f,&swtmp(($n+2)%16));
109 &xor($tmp1,$c);
110 &xor($f,&swtmp(($n+8)%16))
    [all...]
  /external/openssl/crypto/bf/asm/
bf-586.pl 44 &xor( $tmp1, $tmp1);
51 &xor( $tmp3, $tmp3);
53 &xor($L,$tmp2);
70 &xor( $tmp3, $tmp3);
72 &xor($L,$tmp2);
86 &xor($R,$tmp4);
100 &xor( $L, $tmp4);
117 &xor( $tmp2, $tmp1);
122 { &xor( $tmp1, $tmp1); }
129 &xor( $L, $tmp2)
    [all...]
bf-686.pl 43 &xor( $tmp1, $tmp1);
44 &xor( $tmp2, $tmp2);
50 &xor($L,&DWP(0,$P,"",0));
61 &xor($R,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
70 &xor($L,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
80 &xor($R,&DWP(0,$P,"",0));
102 &xor( $L, $tot);
113 &xor( $tot, $tmp1);
117 &xor( $tmp1, $tmp1);
119 &xor( $L, $tot);
    [all...]
  /external/openssl/crypto/aes/asm/
aes-ppc.pl 404 xor $s0,$s0,$t0
405 xor $s1,$s1,$t1
406 xor $s2,$s2,$t2
407 xor $s3,$s3,$t3
441 xor $t0,$t0,$acc00
442 xor $t1,$t1,$acc01
445 xor $t2,$t2,$acc02
446 xor $t3,$t3,$acc03
449 xor $t0,$t0,$acc04
450 xor $t1,$t1,$acc0
    [all...]
aes-sparcv9.pl 198 xor $t0,$s0,$s0
201 xor $t1,$s1,$s1
204 xor $t2,$s2,$s2
206 xor $t3,$s3,$s3
266 xor $acc0,$t0,$t0
270 xor $acc1,$t0,$t0
273 xor $acc2,$t0,$t0
276 xor $acc3,$t0,$t0
279 xor $acc4,$t1,$t1
282 xor $acc5,$t1,$t
    [all...]
  /external/openssl/crypto/perlasm/
cbc.pl 116 &xor("eax", "ecx");
117 &xor("ebx", "edx");
155 &xor("ecx","ecx");
156 &xor("edx","edx");
161 &xor("edx", "edx") if $ppro; # ppro friendly
173 &xor("ecx", "ecx") if $ppro; # ppro friendly
181 &xor("eax", "ecx");
182 &xor("ebx", "edx");
234 &xor("ecx", "eax");
235 &xor("edx", "ebx")
    [all...]

Completed in 364 milliseconds

1 2 3 4 5 6 7