Searched refs:last (Results 76 - 100 of 1010) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtpenc_h264.c32 static void nal_send(AVFormatContext *s1, const uint8_t *buf, int size, int last) argument
36 av_log(s1, AV_LOG_DEBUG, "Sending NAL %x of len %d M=%d\n", buf[0] & 0x1F, size, last);
38 ff_rtp_send_data(s1, buf, size, last);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dlist.h126 struct list_head *last = list->prev; local
132 last->next = at;
133 at->prev = last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dsc-ip22.c30 static inline void indy_sc_wipe(unsigned long first, unsigned long last) argument
45 "or\t%1, $1\t\t\t# last line to flush\n\t"
55 : "=r" (first), "=r" (last), "=&r" (tmp)
56 : "0" (first), "1" (last));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-list.h96 struct list_head *last = list->prev; local
102 last->next = at;
103 at->prev = last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dlist.h126 struct list_head *last = list->prev; local
132 last->next = at;
133 at->prev = last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmatch.c43 short first, last; local
59 last = 256;
61 last = *((*p)++);
62 for(i=first; i<=last; i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_audio.h22 char last; member in struct:dtmf_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4renewd.c66 unsigned long last, now; local
75 last = clp->cl_last_renewal;
77 timeout = (2 * lease) / 3 + (long)last - (long)now;
79 if (time_after(now, last + lease/3)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2c-pnx.h31 int last; member in struct:i2c_pnx_algo_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dprioq.h31 AvahiPrioQueueNode *root, *last; member in struct:AvahiPrioQueue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_vegas.h9 u32 beg_snd_nxt; /* right edge during last RTT */
10 u32 beg_snd_una; /* left edge during last RTT */
13 u16 cntRTT; /* # of RTTs measured within last RTT */
14 u32 minRTT; /* min of RTTs measured within last RTT (in usec) */
20 extern void tcp_vegas_pkts_acked(struct sock *sk, u32 cnt, ktime_t last);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/
H A DMakefile15 obj-y += last.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A De820.c33 * PFN of last memory page.
55 unsigned long addr = *addrp, last = addr + size; local
64 if (last >= table_start<<PAGE_SHIFT && addr < table_end<<PAGE_SHIFT) {
71 if (LOADER_TYPE && INITRD_START && last >= INITRD_START &&
78 if (last >= __pa_symbol(&_text) && addr < __pa_symbol(&_end)) {
83 if (last >= ebda_addr && addr < ebda_addr + ebda_size) {
90 if (last >= nodemap_addr && addr < nodemap_addr + nodemap_size) {
155 unsigned long addr = ei->addr, last; local
164 last = PAGE_ALIGN(addr) + size;
165 if (last > e
205 unsigned long last, addr; local
671 unsigned long last; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk_sgi.c130 unsigned int last; member in struct:__anon11436
138 freelist[i].last = l;
146 if (freelist[i].last == 0)
166 if (freelist[i].first <= b && freelist[i].last >= b)
167 return freelist[i].last;
170 /* return last vacant block of this stride (never 0). */
701 unsigned int first = 0, last = 0; local
728 last = sgi_get_lastblock();
729 first = read_int(0, 0, last-1, 0, mesg);
736 last
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_archive.c173 /* Remove any log files before the last stable LSN. */
366 u_int array_size, last, n, nxt; local
457 for (last = nxt = 0; nxt < n;) {
463 if (last != nxt) {
464 array[last] = array[nxt];
468 strcmp(array[last], array[nxt]) == 0; ++nxt) {
475 DB_APP_DATA, array[last], 0, NULL, &real_name)) != 0)
481 __os_free(env, array[last]);
482 array[last] = NULL;
487 __os_free(env, array[last]);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c230 int lastblock; /* true if processing last block */
246 code last; /* parent table entry */ local
274 /* Inflate until end of block marked as last */
290 lastblock ? " (last)" : ""));
299 lastblock ? " (last)" : ""));
304 lastblock ? " (last)" : ""));
468 last = this;
470 this = lencode[last.val +
471 (BITS(last.bits + last
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c230 int lastblock; /* true if processing last block */
246 code last; /* parent table entry */ local
274 /* Inflate until end of block marked as last */
290 lastblock ? " (last)" : ""));
299 lastblock ? " (last)" : ""));
304 lastblock ? " (last)" : ""));
468 last = this;
470 this = lencode[last.val +
471 (BITS(last.bits + last
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_method.c138 * Given a dbp, get first/last page information about a queue.
154 db_pgno_t first, i, last; local
160 /* Find out the page number of the last page in the database. */
166 last = QAM_RECNO_PAGE(
173 *lastp = last;
206 db_pgno_t first, i, last, pg_ext, stop; local
209 if ((ret = __queue_pageinfo(dbp, &first, &last, &empty, 1, flags)) != 0)
219 if (first > last)
222 stop = last;
230 if (ret == DB_PAGE_NOTFOUND && first == last)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Ddevname.c261 int which = 0, last = 0; local
284 last = which;
305 lens[last] = 0;
306 } else if (lens[last] && strncmp(ptnames[last], ptname,
307 lens[last])) {
310 ptnames[last], (unsigned int) devs[last]));
311 probe_one(cache, ptnames[last], devs[last],
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c148 int last; /* return code for last operation */ member in struct:xmlNanoHTTPCtxt
514 ctxt->last = -1;
540 ctxt->last = -1;
547 ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0);
548 if (ctxt->last > 0) {
549 ctxt->inptr += ctxt->last;
550 return(ctxt->last);
552 if (ctxt->last == 0) {
555 if (ctxt->last
691 const xmlChar *charset, *last, *mime; local
717 const xmlChar *charset, *last, *mime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanohttp.c147 int last; /* return code for last operation */ member in struct:xmlNanoHTTPCtxt
513 ctxt->last = -1;
539 ctxt->last = -1;
546 ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0);
547 if (ctxt->last > 0) {
548 ctxt->inptr += ctxt->last;
549 return(ctxt->last);
551 if (ctxt->last == 0) {
554 if (ctxt->last
690 const xmlChar *charset, *last, *mime; local
716 const xmlChar *charset, *last, *mime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c148 int last; /* return code for last operation */ member in struct:xmlNanoHTTPCtxt
514 ctxt->last = -1;
540 ctxt->last = -1;
547 ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0);
548 if (ctxt->last > 0) {
549 ctxt->inptr += ctxt->last;
550 return(ctxt->last);
552 if (ctxt->last == 0) {
555 if (ctxt->last
691 const xmlChar *charset, *last, *mime; local
717 const xmlChar *charset, *last, *mime; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinfback.c257 code last; /* parent table entry */ local
271 state->last = 0;
280 /* Inflate until end of block marked as last */
285 if (state->last) {
291 state->last = BITS(1);
296 state->last ? " (last)" : ""));
302 state->last ? " (last)" : ""));
307 state->last
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinfback.c257 code last; /* parent table entry */ local
271 state->last = 0;
280 /* Inflate until end of block marked as last */
285 if (state->last) {
291 state->last = BITS(1);
296 state->last ? " (last)" : ""));
302 state->last ? " (last)" : ""));
307 state->last
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DAnnotationWriter.java262 AnnotationWriter last = null;
267 aw.prev = last;
268 last = aw;
273 aw = last;
294 AnnotationWriter last = null;
299 aw.prev = last;
300 last = aw;
304 aw = last;

Completed in 287 milliseconds

1234567891011>>