Searched refs:last (Results 26 - 50 of 922) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dln.c30 char *last; local
43 last = argv[argc - 1];
47 *--argv = last;
48 last = bb_get_last_path_component(xstrdup(last));
53 src = last;
H A Dmv.c40 const char *last; local
56 last = argv[argc - 1];
60 dest_exists = cp_mv_stat(last, &dest_stat);
66 dest = last;
72 dest = concat_path_file(last, bb_get_last_path_component(*argv));
128 if (dest != last) {
131 } while (*++argv != last);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/
H A Dtlb.c26 struct host_vm_op *last; local
31 last = &ops[*index];
32 if((last->type == MMAP) &&
33 (last->u.mmap.addr + last->u.mmap.len == virt) &&
34 (last->u.mmap.prot == prot) && (last->u.mmap.fd == fd) &&
35 (last->u.mmap.offset + last->u.mmap.len == offset)){
36 last
63 struct host_vm_op *last; local
93 struct host_vm_op *last; local
267 unsigned long addr, last; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dextable.c16 const struct exception_table_entry *last,
28 * word 3: last insn address + 4 bytes
35 for (walk = start; walk <= last; walk++) {
47 for (walk = start; walk <= (last - 1); walk++) {
15 search_extable(const struct exception_table_entry *start, const struct exception_table_entry *last, unsigned long value) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dcfbfillrect.c41 unsigned long first, last; local
47 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
51 if (last)
52 first &= last;
81 if (last)
82 FB_WRITEL(comp(pat, FB_READL(dst), last), dst);
98 unsigned long first, last; local
104 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
108 if (last)
109 first &= last;
152 unsigned long first, last; local
221 unsigned long first, last, dat; local
[all...]
H A Dsysfillrect.c28 unsigned long first, last; local
34 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
38 if (last)
39 first &= last;
67 if (last)
68 *dst = comp(pat, *dst, last);
84 unsigned long first, last; local
90 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
94 if (last)
95 first &= last;
139 unsigned long first, last; local
194 unsigned long first, last; local
[all...]
H A Dsyscopyarea.c32 unsigned long first, last; local
37 last = ~(FB_SHIFT_HIGH(~0UL, (dst_idx+n) % bits));
43 if (last)
44 first &= last;
73 if (last)
74 *dst = comp(*src, *dst, last);
86 if (last)
87 first &= last;
103 /** We must always remember the last value read,
150 if (last) {
173 unsigned long first, last; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dglist.c88 GList *last; local
96 last = g_list_last (list);
97 /* g_assert (last != NULL); */
98 last->next = new_list;
99 new_list->prev = last;
200 GList *last;
202 last = list;
203 while (last->next)
204 last = last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dglist.c88 GList *last; local
96 last = g_list_last (list);
97 /* g_assert (last != NULL); */
98 last->next = new_list;
99 new_list->prev = last;
200 GList *last;
202 last = list;
203 while (last->next)
204 last = last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/KDE/
H A Dtrigger33 last=`/bin/pwd`
36 if test "$last" = "$curr"; then
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapp_rand.c168 int last; local
174 last=0;
176 if (*p == '\0') last=1;
187 if (last) break;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-v850/
H A Dmodule.h48 const struct exception_table_entry *last,
47 search_extable(const struct exception_table_entry *first, const struct exception_table_entry *last, unsigned long value) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dapp_rand.c168 int last; local
174 last=0;
176 if (*p == '\0') last=1;
187 if (last) break;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dassenc.c32 uint8_t *last= NULL; local
48 if(last && !memcmp(last, "[Events]", 8))
50 last=p;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drl.h40 int last; ///< number of values for last = 0 member in struct:RLTable
75 static inline int get_rl_index(const RLTable *rl, int last, int run, int level) argument
78 index = rl->index_run[last][run];
81 if (level > rl->max_level[last][run])
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dmcast_kern.c75 char *last; local
91 init->port = simple_strtoul(port_str, &last, 10);
92 if((*last != '\0') || (last == port_str)){
100 init->ttl = simple_strtoul(ttl_str, &last, 10);
101 if((*last != '\0') || (last == ttl_str)){
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dbig5hkscs1999.h110 unsigned char last = conv->ostate; local
112 if (last) {
113 /* last is = 0x66 or = 0xa7. */
118 r[1] = last + ((wc & 24) >> 2) - 4; /* = 0x62 or 0x64 or 0xa3 or 0xa5 */
129 r[1] = last;
186 unsigned char last = conv->ostate; local
188 if (last) {
192 r[1] = last;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dnf_sysctl.c24 struct ctl_table *t, *last = NULL, *tmp; local
31 if (last != NULL)
36 if (last != NULL)
37 last->child = tmp;
40 last = tmp;
43 if (last != NULL)
44 last->child = table;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlspdata.c14 last mod: $Id: lspdata.c 16037 2009-05-26 21:10:58Z xiphmont $
50 float last=0;
53 float now=rint((val-last-mindel)/delta);
67 last=(now*delta)+mindel+last;
146 float last=0.; local
149 if(p-last>global_maxdel)global_maxdel=p-last;
150 if(p-last<global_mindel)global_mindel=p-last;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_pd.c49 c2dev->pd_table.last);
56 c2dev->pd_table.last = obj+1;
57 if (c2dev->pd_table.last >= c2dev->pd_table.max)
58 c2dev->pd_table.last = 0;
75 c2dev->pd_table.last = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Dcmservice.c149 bool last)
158 _enter("{%u},{%u},%d", call->unmarshall, skb->len, last);
168 ret = afs_extract_data(call, skb, last, &call->tmp, 4);
188 ret = afs_extract_data(call, skb, last, call->buffer,
218 ret = afs_extract_data(call, skb, last, &call->tmp, 4);
236 ret = afs_extract_data(call, skb, last, call->request,
264 if (!last)
301 bool last)
306 _enter(",{%u},%d", skb->len, last);
310 if (!last)
148 afs_deliver_cb_callback(struct afs_call *call, struct sk_buff *skb, bool last) argument
299 afs_deliver_cb_init_call_back_state(struct afs_call *call, struct sk_buff *skb, bool last) argument
332 afs_deliver_cb_init_call_back_state3(struct afs_call *call, struct sk_buff *skb, bool last) argument
375 afs_deliver_cb_probe(struct afs_call *call, struct sk_buff *skb, bool last) argument
459 afs_deliver_cb_get_capabilities(struct afs_call *call, struct sk_buff *skb, bool last) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzjoin.c271 /* Copy the compressed data from name, zeroing the last block bit of the last
273 boundary. If clr is false, then the last block becomes the last block of
282 int pos; /* where the "last block" bit is in byte */
283 int last; /* true if processing the last block */ local
308 /* inflate and copy compressed data, clear last-block bit if requested */
312 last = start[0] & 1;
313 if (last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzjoin.c271 /* Copy the compressed data from name, zeroing the last block bit of the last
273 boundary. If clr is false, then the last block becomes the last block of
282 int pos; /* where the "last block" bit is in byte */
283 int last; /* true if processing the last block */ local
308 /* inflate and copy compressed data, clear last-block bit if requested */
312 last = start[0] & 1;
313 if (last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_net.h110 // printk(KERN_DEBUG "%s: lp:%s(%p) nlp:%s(%p) last(%p)\n",
111 // __FUNCTION__, lp->name, lp, nlp->name, nlp, lp->last);
112 nlp->last = lp->last;
113 lp->last->next = nlp;
114 lp->last = nlp;
131 // printk(KERN_DEBUG "%s: lp:%s(%p) mlp:%s(%p) last(%p) next(%p) mndq(%p)\n",
132 // __FUNCTION__, lp->name, lp, master_lp->name, master_lp, lp->last, lp->next, master_lp->netdev->queue);
134 lp->last->next = lp->next;
135 lp->next->last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_NFQUEUE.c33 " --queue-balance first:last Balance flows between queues <value> to <value>.\n");
107 unsigned int last = tinfo->queues_total; local
109 if (last > 1) {
110 last += tinfo->queuenum - 1;
111 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last);
138 unsigned int last = tinfo->queues_total; local
140 if (last > 1) {
141 last += tinfo->queuenum - 1;
142 printf(" --queue-balance %u:%u", tinfo->queuenum, last);

Completed in 184 milliseconds

1234567891011>>