Searched refs:then (Results 51 - 75 of 368) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/include/
H A Dhost.mk38 if find -L /tmp -maxdepth 0 >/dev/null 2>/dev/null; then \
H A Dpackage-dumpinfo.mk22 if [ "$$$$PREREQ_CHECK" = 1 ]; then echo "Prereq-Check: 1"; fi; \
H A Dtoplevel.mk45 @+if [ \! -f .config ]; then \
72 if [ \! -f .config -a -e defconfig ]; then \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/via/
H A Dvia_irq.c92 static unsigned time_diff(struct timeval *now, struct timeval *then) argument
94 return (now->tv_usec >= then->tv_usec) ?
95 now->tv_usec - then->tv_usec :
96 1000000 - (then->tv_usec - now->tv_usec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_irq.c92 static unsigned time_diff(struct timeval *now, struct timeval *then) argument
94 return (now->tv_usec >= then->tv_usec) ?
95 now->tv_usec - then->tv_usec :
96 1000000 - (then->tv_usec - now->tv_usec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dbcm947xx_init.S107 bne t2,a3,2f # if not 5350 then skip
113 beq t2,a3,4f # if pkg opt 1 then skip
127 bne t2,a3,4f # if not 5354 then skip
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/fpsp040/
H A Dround.S46 | If g=r=s=0 then result is exact and round is done, else set
78 | If sign of fp number = 0 (positive), then add 1 to l.
83 bmi truncate |if positive then truncate
91 | If sign of fp number = 1 (negative), then add 1 to l.
96 bpl truncate |if negative then truncate
112 | If (g=1), then add 1 to l and if (r=s=0), then clear l
118 bcc truncate |if (g=1) then
319 bmis greater |then exp will go past 0 (neg) if
330 lsrl %d5,%d6 |by the number in the exp, then
[all...]
H A Dget_op.S33 | and the instruction is then restored back into the '040. The
34 | '040 is then able to complete the instruction.
40 | then an frestore is done to restore the instruction back into
41 | the '040. The '040 then re-executes the fadd.x fpm,fpn with
50 | norm. The instruction is then restored back into the '040
227 beqs src_op_ck |if denorm then check source op.
257 beq end_getop |if denorm then exit, denorms are
361 beqs set_mon |if bit 5 = 0 then monadic
363 beqs set_dya |if bit 4 = 0 then dyadic
365 cmpiw #0x0038,%d0 |if extension = $38 then fcm
[all...]
H A Dsgetem.S90 | then load the exponent with +/1 $3fff.
112 bnes upper |then branch
115 bnes cont |if set then continue
H A Dutil.S98 | precision instruction, the rounding precision is then set to the force
329 | *case RndPr(from cmdreg3b{6:5} = 11 then RND_PREC = DBL
330 | *case RndPr(from cmdreg3b{6:5} = 10 then RND_PREC = SGL
333 | case 00 then RND_PREC = EXT
334 | case 01 then RND_PREC = SGL
335 | case 10 then RND_PREC = DBL
338 | case 00 then RND_PREC = EXT
339 | case 01 then RND_PREC = SGL
340 | case 10 then RND_PREC = DBL
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dround.S46 | If g=r=s=0 then result is exact and round is done, else set
78 | If sign of fp number = 0 (positive), then add 1 to l.
83 bmi truncate |if positive then truncate
91 | If sign of fp number = 1 (negative), then add 1 to l.
96 bpl truncate |if negative then truncate
112 | If (g=1), then add 1 to l and if (r=s=0), then clear l
118 bcc truncate |if (g=1) then
319 bmis greater |then exp will go past 0 (neg) if
330 lsrl %d5,%d6 |by the number in the exp, then
[all...]
H A Dget_op.S33 | and the instruction is then restored back into the '040. The
34 | '040 is then able to complete the instruction.
40 | then an frestore is done to restore the instruction back into
41 | the '040. The '040 then re-executes the fadd.x fpm,fpn with
50 | norm. The instruction is then restored back into the '040
227 beqs src_op_ck |if denorm then check source op.
257 beq end_getop |if denorm then exit, denorms are
361 beqs set_mon |if bit 5 = 0 then monadic
363 beqs set_dya |if bit 4 = 0 then dyadic
365 cmpiw #0x0038,%d0 |if extension = $38 then fcm
[all...]
H A Dsgetem.S90 | then load the exponent with +/1 $3fff.
112 bnes upper |then branch
115 bnes cont |if set then continue
H A Dutil.S98 | precision instruction, the rounding precision is then set to the force
329 | *case RndPr(from cmdreg3b{6:5} = 11 then RND_PREC = DBL
330 | *case RndPr(from cmdreg3b{6:5} = 10 then RND_PREC = SGL
333 | case 00 then RND_PREC = EXT
334 | case 01 then RND_PREC = SGL
335 | case 10 then RND_PREC = DBL
338 | case 00 then RND_PREC = EXT
339 | case 01 then RND_PREC = SGL
340 | case 10 then RND_PREC = DBL
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/arm/
H A Darmsupp.c779 static unsigned long then; local
781 then = state->Now;
783 if (then < state->Now)
785 EnvokeList (state, then, state->Now);
786 else if (then > state->Now)
789 EnvokeList (state, then, EVENTLISTSIZE - 1L);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/arm/
H A Darmsupp.c779 static unsigned long then; local
781 then = state->Now;
783 if (then < state->Now)
785 EnvokeList (state, then, state->Now);
786 else if (then > state->Now)
789 EnvokeList (state, then, EVENTLISTSIZE - 1L);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/arm/
H A Darmsupp.c779 static unsigned long then; local
781 then = state->Now;
783 if (then < state->Now)
785 EnvokeList (state, then, state->Now);
786 else if (then > state->Now)
789 EnvokeList (state, then, EVENTLISTSIZE - 1L);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/lib/
H A Ddiv64.S116 @ Otherwise, if lower part is also null then we are done.
141 @ If no bit position left then we are done.
148 @ then simply shift values around
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/lib/
H A Ddiv64.S116 @ Otherwise, if lower part is also null then we are done.
141 @ If no bit position left then we are done.
148 @ then simply shift values around
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/makefiles/
H A DRelPath.mk30 # of two given paths, then calls itself with the next two
42 # with '..', then appending the remainder of $3 (after common
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_c/
H A Dex_thread.c274 time_t now, then; local
279 then = now;
313 if (now - then >= 20) {
315 then = now;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wl/
H A Dwl_generic.mk10 REBUILD_WL_MODULE=$(shell if [ -d "$(src)/$(SRCBASE_OFFSET)/wl/sys" -a "$(REUSE_PREBUILT_WL)" != "1" ]; then echo 1; else echo 0; fi)
13 # then build inside $(SRCBASE_OFFSET)/wl/sys, otherwise use pre-builts
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wl/
H A Dwl_generic.mk10 REBUILD_WL_MODULE=$(shell if [ -d "$(src)/$(SRCBASE_OFFSET)/wl/sys" -a "$(REUSE_PREBUILT_WL)" != "1" ]; then echo 1; else echo 0; fi)
13 # then build inside $(SRCBASE_OFFSET)/wl/sys, otherwise use pre-builts
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_c/
H A Dex_thread.c274 time_t now, then; local
279 then = now;
313 if (now - then >= 20) {
315 then = now;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_c/
H A Dex_thread.c274 time_t now, then; local
279 then = now;
313 if (now - then >= 20) {
315 then = now;

Completed in 130 milliseconds

1234567891011>>