Searched refs:asize (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A D_setargv.c45 static int allocarg(int n, int asize, char ***nargv, char *s) argument
47 if ((n+1) > asize) { /* If array full */
48 asize += 16; /* increase size and reallocate */
49 if (!(*nargv = (char **) realloc(*nargv, asize * sizeof (void *)))) {
55 return asize; /* Return new maxsize */
102 int asize; /* argv array size */ local
108 asize = *argc; /* and new argument vector to the */
121 if (! (asize = allocarg(nargc, asize, &nargv, arg)))
139 if (! (asize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib543.c35 int asize; local
44 asize = (int)sizeof(a);
46 s = curl_easy_escape(easy, (char*)a, asize);
H A Dlib558.c32 int asize; local
44 asize = (int)sizeof(a);
45 ptr = curl_easy_escape(NULL, (char *)a, asize);
H A Dlib509.c109 int asize; local
133 asize = (int)sizeof(a);
134 str = curl_easy_escape(curl, (char *)a, asize); /* uses realloc() */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dpmc551.c42 * an asize option, to allow the specification of the aperture
129 eoff_hi = end & ~(priv->asize - 1);
130 soff_hi = instr->addr & ~(priv->asize - 1);
131 eoff_lo = end & (priv->asize - 1);
132 soff_lo = instr->addr & (priv->asize - 1);
137 if (soff_hi == eoff_hi || mtd->size == priv->asize) {
149 memset(ptr, 0xff, priv->asize);
150 if (soff_hi + priv->asize >= mtd->size) {
153 soff_hi += priv->asize;
155 priv->asize,
628 static int asize = 0; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dc_size.c84 longest_int asize; local
105 for (asize = (longest_int) 0; ; asize += (longest_int) nread) {
136 return (asize);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A Dcheckstack.pl88 my ($asize, $bsize);
89 ($asize = $a) =~ s/.*: *(.*)$/$1/;
91 $bsize <=> $asize
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_xattr.c37 int error, asize = size; local
48 error = -xfs_attr_get(ip, (unsigned char *)name, value, &asize, xflags);
51 return asize;
H A Dxfs_trace.h1718 __field(unsigned short, asize)
1729 __entry->asize = in_f->ilf_asize;
1735 TP_printk("dev %d:%d ino 0x%llx, size %u, fields 0x%x, asize %d, "
1741 __entry->asize,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbrstm.c61 uint32_t size, start, asize; local
197 asize = b->block_count * st->codec->channels * 4;
198 if (size < asize) {
206 b->adpc = av_mallocz(asize);
211 avio_read(s->pb, b->adpc, asize);
212 avio_skip(s->pb, size - asize);
H A Dnsvdec.c540 uint16_t asize; local
565 asize = avio_rl16(pb);
568 av_dlog(s, "NSV CHUNK %d aux, %u bytes video, %d bytes audio\n", auxcount, vsize, asize);
586 if (!vsize && !asize) {
610 if (asize && st[NSV_ST_AUDIO]) {
615 if (asize && st[NSV_ST_AUDIO]->codec->codec_tag == MKTAG('P', 'C', 'M', ' ')/* && fill_header*/) {
622 asize-=4;
642 av_get_packet(pb, pkt, asize);
738 int asize = AV_RL16(p->buf+i+22); local
739 int offset = i + 23 + asize
[all...]
H A Dmvdec.c328 uint32_t asize = avio_rb32(pb); local
331 av_add_index_entry(ast, pos, timestamp, asize, 0, AVINDEX_KEYFRAME);
332 av_add_index_entry(vst, pos + asize, i, vsize, 0, AVINDEX_KEYFRAME);
333 timestamp += asize / (ast->codec->channels * 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dpmc551.h29 u32 asize; member in struct:mypriv
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Drr.c605 size_t asize, bsize; local
607 asize = avahi_string_list_serialize(a->data.txt.string_list, NULL, 0);
610 if (asize > 0 && !(ma = avahi_new(uint8_t, asize)))
618 avahi_string_list_serialize(a->data.txt.string_list, ma, asize);
621 if (asize && bsize)
622 r = lexicographical_memcmp(ma, asize, mb, bsize);
623 else if (asize && !bsize)
625 else if (!asize && bsize)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Drr.c605 size_t asize, bsize; local
607 asize = avahi_string_list_serialize(a->data.txt.string_list, NULL, 0);
610 if (asize > 0 && !(ma = avahi_new(uint8_t, asize)))
618 avahi_string_list_serialize(a->data.txt.string_list, ma, asize);
621 if (asize && bsize)
622 r = lexicographical_memcmp(ma, asize, mb, bsize);
623 else if (asize && !bsize)
625 else if (!asize && bsize)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DDNSUtil.c139 GetHostByAddr(struct hostent *const hp, void *addr, int asize, int atype, char *const hpbuf, size_t hpbufsize) argument
147 rc = val_gethostbyaddr_r(NULL, addr, asize, atype,
159 h = gethostbyaddr_r((gethost_addrptr_t) addr, asize, atype, hp, hpbuf, hpbufsize, &h_errno_unused);
173 rc = gethostbyaddr_r((gethost_addrptr_t) addr, asize, atype, hp, usehpbuf, hpbufsize, &h, &my_h_errno);
193 if (gethostbyaddr_r(addr, asize, atype, hp, &hed) == 0)
198 h = gethostbyaddr((gethost_addrptr_t) addr, asize, atype);
H A Dsio.h186 int GetHostByAddr(struct hostent *const hp, void *addr, int asize, int atype, char *const hpbuf, size_t hpbufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnsvdec.c567 uint16_t asize; local
593 asize = avio_rl16(pb);
596 av_dlog(s, "NSV CHUNK %d aux, %u bytes video, %d bytes audio\n", auxcount, vsize, asize);
613 if (!vsize && !asize) {
637 if (asize && st[NSV_ST_AUDIO]) {
642 if (asize && st[NSV_ST_AUDIO]->codec->codec_tag == MKTAG('P', 'C', 'M', ' ')/* && fill_header*/) {
649 asize-=4;
666 av_get_packet(pb, pkt, asize);
761 int vsize, asize, auxcount; local
780 asize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_drv.c427 unsigned int usize, asize; local
447 usize = asize = _IOC_SIZE(cmd);
448 if (drv_size > asize)
449 asize = drv_size;
454 usize = asize = _IOC_SIZE(cmd);
474 if (asize <= sizeof(stack_kdata)) {
477 kdata = kmalloc(asize, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Doffb.c308 u64 asize, taddr; local
311 addrp = of_get_pci_address(np, index, &asize, &flags);
313 addrp = of_get_address(np, index, &asize, &flags);
318 if ((offset + size) > asize)
533 u64 asize; local
592 for (i = 0; (addrp = of_get_address(dp, i, &asize, &flags))
598 if (asize < rsize)
604 ((rstart + asize) >= (addr_prop + rsize)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmackfs.c1049 int asize; local
1059 asize = strlen(smack_net_ambient) + 1;
1061 if (cn >= asize)
1063 smack_net_ambient, asize);
1131 int asize; local
1139 asize = strlen(smack) + 1;
1141 if (cn >= asize)
1142 rc = simple_read_from_buffer(buf, cn, ppos, smack, asize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/iucv/
H A Diucv.h450 * @asize: size of reply buffer
461 void *answer, size_t asize, size_t *residual);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dchecklst.cpp247 Size asize; local
254 sizeof(ListHandle), (Ptr) &m_macList, &asize);
H A Dlistbox.cpp252 Size asize; local
259 sizeof(ListHandle), (Ptr) &m_macList, &asize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Diucv.c1396 * @asize: size of reply buffer
1407 void *answer, size_t asize, size_t *residual)
1426 parm->dpl.ipbfln2f = (u32) asize;
1437 parm->db.ipbfln2f = (u32) asize;
1405 iucv_message_send2way(struct iucv_path *path, struct iucv_message *msg, u8 flags, u32 srccls, void *buffer, size_t size, void *answer, size_t asize, size_t *residual) argument

Completed in 398 milliseconds