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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpc8.c191 int last[2]; local
212 last[0] = last[1] = 0;
215 last[ch] = get_vlc2(gb, res_vlc[last[ch] > 2].table, MPC8_RES_BITS, 2) + last[ch];
216 if(last[ch] > 15) last[ch] -= 17;
217 bands[i].res[ch] = last[ch];
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ocsp/
H A Docsp_cl.c234 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) argument
240 if (last < 0) last = 0;
241 else last++;
243 for (i = last; i < sk_OCSP_SINGLERESP_num(sresp); i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dsoc.c118 SOD (("soc_solicited, %d pkts arrived\n", (sw_cq->in-sw_cq->out) & sw_cq->last))
140 if (++sw_cq->out > sw_cq->last) {
174 if (((s->req[1].in + 1) & s->req[1].last) != (s->req[1].out))
198 SOD (("soc_unsolicited, %d packets arrived\n", (sw_cq->in - sw_cq->out) & sw_cq->last))
221 if (in < sw_cq->out) in += sw_cq->last + 1;
234 in += sw_cq->last + 1;
238 if (sw_cq->out == sw_cq->last)
305 if (++sw_cq->out > sw_cq->last) {
311 if (++sw_cq->out > sw_cq->last) {
375 cq_next_in = (sw_cq->in + 1) & sw_cq->last;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_cl.c236 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) argument
242 if (last < 0) last = 0;
243 else last++;
245 for (i = last; i < sk_OCSP_SINGLERESP_num(sresp); i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mm/
H A Dmotorola.c71 unsigned long pmd, last; local
74 /* Find the last ptr table that was used in head.S and
78 last = (unsigned long)kernel_pg_dir;
83 if (pmd > last)
84 last = pmd;
87 last_pgtable = (pmd_t *)last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcleanpatch76 last;
131 last;
137 last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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] } \

Completed in 223 milliseconds

1234567891011>>