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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep066.tcl126 set last_client_log [get_logfile $env1 last]
134 set last_master_log [get_logfile $masterenv last]
191 # Set this to the last log file the old master had.
194 set last_master_log [get_logfile $masterenv last]
202 set last_master_log [get_logfile $masterenv last]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavcodec/
H A Dopt.h151 const AVOption *av_next_option(void *obj, const AVOption *last);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/macusers/
H A Dmacusers98 last;
100 last;
H A Dmacusers.in98 last;
100 last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Dpage_copy.S62 bge/u r3, r7, tr3 ! skip alloco for last 2 lines
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dgscd.h96 unsigned char last; member in struct:gscd_DiskInfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrncat.S59 zapnot $1, $27, $2 # was last byte a null?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/macusers/
H A Dmacusers108 last;
110 last;
H A Dmacusers.in108 last;
110 last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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...]

Completed in 220 milliseconds

1234567891011>>