Searched refs:last (Results 226 - 250 of 922) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dpata_cmd640.c29 int last; member in struct:cmd640_reg
136 if (ap->port_no != 0 && adev->devno != timing->last) {
138 timing->last = adev->devno;
163 timing->last = -1; /* Force a load */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dgscd.h96 unsigned char last; member in struct:gscd_DiskInfo
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_irongate.c319 unsigned long baddr, last;
359 last = addr + size - 1;
360 size = PAGE_ALIGN(last) - addr;
370 baddr <= last;
318 unsigned long baddr, last; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrncat.S59 zapnot $1, $27, $2 # was last byte a null?
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_lrw.h71 #define xfs_inval_cached_trace(io, offset, len, first, last)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/misc/
H A Dlnstat_util.c66 static int time_after(struct timeval *last, argument
70 if (now->tv_sec > last->tv_sec + tout->tv_sec)
73 if (now->tv_sec == last->tv_sec + tout->tv_sec) {
74 if (now->tv_usec > last->tv_usec + tout->tv_usec)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dopt.h151 const AVOption *av_next_option(void *obj, const AVOption *last);
H A Dvdpau.c185 struct vdpau_render_state *render, *last, *next; local
224 last = (struct vdpau_render_state *)s->last_picture.data[0];
225 if (!last) // FIXME: Does this test make sense?
226 last = render; // predict second field from the first
227 render->info.mpeg.forward_reference = last->surface;
243 struct vdpau_render_state *render, *last, *next; local
294 last = (struct vdpau_render_state *)s->last_picture.data[0];
295 if (!last) // FIXME: Does this test make sense?
296 last = render; // predict second field from the first
297 render->info.vc1.forward_reference = last
[all...]
H A Dpngdec.c168 dst[i+0] = r = op(r, src[i+0], last[i+0]);\
170 dst[i+1] = g = op(g, src[i+1], last[i+1]);\
172 dst[i+2] = b = op(b, src[i+2], last[i+2]);\
174 dst[i+3] = a = op(a, src[i+3], last[i+3]);\
184 /* NOTE: 'dst' can be equal to 'last' */
186 uint8_t *src, uint8_t *last, int size, int bpp)
211 dsp->add_bytes_l2(dst, src, last, size);
215 p = (last[i] >> 1);
223 p = last[i];
227 // would write off the end of the array if we let it process the last pixe
185 png_filter_row(DSPContext *dsp, uint8_t *dst, int filter_type, uint8_t *src, uint8_t *last, int size, int bpp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpci_hotplug.h74 extern int cpci_hp_register_bus(struct pci_bus *bus, u8 first, u8 last);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/befs/
H A Dbtree.c61 * contains key values less than itself. Inspection reveals that the last key
62 * in the internal node is not the last key in the index. Keys that are
63 * greater than the last key in the internal node go into the overflow node.
184 * time. Don't forget brelse(node->bh) after last call.
339 int first, last, mid; local
353 last = node->head.all_key_count - 1;
354 thiskey = befs_bt_get_key(sb, node, last, &keylen);
367 while (last >= first) {
368 mid = (last + first) / 2;
369 befs_debug(sb, "first: %d, last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dirq.c663 unsigned long last; local
671 last = 0;
675 if (pend == 0 || pend == last)
680 last = pend;
683 last = 0;
687 if (pend == 0 || pend == last)
693 last = pend;
696 last = 0;
700 if (pend == 0 || pend == last)
705 last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/efs/
H A Dinode.c197 int cur, last, first = 1; local
202 last = in->lastextent;
205 /* first check the last extent we returned */
206 if ((result = efs_extent_check(&in->extents[last], block, sb)))
222 cur = (last + dirext) % in->numextents;
240 cur = (last + indext) % indexts;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Dsidtab.c148 struct sidtab_node *last, *cur, *temp; local
154 last = NULL;
159 if (last) {
160 last->next = cur->next;
171 last = cur;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc106 ConfigItem* last; local
116 last = parent->firstChild();
117 if (last && !last->goParent)
118 last = 0;
120 item = last ? last->nextSibling() : parent->firstChild();
139 item = new ConfigItem(parent, last, child, visible);
147 last = item;
152 last
465 ConfigItem* last = 0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-q.c298 struct ehci_qtd *last = 0; local
299 last = list_entry (qtd->qtd_list.prev,
301 last->hw_next = qtd->hw_next;
335 struct ehci_qtd *last = NULL, *end = qh->dummy; local
369 if (last) {
370 if (likely (last->urb != urb)) {
371 ehci_urb_done (ehci, last->urb);
374 ehci_qtd_free (ehci, last);
375 last = NULL;
451 last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/firewire/
H A Dfw-ohci.c98 struct descriptor *last);
440 struct descriptor *d, *last; local
448 last = ctx->tail_descriptor_last;
450 while (last->branch_address != 0) {
451 address = le32_to_cpu(last->branch_address);
454 last = (z == 2) ? d : d + z - 1;
456 if (!ctx->callback(ctx, d, last))
460 ctx->tail_descriptor_last = last;
607 struct descriptor *d, *last; local
666 last
692 handle_at_packet(struct context *context, struct descriptor *d, struct descriptor *last) argument
1298 handle_ir_dualbuffer_packet(struct context *context, struct descriptor *d, struct descriptor *last) argument
1348 handle_it_packet(struct context *context, struct descriptor *d, struct descriptor *last) argument
1514 struct descriptor *d, *last, *pd; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dfdisk.c823 unsigned last[COLS]; local
832 last[COLS-1 - i] = done;
840 next = last[i++] + done;
841 if (i >= COLS || next >= last[i]) {
845 } while (done < last[0]);
1559 /* the last one in the chain - just delete */
1565 /* not the last one - further ones will be moved down */
2022 fill_bounds(ullong *first, ullong *last) argument
2032 last[i] = 0;
2035 last[
2069 ullong first[partitions], last[partitions]; local
2149 ullong first[partitions], last[partitions]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_fba.c254 /* Calculate record id of first and last block. */
425 struct ccw1 *act, *end, *last; local
466 for (last = act; last->flags & (CCW_FLAG_CC | CCW_FLAG_DC); last++);
467 end = min(act + 8, last);
492 end = min((struct ccw1 *)(addr_t) irb->scsw.cpa + 2, last);
506 /* print last CCWs */
507 if (act < last - 2) {
508 act = last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex103 The last page is marked 'end of stream' in the page flags.
118 position of the last packet \emph{completed} on that
119 page. The 'last PCM sample' is the last complete sample returned by
126 Note that the last decoded (fully lapped) PCM sample from a packet
129 packet encodes a "short block", the last decodable sample from the
137 position belongs to the last completed packet on the page and a
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-awk.c576 unsigned int last; local
586 last = 1;
593 if (number < last)
595 for (; last < number; last++)
617 last = number + 1;
H A Dformat-java.c812 unsigned int last; local
822 last = 0;
829 if (number < last)
831 for (; last < number; last++)
847 last = number + 1;
H A Dformat-perl.c651 unsigned int last; local
661 last = 1;
668 if (number < last)
670 for (; last < number; last++)
722 last = number + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DMakefile.PL113 last if /^\s*\@EXPORT\s+=\s+qw\(/ ;
118 last if /^\s*\)/ ;
346 print, last if /^__(END|DATA)__/ ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Dgeneric.c454 unsigned long lbase, last; local
473 /* Check upper bits of base and last are equal and lower bits are 0
474 for base and 1 for last */
475 last = base + size - 1;
476 for (lbase = base; !(lbase & 1) && (last & 1);
477 lbase = lbase >> 1, last = last >> 1) ;
478 if (lbase != last) {

Completed in 283 milliseconds

1234567891011>>