Searched refs:xor (Results 151 - 175 of 237) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dgvmat64.asm251 xor edi,edi
395 xor rax, [rdi + rdx]
399 xor rax, [rdi + rdx + 8]
404 xor rax, [rdi + rdx + 8+8]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dpkt_rx0.asm164 @skip: xor di, di ; return ES:DI = NIL pointer
165 xor ax, ax
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dentry.S107 xor t0, t0, t3
H A Dgenex.S302 xor t1, t1, t0
529 xor k1, k0
H A Docteon_switch.S51 xor t0, t1
67 xor t0, t1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhead_64.S305 xor r21, r22, r21
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dasmmacro.h60 xor r28, r28, r31
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dcopy_user_64.S170 23: xor %eax,%eax
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dcoprocessor.S275 xor a5, a5, a2 # (1 << cp-id) still in a2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/
H A Dint-handler.S254 2: xor t1,t3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/lib/
H A Datomic-ops.S78 xor gr8,gr10,gr11
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-divide.S75 #define GETSIGN(x) xor $24,$25,x
H A Dev6-memcpy.S35 xor $16, $17, $1 # E : are source and dest alignments the same?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrc32.c132 ulg xor; /* polynomial exclusive-or pattern */ local
137 xor = 0L;
139 xor |= 1L << (31 - p[n]);
141 # define xor 0xedb88320L macro
155 c = c & 1 ? xor ^ (c >> 1) : c >> 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrc32.c132 ulg xor; /* polynomial exclusive-or pattern */ local
137 xor = 0L;
139 xor |= 1L << (31 - p[n]);
141 # define xor 0xedb88320L macro
155 c = c & 1 ? xor ^ (c >> 1) : c >> 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_idct.asm355 xor r5, r5
381 xor r5, r5
412 xor r5, r5
459 xor r5, r5
484 xor r5, r5
531 xor r5, r5
590 xor r5, r5
H A Dpngdsp.asm38 xor iq, iq
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx64/
H A Dgvmat64.asm290 xor edi,edi
434 xor rax, [rdi + rdx]
438 xor rax, [rdi + rdx + 8]
443 xor rax, [rdi + rdx + 8+8]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dl2t.c97 u32 xor = key[0] ^ key[1] ^ key[2] ^ key[3]; local
99 return L2T_SZ_HALF + (jhash_2words(xor, ifindex, 0) & L2T_HASH_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_low_32.S340 xor r3,r3,r0 /* make primary hash */
580 xor r8,r0,r8 /* make primary hash */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx64/
H A Dgvmat64.asm290 xor edi,edi
434 xor rax, [rdi + rdx]
438 xor rax, [rdi + rdx + 8]
443 xor rax, [rdi + rdx + 8+8]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dktlb.S220 xor %g2, %g4, %g5
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Drelocate_kernel.S134 xor r10, r10, r9 /* r10 is now value with low 4 bits stripped */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/async_tx/
H A Dasync_xor.c2 * xor offload engine api
30 #include <linux/raid/xor.h>
33 /* do_async_xor - dma map the pages and perform the xor with an engine */
164 * async_xor - attempt to xor a set of blocks with a dma engine.
201 /* run the xor asynchronously */
207 /* run the xor synchronously */
249 * async_xor_val - attempt a xor parity check with a dma engine.
250 * @dest: destination page used if the xor is performed synchronously
337 MODULE_DESCRIPTION("asynchronous xor/xor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsparccpuid.S225 xor %o0,%o0,%o0
231 xor %o1,%o1,%o1
514 xor %g1,4,%g1 ! flip zero flag

Completed in 146 milliseconds

12345678910