Searched refs:last (Results 151 - 175 of 922) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Ddma.c201 int first, last; local
208 last = dma_region_find(dma, rem + len - 1, first, &rem);
210 pci_dma_sync_sg_for_cpu(dma->dev, &dma->sglist[first], last - first + 1,
220 int first, last; local
227 last = dma_region_find(dma, rem + len - 1, first, &rem);
230 last - first + 1, dma->direction);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dinffast.c73 unsigned char FAR *last; /* while in < last, enough input available */ local
100 last = in + (strm->avail_in - 5);
285 } while (in < last && out < end);
296 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dmisc.c198 struct ppp_opts *new, *last; local
213 last = option;
214 while (last->next)
215 last = last->next;
216 last->next = new;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dtr.c33 char last = '0'; local
38 pvector[string1[i]] = last;
40 pvector[string1[i]] = last = string2[j++];
176 size_t read_chars = 0, in_index = 0, out_index = 0, c, coded, last = -1; local
236 if ((flags & TR_OPT_squeeze_reps) && last == coded &&
239 output[out_index++] = last = coded;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/sbus/char/
H A Dvfc_i2c.c216 int vfc_i2c_recv_byte(struct vfc_dev *dev, unsigned char *byte, int last) argument
220 if (last) {
241 int ret, last; local
257 last = 0;
260 last = 1;
261 if ((ret = vfc_i2c_recv_byte(dev, buf, last))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinffast.c73 unsigned char *last; /* while in < last, enough input available */ local
100 last = in + (strm->avail_in - 5);
279 } while (in < last && out < end);
290 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dfat.c454 /* if last dupe, zero it out */
469 set_dword(infoSector->pos, This->last);
698 This->last = _DWORD(infoSector->pos);
745 This->last = MAX32;
806 unsigned int get_next_free_cluster(Fs_t *This, unsigned int last) argument
810 if(This->last != MAX32)
811 last = This->last;
813 if (last < 2 ||
814 last >
905 register unsigned int i, last; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Denvelope.c14 last mod: $Id: envelope.c 16227 2009-07-08 06:58:46Z xiphmont $
224 int last=v->pcm_current/ve->searchstep-VE_WIN; local
228 if(last+VE_WIN+VE_POST>ve->storage){
229 ve->storage=last+VE_WIN+VE_POST; /* be sure */
233 for(j=first;j<last;j++){
259 ve->current=last*ve->searchstep;
298 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m].markers[l]*.1;
305 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m+VE_BANDS].markers[l]*.1;
309 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->mark[l]*.4;
348 long last local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dpcy_tree.c198 * issued and not the last in the chain.
248 X509_POLICY_LEVEL *last; local
251 last = curr - 1;
267 parent = level_find_node(last, data->valid_policy);
270 parent = last->anyPolicy;
289 X509_POLICY_LEVEL *last; local
291 last = curr - 1;
293 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++)
295 node = sk_X509_POLICY_NODE_value(last->nodes, i);
322 if (last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/fc4/
H A Dsocal.c145 (sw_cq->in - sw_cq->out) & sw_cq->last))
169 if (++sw_cq->out > sw_cq->last) {
201 if (((s->req[1].in + 1) & s->req[1].last) != (s->req[1].out))
223 (sw_cq->in - sw_cq->out) & sw_cq->last, sw_cq->in))
248 in += sw_cq->last + 1;
261 in += sw_cq->last + 1;
265 if (sw_cq->out == sw_cq->last)
334 if (++sw_cq->out > sw_cq->last) {
340 if (++sw_cq->out > sw_cq->last) {
414 cq_next_in = (sw_cq->in + 1) & sw_cq->last;
[all...]
H A Dsoc.c118 SOD (("soc_solicited, %d pkts arrived\n", (sw_cq->in-sw_cq->out) & sw_cq->last))
140 if (++sw_cq->out > sw_cq->last) {
174 if (((s->req[1].in + 1) & s->req[1].last) != (s->req[1].out))
198 SOD (("soc_unsolicited, %d packets arrived\n", (sw_cq->in - sw_cq->out) & sw_cq->last))
221 if (in < sw_cq->out) in += sw_cq->last + 1;
234 in += sw_cq->last + 1;
238 if (sw_cq->out == sw_cq->last)
305 if (++sw_cq->out > sw_cq->last) {
311 if (++sw_cq->out > sw_cq->last) {
375 cq_next_in = (sw_cq->in + 1) & sw_cq->last;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/common/
H A Dir-functions.c155 int i,last,bit,len; local
191 last = 1;
195 if (last) {
212 last = bit;
221 int i,last,bit,len,flips; local
240 last = bit;
242 if (last == bit) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Darping.c25 static unsigned last; variable
81 last = now;
122 if (last == 0 || (now - last) > 500000) {
209 if (last) {
210 printf(" %u.%03ums\n", last / 1000, last % 1000);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.c120 (n)->last = NULL; \
127 (n)->last = ulccur; \
976 doc->last = (xmlNodePtr) cur;
992 cur->prev = doc->last;
995 doc->last = (xmlNodePtr) cur;
1239 xmlNodePtr ret = NULL, last = NULL; local
1258 if ((last != NULL) && (last->type == XML_TEXT_NODE)) {
1259 xmlNodeAddContentLen(last, q, cur - q);
1263 if (last
1436 xmlNodePtr ret = NULL, last = NULL; local
5361 xmlNodePtr last, newNode, tmp; local
7252 xmlNsMapItemPtr last; member in struct:xmlNsMap
[all...]
H A Dxinclude.c825 xmlNodePtr cur, res, result = NULL, last = NULL; local
835 result = last = res;
837 last->next = res;
838 res->prev = last;
839 last = res;
891 xmlNodePtr list = NULL, last = NULL, listParent = NULL; local
919 * last is a pointer to the last node added to the output tree
920 * lastLevel is the depth of last (relative to the root)
935 last
1103 xmlNodePtr list = NULL, last = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c123 (n)->last = NULL; \
130 (n)->last = ulccur; \
981 doc->last = (xmlNodePtr) cur;
997 cur->prev = doc->last;
1000 doc->last = (xmlNodePtr) cur;
1246 xmlNodePtr ret = NULL, last = NULL; local
1265 if ((last != NULL) && (last->type == XML_TEXT_NODE)) {
1266 xmlNodeAddContentLen(last, q, cur - q);
1270 if (last
1443 xmlNodePtr ret = NULL, last = NULL; local
5416 xmlNodePtr last, newNode, tmp; local
7396 xmlNsMapItemPtr last; member in struct:xmlNsMap
[all...]
H A Dxinclude.c838 xmlNodePtr cur, res, result = NULL, last = NULL; local
848 result = last = res;
850 last->next = res;
851 res->prev = last;
852 last = res;
904 xmlNodePtr list = NULL, last = NULL, listParent = NULL; local
932 * last is a pointer to the last node added to the output tree
933 * lastLevel is the depth of last (relative to the root)
948 last
1116 xmlNodePtr list = NULL, last = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.c120 (n)->last = NULL; \
127 (n)->last = ulccur; \
976 doc->last = (xmlNodePtr) cur;
992 cur->prev = doc->last;
995 doc->last = (xmlNodePtr) cur;
1239 xmlNodePtr ret = NULL, last = NULL; local
1258 if ((last != NULL) && (last->type == XML_TEXT_NODE)) {
1259 xmlNodeAddContentLen(last, q, cur - q);
1263 if (last
1436 xmlNodePtr ret = NULL, last = NULL; local
5361 xmlNodePtr last, newNode, tmp; local
7252 xmlNsMapItemPtr last; member in struct:xmlNsMap
[all...]
H A Dxinclude.c825 xmlNodePtr cur, res, result = NULL, last = NULL; local
835 result = last = res;
837 last->next = res;
838 res->prev = last;
839 last = res;
891 xmlNodePtr list = NULL, last = NULL, listParent = NULL; local
919 * last is a pointer to the last node added to the output tree
920 * lastLevel is the depth of last (relative to the root)
935 last
1103 xmlNodePtr list = NULL, last = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqgen.c14 last mod: $Id: vqgen.c 16037 2009-05-26 21:10:58Z xiphmont $
178 float last=0.f; local
180 if(mindel>_now(v,j)[k]-last)mindel=_now(v,j)[k]-last;
181 if(maxdel<_now(v,j)[k]-last)maxdel=_now(v,j)[k]-last;
182 if(q->sequencep)last=_now(v,j)[k];
200 float last=0; local
203 float now=rint((val-last-mindel)/delta);
217 if(q->sequencep)last
230 float last=0.f; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dfdisk_sun.c474 int i, first, last; local
545 last = read_int(scround(stop2), scround(stop2), scround(stop2),
548 last = read_int(scround(first), scround(stop2), scround(stop2),
551 last = read_int(scround(first), scround(stop), scround(stop),
554 last *= units_per_sector;
556 if (last >= stop2) {
558 last = stop2;
559 } else if (last > stop) {
564 scround(last), str_units(SINGULAR),
566 last
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpc8.c191 int last[2]; local
212 last[0] = last[1] = 0;
215 last[ch] = get_vlc2(gb, res_vlc[last[ch] > 2].table, MPC8_RES_BITS, 2) + last[ch];
216 if(last[ch] > 15) last[ch] -= 17;
217 bands[i].res[ch] = last[ch];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ocsp/
H A Docsp_cl.c234 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) argument
240 if (last < 0) last = 0;
241 else last++;
243 for (i = last; i < sk_OCSP_SINGLERESP_num(sresp); i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_cl.c236 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) argument
242 if (last < 0) last = 0;
243 else last++;
245 for (i = last; i < sk_OCSP_SINGLERESP_num(sresp); i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/mm/
H A Dmotorola.c71 unsigned long pmd, last; local
74 /* Find the last ptr table that was used in head.S and
78 last = (unsigned long)kernel_pg_dir;
83 if (pmd > last)
84 last = pmd;
87 last_pgtable = (pmd_t *)last;

Completed in 407 milliseconds

1234567891011>>