Searched refs:when (Results 1 - 25 of 218) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/VMS/
H A Dtest-includes.com2 $! on VMS, even when the VMS macro isn't defined.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dtest-includes.com2 $! on VMS, even when the VMS macro isn't defined.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-h720x/
H A Ddebug-macro.S32 tst \rd, #1 << 5 @ UARTFLGUTXFF - 1 when full
38 tst \rd, #1 << 3 @ UARTFLGUBUSY - 1 when busy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-at91/
H A Ddebug-macro.S30 tst \rd, #AT91_DBGU_TXRDY @ DBGU_TXRDY = 1 when ready to transmit
36 tst \rd, #AT91_DBGU_TXEMPTY @ DBGU_TXEMPTY = 1 when transmission complete
H A Dentry-macro.S29 teq \irqstat, #0 @ ISR is 0 when no current interrupt, or spurious interrupt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-l7200/
H A Ddebug-macro.S32 tst \rd, #1 << 5 @ UARTFLGUTXFF - 1 when full
38 tst \rd, #1 << 3 @ UARTFLGUBUSY - 1 when busy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep033.tcl43 set when { before after }
46 foreach w $when {
56 proc rep033_sub { method niter tnum envargs recargs clean when largs } {
130 if { $when == "before" } {
152 if { $when == "after" } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S70 | This is the exit point for the 060FPSP when an enabled overflow exception
89 | This is the exit point for the 060FPSP when an enabled underflow exception
107 | This is the exit point for the 060FPSP when an enabled operand error exception
126 | This is the exit point for the 060FPSP when an enabled signalling NaN exception
145 | This is the exit point for the 060FPSP when an enabled divide-by-zero exception
164 | This is the exit point for the 060FPSP when an enabled inexact exception
183 | This is the exit point for the 060FPSP when an enabled bsun exception
205 | This is the exit point for the 060FPSP when an F-Line Illegal exception is
207 | vector number 11: FP Unimplemented Instructions, FP implemented instructions when
219 | This is the exit point for the 060FPSP when a
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_connection_sock.h28 /* Cancel timers, when they are not required. */
209 unsigned long when,
214 if (when > max_when) {
216 pr_debug("reset_xmit_timer: sk=%p %d when=0x%lx, caller=%p\n",
217 sk, what, when, current_text_addr());
219 when = max_when;
224 icsk->icsk_timeout = jiffies + when;
228 icsk->icsk_ack.timeout = jiffies + when;
208 inet_csk_reset_xmit_timer(struct sock *sk, const int what, unsigned long when, const unsigned long max_when) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc6 is able to perform when the code is 'inlined'. For 'speed', the DES
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dusparc.cc6 is able to perform when the code is 'inlined'. For 'speed', the DES
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dhead.S44 .word 0x8000 ; size to move, when setup is not
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmmtimer.c426 * Called when one of the comarators matches the counter, This
561 unsigned long when, period, irqflags; local
570 when = timespec_to_ns(new_setting->it_value);
573 if (when == 0)
583 if (when > now)
584 when -= now;
587 when = 0;
595 when = (when + sgi_clock_period - 1) / sgi_clock_period + rtc_time();
632 timr->it.mmtimer.expires = when;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dinst.msg9 echo Samba Web Administration Tool \(SWAT\) when you
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_ovfl.S6 | Overflow occurs when a floating-point intermediate result is
8 | or when storing to memory, the contents of a floating-point
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_i.h79 int when; /* when the register gets saved */ member in struct:unw_reg_info
H A Dunwind.c709 set_reg (struct unw_reg_info *reg, enum unw_where where, int when, unsigned long val)
713 if (reg->when == UNW_WHEN_NEVER)
714 reg->when = when;
739 reg->when = t;
767 * Next, compute when the fp, general, and branch registers get
972 sr->curr.reg[UNW_REG_PSP].when = sr->region_start + min_t(int, t, sr->region_len - 1);
1008 reg->when = sr->region_start + min_t(int, t, sr->region_len - 1);
1096 r->when = UNW_WHEN_NEVER;
1117 r->when
707 set_reg(struct unw_reg_info *reg, enum unw_where where, int when, unsigned long val) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/docs/
H A Dautodocifier.pl265 the command expects. This will be displayed when B<-h> is issued to
277 not be printed when a B<-h> is given to a command. To see an example
283 This will not be printed when a B<-h> is given to a command -- it
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dcurl-config.in40 --configure the arguments given to configure when building curl
105 # when extracting the patch part we strip off everything after a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/bin/
H A Dcurl-config40 --configure the arguments given to configure when building curl
105 # when extracting the patch part we strip off everything after a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dinstall.com82 $ ! Preparing for the time when we have shareable images
93 $ ! Preparing for the time when we have shareable images
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgun.c50 1.2.4) is on the same file, when gun is linked with zlib 1.2.2. Also the
511 struct utimbuf when; local
524 when.actime = was.st_atime;
525 when.modtime = was.st_mtime;
526 (void)utime(to, &when);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Drw4_init.S19 # r3 contains NIP when used with Linux
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry-table.S30 # stack pointers for these three modes, and so we have to invent one when
43 # disabled when crossing exception boundaries, only when in debug mode),
48 # the same 8Kb page, so that break.S can be more efficient when performing
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dinstall.com82 $ ! Preparing for the time when we have shareable images
93 $ ! Preparing for the time when we have shareable images

Completed in 281 milliseconds

123456789