Searched refs:xor (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dcmdopt.t86 if ($a eq 'a' xor $x) { print "not ok 41\n";} else { print "ok 41\n";}
87 if ($a ne 'a' xor $x) { print "ok 42\n";} else { print "not ok 42\n";}
89 if ($a eq 'a' xor $x) { print "ok 43\n";} else { print "not ok 43\n";}
90 if ($a ne 'a' xor $x) { print "not ok 44\n";} else { print "ok 44\n";}
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dlock.s38 xor %o1, 0xff, %o0 ! delay - return non-zero if success
H A Dstrncmp.s110 1: xor %l3, %i4, %l3
160 1: xor %l3, %i4, %l3
204 1: xor %l3, %i4, %l3 ! are any bytes 0?
241 1: xor %l3, %i4, %l3
/osnet-11/usr/src/lib/libgen/common/
H A Dpathfind.c187 int xor; local
193 xor = (sbuf.st_mode ^ mode) & 077000; /* see mknod(2) */
195 xor &= ~070000;
197 xor &= ~07000;
198 if (xor)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtlan.h501 inline u32 xor(u32 a, u32 b) function
506 #define XOR8( a, b, c, d, e, f, g, h ) xor( a, xor( b, xor( c, xor( d, xor( e, xor( f, xor( g, h ) ) ) ) ) ) )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.t36 ok(($^O eq 'os2' xor !(-s $tmpfile)), '$Shell::capture_stderr');
H A Dlocale.t554 (/\w/ xor /\W/) ||
555 (/\d/ xor /\D/) ||
556 (/\s/ xor /\S/));
/osnet-11/usr/src/grub/grub2/grub-core/mmap/i386/pc/
H A Dmmap_helper.S99 xor %bx, %bx
108 xor %bx, %bx
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.s119 xor %eax, %eax
164 xor %eax, %eax
257 xor %eax, %eax
360 xor %eax, %eax
453 xor %eax, %eax
H A Dstrcpy.s42 xor %rdx, %rdx
102 xor %rdi, %rdx /* same effect as "and $0xf, %rdx" */
128 xor %edx, %edx /* In case unaligned_exit is taken */
223 xor %ecx, %ecx /* clear index */
335 xor %ecx, %ecx /* clear index */
447 xor %ecx, %ecx /* clear index */
559 xor %ecx, %ecx /* clear index */
671 xor %ecx, %ecx /* clear index */
783 xor %ecx, %ecx /* clear index */
895 xor
[all...]
H A Dstrlen.s167 xor %ecx, %ecx
H A Dstrcmp.s100 xor %r8d, %r8d
1840 xor %ecx, %ecx /* clear %ecx */
1841 xor %eax, %eax /* clear %eax */
1851 xor %eax, %eax
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dlocal.t234 print(($ok xor $@) ? "ok $t\n" : "not ok $t\n");
H A Dpat.t316 if $ans{$_} xor /a(?=([yx]($long_constant_len)){2,4}[k-o]).*b./o;
320 if $ans{$_} xor /a(?=([yx]($long_var_len)){2,4}[k-o]).*b./o;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstart_eltorito.S82 xor %ax, %ax
106 xor %bx, %bx
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.s75 xor %edx, %ebx / tmpword = word ^ char
133 xor %eax, %eax
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.s110 1: xor %l3, %i4, %l3
160 1: xor %l3, %i4, %l3
204 1: xor %l3, %i4, %l3 ! are any bytes 0?
241 1: xor %l3, %i4, %l3
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t230 xor $x xor $y
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h59 FNPROTO(xor); variable
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s270 xor %l3,%l5,%l3
686 xor %l3,%l5,%l3
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c178 xor(fcode_env_t *env) function
182 CHECK_DEPTH(env, 2, "xor");
2507 ANSI(0x025, 0, "xor", xor);

Completed in 114 milliseconds