Searched refs:d2 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_ecc.c169 unsigned char d0, d1, d2; /* deltas */ local
173 d2 = read_ecc[2] ^ test_ecc[2];
175 if ((d0 | d1 | d2) == 0)
180 ((d2 ^ (d2 >> 1)) & 0x54) == 0x54) {
214 if (d2 & 0x80)
216 if (d2 & 0x20)
218 if (d2 & 0x08)
228 yaffs_count_bits(d2)) == 1) {
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dubicom32_syscall.S232 move.4 PT_D2(sp), d2 ; Save d2 on kernel stack
317 move.4 d2, PT_D2(sp) ; Restore d2 from kernel stack
371 move.4 d2, PT_D2(sp) ; Restore d2 from kernel stack
514 * d2 = ucontext *
554 * d2 contains the kernel function that needs to get called.
566 * section and re-enable protection before calling the vector in d2.
582 ret d2 ; cal
[all...]
H A Dubicom32_context_switch.S46 move.4 d2, PT_D2(sp)
248 move.4 d2, PT_D2(a3) ; Restore D2
300 movea a3, d2 ; a3 now holds next_switch
340 move.4 source3, d2
/netgear-R7800-V1.0.2.28/package/noip2/src/
H A Dnoip2.c2813 unsigned char *p, *q, d1, d2, d3, d4; local
2828 d2 = DecodeTable[(*in++ & 0x7f)];
2831 if ((d1 | d2 | d3 | d4) & 0x80) { // error exit
2835 *out++ = (d1 << 2) | (d2 >> 4);
2836 *out++ = ((d2 << 4) & 0xF0) | (d3 >> 2);

Completed in 88 milliseconds