Searched refs:cd (Results 76 - 100 of 178) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dcharset_macosxfs.c205 void *cd, /* Encoder handle */
214 (void) cd; /* UNUSED */
327 void *cd, /* Encoder handle */
337 (void) cd; /* UNUSED */
433 void *cd, /* Encoder handle */
444 (void) cd; /* UNUSED */
521 void *cd, /* Encoder handle */
530 (void) cd; /* UNUSED */
204 macosxfs_encoding_pull( void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) argument
326 macosxfs_encoding_push( void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) argument
432 macosxfs_encoding_pull( void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) argument
520 macosxfs_encoding_push( void *cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) argument
H A Dweird.c34 static size_t weird_pull(void *cd, const char **inbuf, size_t *inbytesleft, argument
77 static size_t weird_push(void *cd, const char **inbuf, size_t *inbytesleft, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/dma/
H A Ddmaengine.c76 static ssize_t show_memcpy_count(struct class_device *cd, char *buf) argument
78 struct dma_chan *chan = container_of(cd, struct dma_chan, class_dev);
88 static ssize_t show_bytes_transferred(struct class_device *cd, char *buf) argument
90 struct dma_chan *chan = container_of(cd, struct dma_chan, class_dev);
100 static ssize_t show_in_use(struct class_device *cd, char *buf) argument
102 struct dma_chan *chan = container_of(cd, struct dma_chan, class_dev);
116 static void dma_class_dev_release(struct class_device *cd) argument
118 struct dma_chan *chan = container_of(cd, struct dma_chan, class_dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dsubdir.mak28 cd ./$(SUBDIR) && $(LN_S) $(SLIBNAME_WITH_MAJOR) $(SLIBNAME)
44 cd "$(SHLIBDIR)" && \
46 cd "$(SHLIBDIR)" && \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dspeed.c185 long ca,cb,cc,cd,ce; local
213 cd=count*8/BUFSIZE+1;
272 printf("Doing DES_ede_cbc_encrypt %ld times on %ld byte blocks\n",cd,
276 for (count=0,run=1; COND(cd); count++)
286 d=((double)COUNT(cd)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dspeed.c189 long ca,cb,cc,cd,ce; local
217 cd=count*8/BUFSIZE+1;
276 printf("Doing DES_ede_cbc_encrypt %ld times on %ld byte blocks\n",cd,
280 for (count=0,run=1; COND(cd); count++)
290 d=((double)COUNT(cd)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dsmbdes.c198 char *cd; local
215 cd = pk1 + 56;
216 pd1= cd + 56;
230 concat(cd, c, d, 28, 28);
231 permute(ki[i], cd, perm2, 48);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/uniconv/
H A Diso8859_1_adapted.c52 static size_t iso8859_adapted_push( void *cd _U_, char **inbuf, size_t *inbytesleft,
106 static size_t iso8859_adapted_pull ( void *cd _U_, char **inbuf, size_t *inbytesleft,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Ddns.h97 #define AVAHI_DNS_FLAGS(qr, opcode, aa, tc, rd, ra, z, ad, cd, rcode) \
105 ((uint16_t) !!cd << 4) | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/
H A Diso8859_1_adapted.c52 static size_t iso8859_adapted_push( void *cd _U_, char **inbuf, size_t *inbytesleft,
106 static size_t iso8859_adapted_pull ( void *cd _U_, char **inbuf, size_t *inbytesleft,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfsxdr.c501 struct nfsd_readdirres *cd = container_of(ccd, struct nfsd_readdirres, common); local
502 __be32 *p = cd->buffer;
511 cd->common.err = nfserr_fbig;
514 if (cd->offset)
515 *cd->offset = htonl(offset);
520 if ((buflen = cd->buflen - slen - 4) < 0) {
521 cd->common.err = nfserr_toosmall;
527 cd->offset = p; /* remember pointer */
530 cd->buflen = buflen;
531 cd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-misc.c47 iconv_t cd = iconv_open(to_ces, from_ces); local
49 if(cd == (iconv_t)-1)
53 rc = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
66 iconv_close(cd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-misc.c46 iconv_t cd = iconv_open(to_ces, from_ces); local
48 if(cd == (iconv_t)-1)
52 rc = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
65 iconv_close(cd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-misc.c47 iconv_t cd = iconv_open(to_ces, from_ces); local
49 if(cd == (iconv_t)-1)
53 rc = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft);
66 iconv_close(cd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dsock.c76 struct bnep_conndel_req cd; local
114 if (copy_from_user(&cd, argp, sizeof(cd)))
117 return bnep_del_connection(&cd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/cmtp/
H A Dsock.c69 struct cmtp_conndel_req cd; local
108 if (copy_from_user(&cd, argp, sizeof(cd)))
111 return cmtp_del_connection(&cd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/hidp/
H A Dsock.c66 struct hidp_conndel_req cd; local
114 if (copy_from_user(&cd, argp, sizeof(cd)))
117 return hidp_del_connection(&cd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvmnc.c140 uint8_t* cd = c->curbits, *msk = c->curmask; local
143 dst[i] = (dst[i] & cd[i]) ^ msk[i];
145 cd += c->cur_w;
149 uint16_t* cd = (uint16_t*)c->curbits, *msk = (uint16_t*)c->curmask; local
154 dst2[i] = (dst2[i] & cd[i]) ^ msk[i];
156 cd += c->cur_w;
160 uint32_t* cd = (uint32_t*)c->curbits, *msk = (uint32_t*)c->curmask; local
165 dst2[i] = (dst2[i] & cd[i]) ^ msk[i];
167 cd += c->cur_w;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mfd/
H A Ducb1x00.h147 #define classdev_to_ucb1x00(cd) container_of(cd, struct ucb1x00, cdev)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Decard.h111 unsigned char cd:1; /* Chunk dir present */ member in struct:in_ecid
204 * cd : where to put read data
209 extern int ecard_readchunk (struct in_chunk_dir *cd, struct expansion_card *ec, int id, int num);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dmac_hebrew.c84 static size_t mac_hebrew_push( void *cd _U_, char **inbuf, size_t *inbytesleft,
156 static size_t mac_hebrew_pull ( void *cd _U_, char **inbuf, size_t *inbytesleft,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dutf8.c75 static size_t utf8_pull(void *cd _U_, char **inbuf, size_t *inbytesleft,
151 static size_t utf8_push(void *cd _U_, char **inbuf, size_t *inbytesleft,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dmac_hebrew.c84 static size_t mac_hebrew_push( void *cd _U_, char **inbuf, size_t *inbytesleft,
156 static size_t mac_hebrew_pull ( void *cd _U_, char **inbuf, size_t *inbytesleft,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dutf8.c75 static size_t utf8_pull(void *cd _U_, char **inbuf, size_t *inbytesleft,
151 static size_t utf8_push(void *cd _U_, char **inbuf, size_t *inbytesleft,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dbitreader.h52 FLAC__bool FLAC__bitreader_init(FLAC__BitReader *br, FLAC__CPUInfo cpu, FLAC__BitReaderReadCallback rcb, void *cd);

Completed in 189 milliseconds

12345678