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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/include/asm/
H A Dptrace.h47 long lc1; member in struct:pt_regs
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dptrace.h47 long lc1; member in struct:pt_regs
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java3844 private boolean lockConflictsEqual(byte[][] lc1, byte[][]lc2) { argument
3845 if (lc1 == lc2)
3847 if (lc1 == null || lc2 == null || lc1.length != lc2.length)
3849 for (int i = 0; i < lc1.length; i++) {
3850 if (lc1[i].length != lc2[i].length)
3852 for (int j = 0; j < lc1[i].length; j++)
3853 if (lc1[i][j] != lc2[i][j])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java3844 private boolean lockConflictsEqual(byte[][] lc1, byte[][]lc2) { argument
3845 if (lc1 == lc2)
3847 if (lc1 == null || lc2 == null || lc1.length != lc2.length)
3849 for (int i = 0; i < lc1.length; i++) {
3850 if (lc1[i].length != lc2[i].length)
3852 for (int j = 0; j < lc1[i].length; j++)
3853 if (lc1[i][j] != lc2[i][j])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java3844 private boolean lockConflictsEqual(byte[][] lc1, byte[][]lc2) { argument
3845 if (lc1 == lc2)
3847 if (lc1 == null || lc2 == null || lc1.length != lc2.length)
3849 for (int i = 0; i < lc1.length; i++) {
3850 if (lc1[i].length != lc2[i].length)
3852 for (int j = 0; j < lc1[i].length; j++)
3853 if (lc1[i][j] != lc2[i][j])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libswscale/bfin/
H A Dinternal_bfin.S511 lsetup (0f, 1f) lc1 = p4; // H/2
585 lsetup (0f, 1f) lc1 = p4; // H/2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libswscale/bfin/
H A Dinternal_bfin.S511 lsetup (0f, 1f) lc1 = p4; // H/2
585 lsetup (0f, 1f) lc1 = p4; // H/2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libswscale/bfin/
H A Dinternal_bfin.S511 lsetup (0f, 1f) lc1 = p4; // H/2
585 lsetup (0f, 1f) lc1 = p4; // H/2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dtestutils.tcl2933 set lc1 [$env1 log_cursor]
2944 set start [lindex [$lc1 get -first] 0]
2954 for { set l1 [$lc1 get -set $start] ; set l2 [$lc2 get -set $start] }\
2956 { set l1 [$lc1 get -next] ; set l2 [$lc2 get -next] } {
2958 $lc1 close
2965 $lc1 close
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dtestutils.tcl2933 set lc1 [$env1 log_cursor]
2944 set start [lindex [$lc1 get -first] 0]
2954 for { set l1 [$lc1 get -set $start] ; set l2 [$lc2 get -set $start] }\
2956 { set l1 [$lc1 get -next] ; set l2 [$lc2 get -next] } {
2958 $lc1 close
2965 $lc1 close
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Dtestutils.tcl2933 set lc1 [$env1 log_cursor]
2944 set start [lindex [$lc1 get -first] 0]
2954 for { set l1 [$lc1 get -set $start] ; set l2 [$lc2 get -set $start] }\
2956 { set l1 [$lc1 get -next] ; set l2 [$lc2 get -next] } {
2958 $lc1 close
2965 $lc1 close

Completed in 169 milliseconds