Searched refs:lc1 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dptrace.h47 long lc1; member in struct:pt_regs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java3744 private boolean lockConflictsEqual(byte[][] lc1, byte[][]lc2) { argument
3745 if (lc1 == lc2)
3747 if (lc1 == null || lc2 == null || lc1.length != lc2.length)
3749 for (int i = 0; i < lc1.length; i++) {
3750 if (lc1[i].length != lc2[i].length)
3752 for (int j = 0; j < lc1[i].length; j++)
3753 if (lc1[i][j] != lc2[i][j])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dkgdb.c56 gdb_regs[BFIN_LC1] = regs->lc1;
131 regs->lc1 = gdb_regs[BFIN_LC1];
H A Dsignal.c77 RESTORE(lc0); RESTORE(lc1);
142 SETUP(lc0); SETUP(lc1);
H A Dasm-offsets.c87 DEFINE(PT_LC1, offsetof(struct pt_regs, lc1));
H A Dtrace.c965 fp->lb1, fp->lt1, fp->lc1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/bfin/
H A Dinternal_bfin.S511 lsetup (0f, 1f) lc1 = p4; // H/2
585 lsetup (0f, 1f) lc1 = p4; // H/2

Completed in 119 milliseconds