Searched refs:eor (Results 1 - 25 of 55) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dchangebit.S19 eor r0, r0, #0x18 @ big endian byte ordering
21 bitop eor
H A Dtestchangebit.S16 eor r0, r0, #0x18 @ big endian byte ordering
18 testop eor, strb
H A Dclearbit.S20 eor r0, r0, #0x18 @ big endian byte ordering
H A Dsetbit.S20 eor r0, r0, #0x18 @ big endian byte ordering
H A Dtestclearbit.S16 eor r0, r0, #0x18 @ big endian byte ordering
H A Dtestsetbit.S16 eor r0, r0, #0x18 @ big endian byte ordering
H A Dsha1.S66 eor r4, r4, r5
67 eor r4, r4, r6
68 eor r4, r4, r7
96 eor ip, \C, \D
100 eor ip, ip, \D, ror #2
108 eor ip, \B, \C, ror #2
110 eor ip, ip, \D, ror #2
H A Dfindbit.S47 eor r3, r3, #0xff @ now looking for a 1 bit
93 1: eor r3, r2, #0x18 @ big endian byte ordering
108 eor r3, r2, #0x18 @ big endian byte ordering
110 eor r3, r3, #0xff @ now looking for a 1 bit
121 1: eor r3, r2, #0x18 @ big endian byte ordering
136 eor r3, r2, #0x18 @ big endian byte ordering
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dchangebit.S18 eor r0, r0, #0x18 @ big endian byte ordering
25 eor r2, r2, r3
H A Dtestchangebit.S15 eor r0, r0, #0x18 @ big endian byte ordering
23 eor r2, r2, r0, lsl r3
H A Dclearbit.S19 eor r0, r0, #0x18 @ big endian byte ordering
H A Dsetbit.S19 eor r0, r0, #0x18 @ big endian byte ordering
H A Dtestclearbit.S15 eor r0, r0, #0x18 @ big endian byte ordering
H A Dtestsetbit.S15 eor r0, r0, #0x18 @ big endian byte ordering
H A Dfindbit.S47 eor r3, r3, #0xff @ now looking for a 1 bit
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/boot/compressed/
H A Dll_char_wr.S40 eor ip, r1, #UNDERLINE << 9
69 eor r2, r3, r2 @ Create eor mask to change colour from bg
86 eor ip, r3, r7
94 eor ip, r3, r7
110 eor r4, r3, r4 @ avoid ip
113 eor ip, r3, ip
124 eor r4, r3, r4 @ avoid ip
127 eor ip, r3, ip
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddc.c79 static void eor(void) function
140 {"eor", eor},
141 {"xor", eor},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ep93xx/
H A Dentry-macro.S31 eor \base, \base, #0x00070000
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.c59 * 32-bit lspn and page eor.
368 dstoffset = log->eor;
493 /* update last log record eor */
494 log->eor = dstoffset;
519 tblk->eor = log->eor;
527 jfs_info("lmWriteRecord: lrd:0x%04x bp:0x%p pn:%d eor:0x%x",
622 lp->h.eor = lp->t.eor = cpu_to_le16(bp->l_ceor);
634 log->eor
[all...]
H A Djfs_logmgr.h101 * the same page and eor value.
106 * an "exclusive or" of all log words in the page up to eor. This
107 * 32 bit eor is stored with the top 16 bits in the header and the
109 * that were not completed by reconstructing this eor and checking
119 * the two and h.eor and t.eor set to 8 (i.e. empty page). if (only)
120 * h.eor != t.eor they were set to the smaller of their two values.
126 __le16 eor; /* 2: end-of-log offset of lasrt record write */ member in struct:logpage::__anon7485
134 __le16 eor; /* member in struct:logpage::__anon7486
387 int eor; /* 4: eor of last record in eol page */ member in struct:jfs_log
[all...]
H A Djfs_txnmgr.h60 s32 eor; /* commit record eor */ member in struct:tblock
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm1020e.S388 eor r1, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_WRITE | L_PTE_DIRTY
404 eor r3, r1, #0x0a @ C & small page?
H A Dproc-arm1022.S370 eor r1, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_WRITE | L_PTE_DIRTY
386 eor r3, r1, #0x0a @ C & small page?
H A Dproc-arm1026.S359 eor r1, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_WRITE | L_PTE_DIRTY
375 eor r3, r1, #0x0a @ C & small page?
H A Dproc-arm920.S356 eor r1, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_WRITE | L_PTE_DIRTY
372 eor r3, r2, #0x0a @ C & small page?

Completed in 249 milliseconds

123