Searched refs:last (Results 176 - 200 of 922) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/lib/
H A Ddo_csum.S99 #define last r21 define
135 add tmp1=buf,len // last byte's address
148 adds tmp2=-1,tmp1 // last-1
149 and lastoff=7,tmp1 // how many bytes off for last element
152 and last=-8,tmp2 // address of word containing last byte
154 sub tmp3=last,first1 // tmp3=distance from first1 to last
157 cmp.eq p8,p9=last,first1 // everything fits in one word ?
163 (p9) ld8 lastval=[last] // loa
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dsystem.h29 extern asmlinkage void *resume(void *last, void *next, void *next_ti);
47 #define switch_to(prev,next,last) \
58 (last) = resume(prev, next, task_thread_info(next)); \
64 #define switch_to(prev,next,last) \
68 (last) = resume(prev, next, task_thread_info(next)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dsystem.h29 extern asmlinkage void *resume(void *last, void *next, void *next_ti);
47 #define switch_to(prev,next,last) \
58 (last) = resume(prev, next, task_thread_info(next)); \
64 #define switch_to(prev,next,last) \
68 (last) = resume(prev, next, task_thread_info(next)); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DBasicCursor.java57 public V last() method in class:BasicCursor
60 return last(null);
63 public V last(LockMode lockMode) method in class:BasicCursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-xtensa/
H A Dsystem.h108 extern void *_switch_to(void *last, void *next);
112 #define switch_to(prev,next,last) \
115 (last) = _switch_to(prev, next); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Davs.c75 int first, last; local
79 last = first + AV_RL16(buf + 2);
81 for (i=first; i<last; i++, buf+=3)
H A Dmpegvideo_xvmc.c76 struct xvmc_pix_fmt *last, *next, *render = (struct xvmc_pix_fmt*)s->current_picture.data[2]; local
124 last = (struct xvmc_pix_fmt*)s->last_picture.data[2];
125 if (!last)
126 last = render; // predict second field from the first
127 if (last->xvmc_id != AV_XVMC_ID)
129 render->p_past_surface = last->p_surface;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_veno.c28 u16 cntrtt; /* # of rtts measured within last rtt */
29 u32 minrtt; /* min of rtts measured within last rtt (in usec) */
72 static void tcp_veno_pkts_acked(struct sock *sk, u32 cnt, ktime_t last) argument
77 if (ktime_equal(last, net_invalid_timestamp()))
81 vrtt = ktime_to_us(net_timedelta(last)) + 1;
87 /* Find the min rtt during the last rtt to find
H A Dip_input.c165 struct sock *last = NULL; local
184 if (last) {
187 raw_rcv(last, skb2);
189 last = sk;
193 if (last) {
194 raw_rcv(last, skb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/rfkill/
H A Drfkill-input.c28 spinlock_t lock; /* for accessing last and desired state */
29 unsigned long last; /* last schedule */ member in struct:rfkill_task
62 if (time_after(jiffies, task->last + msecs_to_jiffies(200))) {
64 task->last = jiffies;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dcleanpatch76 last;
131 last;
137 last;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-elisp.c415 unsigned int last; local
425 last = 1;
432 if (number < last)
434 for (; last < number; last++)
456 last = number + 1;
H A Dformat-pascal.c468 unsigned int last; local
478 last = 0;
485 if (number < last)
487 for (; last < number; last++)
509 last = number + 1;
H A Dformat-tcl.c457 unsigned int last; local
467 last = 1;
474 if (number < last)
476 for (; last < number; last++)
504 last = number + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Dfuser.c95 pid_list *curr = NULL, *last = NULL; local
103 last = curr;
107 last->next = curr;
115 inode_list *curr = NULL, *last = NULL; local
125 last = curr;
129 last->next = curr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DBlockIterator.java57 * The slot index of the record last returned by next() or previous(), or
65 * The iterator data last returned by next() or previous(). This value is
263 int last = keys.length - 1;
264 keys[last] = null;
265 priKeys[last] = null;
266 values[last] = null;
319 /* Reposition to the last known key/data pair. */
326 * The last known key/data pair was found and will now be
342 * The last known key/data pair was not found, but the
405 int last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples.t341 my $last = pop @h ;
342 print "popped $last\n" ;
377 my $last = $db->pop ;
378 print "popped $last\n" ;
H A Dexamples.t.T354 my $last = pop @h ;
355 print "popped $last\n" ;
391 my $last = $db->pop ;
392 print "popped $last\n" ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog007.tcl70 set last [$m_logc get -last]
H A Dlog009.tcl48 set last_log [get_logfile $env last]
90 for { set logrec [$logc get -last] } \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java280 private void expectRange(byte[][] bytes, int first, int last, argument
287 if (checkRange(bytes, first, last, i <= last,
292 for (init = true, i = last;; i--, init = false) {
293 if (checkRange(bytes, first, last, i >= first,
300 private boolean checkRange(byte[][] bytes, int first, int last, argument
322 " first=" + first + " last=" + last +
331 if (s == OperationStatus.SUCCESS && i == last) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzappend.c52 block boundary to facilitate locating and modifying the last block bit at
55 number of unusued bits in the last input byte used. gzappend will not work
59 the last 32K of uncompressed data, and noting the location of the last block
60 bit and the number of unused bits in the last byte of the compressed data.
64 Then the last block bit is cleared by seeking back in the file and rewriting
65 the byte that contains it. Seeking forward, the last byte of the compressed
68 A deflate process is initialized, using the last 32K of the uncompressed
72 last bits from the original deflate stream. From here on, the data to
125 unsigned char *start, *last, *t local
386 gztack(char *name, int gd, z_stream *strm, int last) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtlb.c19 static int do_ops(union mm_context *mmu, struct host_vm_op *ops, int last, argument
25 for(i = 0; i <= last && !ret; i++){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dsystem.h47 #define switch_to(prev, next, last) do { \
48 (last) = _switch_to(prev, next); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh64/
H A Dsystem.h33 #define switch_to(prev,next,last) \
39 last = sh64_switch_to(prev, &prev->thread, next, &next->thread);\

Completed in 224 milliseconds

1234567891011>>