Searched refs:last (Results 101 - 125 of 1010) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dproject-id74 last=`/bin/pwd`
77 if test "$last" = "$curr"; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_stat.c40 db_pgno_t first, last, pgno, pg_ext, stop; local
61 /* Determine the last page of the database. */
75 last = QAM_RECNO_PAGE(dbp, meta->cur_recno);
84 if (first > last)
87 stop = last;
104 if (pgno != stop && first != last)
136 if (first > last) {
138 stop = last;
139 first = last;
H A Dqam_verify.c35 db_pgno_t *extents, extid, first, last; local
45 first = last = 0;
121 last = QAM_RECNO_EXTENT(dbp, vdp->last_recno);
147 (last > first ?
148 (extid >= first && extid <= last) :
149 (extid >= first || extid <= last)))
308 db_pgno_t first, i, last, pg_ext, stop; local
325 last = QAM_RECNO_PAGE(dbp, vdp->last_recno);
328 if (first > last)
331 stop = last;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Darchive.tcl86 set l1 [lindex [lindex [$logc get -last] 0] 0]
96 set l2 [lindex [lindex [$logc get -last] 0] 0]
104 set l3 [lindex [lindex [$logc get -last] 0] 0]
124 set ckp_file [lindex [lindex [$logc get -last] 0] 0]
140 [lindex [lindex [$logc get -last] 0] 0]
193 set l1 [lindex [lindex [$logc get -last] 0] 0]
203 set l2 [lindex [lindex [$logc get -last] 0] 0]
213 set l3 [lindex [lindex [$logc get -last] 0] 0]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dh264_i386.h96 x86_reg last=0; local
144 :"=&a"(coeff_count),"+m"(last), "+m"(index)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A DfsP.h69 unsigned int last; /* last sector allocated, or MAX32 if unknown */ member in struct:Fs_t
87 unsigned int get_next_free_cluster(Fs_t *Fs, unsigned int last);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_buf_item.h134 uint last);
136 #define xfs_buf_item_flush_log_debug(bp, first, last)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcprelay.c54 struct xid_item *last = &dhcprelay_xid_list; local
59 last->next = item->next;
61 item = last->next;
63 last = item;
84 struct xid_item *last = &dhcprelay_xid_list; local
87 last->next = item->next;
89 item = last->next;
91 last = item;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dtlb.h38 tlb <= cpu_data->dtlb.last; \
50 tlb <= cpu_data->itlb.last; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dsystem.h11 #define switch_to(prev,next,last) last = resume(prev,next, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrncpy.S36 or $3, $24, $3 # clear the bits between the last
37 or $4, $27, $4 # written byte and the last byte in COUNT
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dutf8.c65 const char *last; local
67 last = p;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */ member in struct:inffast_ar
128 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
175 strm->avail_in = (unsigned)(ar.in < ar.last ?
176 PAD_AVAIL_IN + (ar.last - ar.in) :
177 PAD_AVAIL_IN - (ar.in - ar.last));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A Dqrnnd.S21 slr %r1,%r2 # special case if last bit of d is set
28 nr %r3,%r1 # test last bit of q
34 nr %r3,%r5 # test last bit of d
47 nr %r3,%r4 # test next to last bit of n
66 nr %r3,%r4 # isolate last bit of n
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffas8664.c87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */ member in struct:inffast_ar
128 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
175 strm->avail_in = (unsigned)(ar.in < ar.last ?
176 PAD_AVAIL_IN + (ar.last - ar.in) :
177 PAD_AVAIL_IN - (ar.in - ar.last));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbsysfs.c214 char ** last = NULL; local
218 var.bits_per_pixel = simple_strtoul(buf, last, 0);
237 char **last = NULL; local
241 var.rotate = simple_strtoul(buf, last, 0);
264 char *last = NULL; local
268 var.xres_virtual = simple_strtoul(buf, &last, 0);
269 last++;
270 if (last - buf >= count)
272 var.yres_virtual = simple_strtoul(last, &last,
299 char *last = NULL; local
355 char *last = NULL; local
396 char *last = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dmisc.c81 int ret, new_fclus, last; local
84 * We must locate the last cluster of the file to add this new
87 last = new_fclus = 0;
95 last = dclus;
98 /* add new one to the last of the cluster chain */
99 if (last) {
103 ret = fat_ent_read(inode, &fatent, last);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dalloc.c46 obj = find_next_zero_bit(bitmap->table, bitmap->max, bitmap->last);
54 bitmap->last = (obj + 1) & (bitmap->max - 1);
70 bitmap->last = min(bitmap->last, obj);
83 bitmap->last = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dinstall.c76 char *arg, *last; local
178 last = argv[argc - 1];
181 isdir = stat(last, &statbuf) < 0 ? 0 : S_ISDIR(statbuf.st_mode);
184 char *dest = last;
186 dest = concat_path_file(last, basename(arg));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dfsclient.c231 struct sk_buff *skb, bool last)
236 _enter(",,%u", last);
239 if (!last)
305 struct sk_buff *skb, bool last)
313 _enter("{%u},{%u},%d", call->unmarshall, skb->len, last);
329 ret = afs_extract_data(call, skb, last, &call->tmp, 4);
347 ret = afs_extract_data(call, skb, last, &call->tmp, 4);
367 ret = afs_extract_data(call, skb, last, buffer,
382 ret = afs_extract_data(call, skb, last, call->buffer,
406 if (!last)
230 afs_deliver_fs_fetch_status(struct afs_call *call, struct sk_buff *skb, bool last) argument
304 afs_deliver_fs_fetch_data(struct afs_call *call, struct sk_buff *skb, bool last) argument
527 afs_deliver_fs_give_up_callbacks(struct afs_call *call, struct sk_buff *skb, bool last) argument
612 afs_deliver_fs_create_vnode(struct afs_call *call, struct sk_buff *skb, bool last) argument
711 afs_deliver_fs_remove(struct afs_call *call, struct sk_buff *skb, bool last) argument
794 afs_deliver_fs_link(struct afs_call *call, struct sk_buff *skb, bool last) argument
882 afs_deliver_fs_symlink(struct afs_call *call, struct sk_buff *skb, bool last) argument
989 afs_deliver_fs_rename(struct afs_call *call, struct sk_buff *skb, bool last) argument
1095 afs_deliver_fs_store_data(struct afs_call *call, struct sk_buff *skb, bool last) argument
1147 afs_fs_store_data64(struct afs_server *server, struct afs_writeback *wb, pgoff_t first, pgoff_t last, unsigned offset, unsigned to, loff_t size, loff_t pos, loff_t i_size, const struct afs_wait_mode *wait_mode) argument
1207 afs_fs_store_data(struct afs_server *server, struct afs_writeback *wb, pgoff_t first, pgoff_t last, unsigned offset, unsigned to, const struct afs_wait_mode *wait_mode) argument
1281 afs_deliver_fs_store_status(struct afs_call *call, struct sk_buff *skb, bool last) argument
1480 afs_deliver_fs_get_volume_status(struct afs_call *call, struct sk_buff *skb, bool last) argument
[all...]
H A Dwrite.c194 candidate->first = candidate->last = page->index;
228 if (wb->last == index - 1 && wb->key == key &&
244 ASSERTRANGE(wb->first, <=, index, <=, wb->last);
247 if (index == wb->last && to > wb->to_last)
255 _debug("append into %lx-%lx", wb->first, wb->last);
257 wb->last++;
325 pgoff_t first, pgoff_t last)
331 vnode->fid.vid, vnode->fid.vnode, first, last);
336 _debug("kill %lx-%lx", first, last);
338 count = last
324 afs_kill_pages(struct afs_vnode *vnode, bool error, pgoff_t first, pgoff_t last) argument
368 pgoff_t start, first, last; local
661 pgoff_t first = call->first, last = call->last; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/jazz/
H A Djazzdma.c96 int first, last, pages, frame, i; local
127 last = first + 1;
128 while (entry[last].owner == VDMA_PAGE_EMPTY
129 && last - first < pages)
130 last++;
132 if (last - first == pages)
142 for (i = first; i < last; i++) {
159 for (i = first; i < last; i++)
162 for (i = first; i < last; i++)
165 for (i = first; i < last;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dnfa.c153 int last = lastst[mach]; local
155 for ( i = firstst[mach]; i <= last; ++i )
281 * new = link_machines( first, last );
283 * new - a machine constructed by connecting first to last
284 * first - the machine whose successor is to be last
285 * last - the machine whose predecessor is to be first
288 * last to produce a machine new which will pattern-match first first
289 * and then last, and will fail if either of the sub-patterns fails.
290 * FIRST is set to new by the operation. last is unmolested.
293 int link_machines( first, last )
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.c33 state->last = 0;
90 Update the window with the last wsize (normally 32K) bytes written before
97 advantage, since only the last 32K of output is copied to the sliding window
302 When there is a window, goto inf_leave will update the window with the last
330 code last; /* parent table entry */ local
396 if (state->last) {
402 state->last = BITS(1);
571 last = this;
573 this = state->lencode[last.val +
574 (BITS(last
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/boot/
H A Dbtfixupprep.c58 int last = 0; variable
74 for (i = 0; i < last; i++) {
78 array[last].type = type;
79 array[last].name = strdup(name);
80 array[last].setinitval = 0;
81 if (!array[last].name) fatal();
82 array[last].rel = NULL;
83 last++;
84 if (last >= MAXSYMS) {
88 return array + last
[all...]

Completed in 243 milliseconds

1234567891011>>