Searched refs:last (Results 51 - 75 of 1584) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_cacheprime.c56 SMB_OFF_T * last; local
59 last = VFS_ADD_FSP_EXTENSION(handle, fsp, SMB_OFF_T);
60 if (!last) {
64 if (*last == -1) {
69 if ((*last + g_readsz) > (offset + count)) {
76 MODULE, (long long)g_readsz, (long long)*last,
79 nread = sys_pread(fd, g_readbuf, g_readsz, *last);
81 *last = -1;
85 *last += nread;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dc_exists.c115 (fileList.last == NULL) ||
116 (fileList.last->line == NULL)
137 result = RCmd(cip, rp, "STAT %s", fileList.last->line);
258 (strstr(fileList.last->line, "o such file") == NULL) &&
259 (strstr(fileList.last->line, "ot found") == NULL) &&
260 (strstr(fileList.last->line, "o Such File") == NULL) &&
261 (strstr(fileList.last->line, "ot Found") == NULL)
297 (rootFileList.last == NULL) ||
298 (rootFileList.last->line == NULL)
320 ((FTPListToMemory2(cip, rootFileList.last
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsmpeg4enc.c74 static int get_size_of_code(MpegEncContext * s, RLTable *rl, int last, int run, int level, int intra){ argument
79 code = get_rl_index(rl, last, run, level);
84 level1 = level - rl->max_level[last][run];
87 code = get_rl_index(rl, last, run, level1);
93 run1 = run - rl->max_run[last][level] - run_diff;
96 code = get_rl_index(rl, last, run1, level);
139 int last; local
140 for(last=0; last<2; last
167 int last; local
575 int level, run, last, i, j, last_index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dc2p_iplan2.c92 u32 dst_idx, first, last, w; local
100 last = 0xffffU ^ (0xffffU >> ((dst_idx+width) % 16));
101 last |= last << 16;
108 first &= last;
144 store_iplan2_masked(p, bpp, d.words, last);
H A Dcfbfillrect.c38 unsigned long first, last; local
44 last = ~fb_shifted_pixels_mask_long(p, (dst_idx+n) % bits, bswapmask);
48 if (last)
49 first &= last;
78 if (last)
79 FB_WRITEL(comp(pat, FB_READL(dst), last), dst);
95 unsigned long first, last; local
101 last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits));
105 if (last)
106 first &= last;
151 unsigned long first, last; local
221 unsigned long first, last, dat; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dcmservice.c160 bool last)
169 _enter("{%u},{%u},%d", call->unmarshall, skb->len, last);
179 ret = afs_extract_data(call, skb, last, &call->tmp, 4);
199 ret = afs_extract_data(call, skb, last, call->buffer,
229 ret = afs_extract_data(call, skb, last, &call->tmp, 4);
247 ret = afs_extract_data(call, skb, last, call->request,
275 if (!last)
312 bool last)
317 _enter(",{%u},%d", skb->len, last);
321 if (!last)
159 afs_deliver_cb_callback(struct afs_call *call, struct sk_buff *skb, bool last) argument
310 afs_deliver_cb_init_call_back_state(struct afs_call *call, struct sk_buff *skb, bool last) argument
343 afs_deliver_cb_init_call_back_state3(struct afs_call *call, struct sk_buff *skb, bool last) argument
386 afs_deliver_cb_probe(struct afs_call *call, struct sk_buff *skb, bool last) argument
431 afs_deliver_cb_probe_uuid(struct afs_call *call, struct sk_buff *skb, bool last) argument
566 afs_deliver_cb_tell_me_about_yourself(struct afs_call *call, struct sk_buff *skb, bool last) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzjoin.c272 /* Copy the compressed data from name, zeroing the last block bit of the last
274 boundary. If clr is false, then the last block becomes the last block of
283 int pos; /* where the "last block" bit is in byte */
284 int last; /* true if processing the last block */ local
309 /* inflate and copy compressed data, clear last-block bit if requested */
313 last = start[0] & 1;
314 if (last
[all...]
H A Dgun.c47 encountered in an input file, it is the last stream in that file.
156 last = have ? (have--, (int)(*next++)) : -1)
203 int last; /* last byte read by NEXT(), or -1 if EOF */ local
212 unsigned end; /* last valid entry in prefix/suffix tables */
215 unsigned final; /* last character written for previous code */
227 if (last == -1)
251 final = prev = (unsigned)last; /* low 8 bits of code */
254 if (last & 1) { /* code must be < 256 */
258 rem = (unsigned)last >>
385 int ret, first, last; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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...]
H A Dgun.c43 encountered in an input file, it is the last stream in that file.
152 last = have ? (have--, (int)(*next++)) : -1)
199 int last; /* last byte read by NEXT(), or -1 if EOF */ local
208 unsigned end; /* last valid entry in prefix/suffix tables */
211 unsigned final; /* last character written for previous code */
222 if (last == -1)
246 final = prev = (unsigned)last; /* low 8 bits of code */
249 if (last & 1) { /* code must be < 256 */
253 rem = (unsigned)last >>
376 int ret, first, last; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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...]
H A Dgun.c43 encountered in an input file, it is the last stream in that file.
152 last = have ? (have--, (int)(*next++)) : -1)
199 int last; /* last byte read by NEXT(), or -1 if EOF */ local
208 unsigned end; /* last valid entry in prefix/suffix tables */
211 unsigned final; /* last character written for previous code */
222 if (last == -1)
246 final = prev = (unsigned)last; /* low 8 bits of code */
249 if (last & 1) { /* code must be < 256 */
253 rem = (unsigned)last >>
376 int ret, first, last; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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...]
H A Dgun.c46 encountered in an input file, it is the last stream in that file.
155 last = have ? (have--, (int)(*next++)) : -1)
202 int last; /* last byte read by NEXT(), or -1 if EOF */ local
211 unsigned end; /* last valid entry in prefix/suffix tables */
214 unsigned final; /* last character written for previous code */
226 if (last == -1)
250 final = prev = (unsigned)last; /* low 8 bits of code */
253 if (last & 1) { /* code must be < 256 */
257 rem = (unsigned)last >>
384 int ret, first, last; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dinterval.c55 int wakeup = (int) et->last + et->n - local_now;
63 et->last = local_now;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_net.h115 // printk(KERN_DEBUG "%s: lp:%s(%p) nlp:%s(%p) last(%p)\n",
116 // __func__, lp->name, lp, nlp->name, nlp, lp->last);
117 nlp->last = lp->last;
118 lp->last->next = nlp;
119 lp->last = nlp;
136 // printk(KERN_DEBUG "%s: lp:%s(%p) mlp:%s(%p) last(%p) next(%p) mndq(%p)\n",
137 // __func__, lp->name, lp, master_lp->name, master_lp, lp->last, lp->next, master_lp->netdev->queue);
139 lp->last->next = lp->next;
140 lp->next->last
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lib/
H A Dr3k_dump_tlb.c18 static void dump_tlb(int first, int last) argument
26 for (i = first; i <= last; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A Dtest.sh21 /tmp/AFPtestvolume "test" ea:none cnidscheme:last
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dtlb_64.h30 tlb <= cpu_data->dtlb.last; \
40 tlb <= cpu_data->itlb.last; \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/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);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dres_gdt.c128 unsigned int grp, last = 0; local
161 if (!gdt_buf[last]) {
164 expect, grp, gdt_blk, last);
166 gdt_buf[last] = expect;
169 } else if (gdt_buf[last] != expect) {
172 gdt_buf[last], expect, gdt_blk, last);
177 last++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dextable.c74 const struct exception_table_entry *last,
77 while (first <= last) {
81 mid = (last - first) / 2 + first;
88 last = mid-1;
73 search_extable(const struct exception_table_entry *first, const struct exception_table_entry *last, unsigned long value) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dadp.c30 char last = 0; local
38 if (p->buf[i] != last)
40 last = p->buf[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dslist.c28 /* The last #include file should be: */
31 /* returns last node in linked list */
40 /* loop through to find the last item */
59 struct curl_slist *last; local
75 last = slist_get_last(list);
76 last->next = new_item;

Completed in 144 milliseconds

1234567891011>>