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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_write.c44 dsi->datasize = header ? ntohl(dsi->header.dsi_len) - header : 0;
45 if (dsi->datasize > 0) {
46 len = MIN(sizeof(dsi->commands) - header, dsi->datasize);
52 dsi->datasize -= len;
66 if (((length = MIN(buflen, dsi->datasize)) > 0) &&
68 dsi->datasize -= length;
79 while (dsi->datasize > 0) {
81 MIN(sizeof(dsi->data), dsi->datasize));
83 dsi->datasize -= length;
H A Ddsi_read.c47 dsi->datasize = size - buflen;
48 return min(dsi->datasize, buflen);
67 dsi->datasize -= len;
68 return min(dsi->datasize, buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_write.c44 dsi->datasize = header ? ntohl(dsi->header.dsi_len) - header : 0;
45 if (dsi->datasize > 0) {
46 len = MIN(sizeof(dsi->commands) - header, dsi->datasize);
52 dsi->datasize -= len;
66 if (((length = MIN(buflen, dsi->datasize)) > 0) &&
68 dsi->datasize -= length;
79 while (dsi->datasize > 0) {
81 MIN(sizeof(dsi->data), dsi->datasize));
83 dsi->datasize -= length;
H A Ddsi_read.c46 dsi->datasize = size - buflen;
47 LOG(log_maxdebug, logtype_dsi, "dsi_readinit: remaining data for sendfile: %zd", dsi->datasize);
48 return MIN(dsi->datasize, buflen);
67 dsi->datasize -= len;
68 return MIN(dsi->datasize, buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dmiropcm20-rds-core.h4 extern int aci_rds_cmd(unsigned char cmd, unsigned char databuffer[], int datasize);
H A Dmiropcm20-rds-core.c141 static int rds_read(unsigned char databuffer[], int datasize) argument
143 #define READSIZE (8*datasize)
147 if (datasize < 1) /* nothing to read */
155 memset(databuffer, 0, datasize);
181 int aci_rds_cmd(unsigned char cmd, unsigned char databuffer[], int datasize) argument
191 if (cmd!=RDS_RESET && (rds_ack() || rds_read(databuffer, datasize)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dc93.c107 int datasize; local
113 datasize = get_le16(pb);
114 if (datasize > 42) {
122 ret = voc_get_packet(s, pkt, c93->audio, datasize - 26);
147 datasize = get_le16(pb); /* video frame size */
149 ret = av_new_packet(pkt, datasize + 768 + 1);
153 pkt->size = datasize + 1;
155 ret = get_buffer(pb, pkt->data + 1, datasize);
156 if (ret < datasize) {
161 datasize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp_chunks.h103 size_t datasize; member in struct:Curl_chunker
H A Dhttp_chunks.c161 ch->datasize=strtoul(ch->hexbuffer, NULL, 16);
180 if(0 == ch->datasize) {
198 We expect another 'datasize' of data. We have 'length' right now,
199 it can be more or less than 'datasize'. Get the smallest piece.
201 piece = (ch->datasize >= length)?length:ch->datasize;
248 ch->datasize -= piece; /* decrease amount left to expect */
252 if(0 == ch->datasize)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtargaenc.c79 int bpp, picsize, datasize; local
123 datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height);
126 if(datasize >= 0)
130 else datasize = targa_encode_normal(out, p, bpp, avctx->width, avctx->height);
132 out += datasize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_inmem.c16 u_int32_t datasize = 32; variable
41 DB_BENCH_ASSERT((databuf = malloc(datasize)) != NULL);
50 data.size = datasize;
51 memset(databuf, 'b', datasize);
108 data.size = datasize;
109 memset(databuf, 'b', datasize);
179 DB_BENCH_ASSERT((databuf = malloc(datasize)) != NULL);
188 data.size = datasize;
189 memset(databuf, 'b', datasize);
286 datasize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_inmem.c16 u_int32_t datasize = 32; variable
41 DB_BENCH_ASSERT((databuf = malloc(datasize)) != NULL);
50 data.size = datasize;
51 memset(databuf, 'b', datasize);
108 data.size = datasize;
109 memset(databuf, 'b', datasize);
179 DB_BENCH_ASSERT((databuf = malloc(datasize)) != NULL);
188 data.size = datasize;
189 memset(databuf, 'b', datasize);
287 datasize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_erp.c25 dasd_alloc_erp_request(char *magic, int cplength, int datasize, argument
34 BUG_ON( magic == NULL || datasize > PAGE_SIZE ||
40 if (datasize > 0)
41 size += datasize;
57 if (datasize > 0) {
59 memset(cqr->data, 0, datasize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/mm/
H A Dinit.c48 int codesize, reservedpages, datasize, initsize; local
75 datasize = (unsigned long) &_edata - (unsigned long) &_etext;
85 datasize >> 10,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcycx_cfm.h60 * @datasize - configuration data size
73 unsigned long datasize; member in struct:cycx_fw_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/mm/
H A Dinit.c128 int codesize, reservedpages, datasize, initsize; local
154 datasize = (unsigned long) &_edata - (unsigned long) &_etext;
162 datasize >> 10,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Doutput.c541 size_t datasize, rwnd, inflight; local
564 datasize = sctp_data_size(chunk);
566 if (datasize > rwnd) {
623 unsigned len = datasize + q->out_qlen;
636 transport->flight_size += datasize;
639 asoc->outqueue.outstanding_bytes += datasize;
647 datasize += sizeof(struct sk_buff);
648 if (datasize < rwnd)
649 rwnd -= datasize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mm/
H A Dinit.c156 int codesize, reservedpages, datasize, initsize; local
189 datasize = (unsigned long)_edata - (unsigned long)_data;
198 datasize >> 10,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd022.tcl64 set datasize 53
65 set data [repeat "a" $datasize]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/common/
H A Drep_common.c39 u_int32_t keysize, datasize; local
59 datasize = data.size >= MAXDATASIZE ? MAXDATASIZE : data.size;
60 memcpy(databuf, data.data, datasize);
61 databuf[datasize] = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/
H A Di2c-dev.c166 int i,datasize,res; local
323 datasize = sizeof(data_arg.data->byte);
326 datasize = sizeof(data_arg.data->word);
328 datasize = sizeof(data_arg.data->block);
333 if (copy_from_user(&temp, data_arg.data, datasize))
342 if (copy_to_user(data_arg.data, &temp, datasize))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dgenrand.c82 Get datasize bytes worth of random data.
85 static void get_random_stream(unsigned char *data, size_t datasize) argument
91 for( ind = 0; ind < datasize; ind++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dinit.c161 unsigned long codesize, reservedpages, datasize, initsize; local
175 datasize = (unsigned long) &_edata - (unsigned long) &_etext;
182 datasize >>10,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dinit.c173 int codesize, reservedpages, datasize, initsize; local
219 datasize = (unsigned long) &_edata - (unsigned long) &_etext;
232 datasize >> 10,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/mm/
H A Dinit.c175 int codesize, reservedpages, datasize, initsize; local
206 datasize = (unsigned long) &_edata - (unsigned long)&_etext;
215 datasize >> 10,

Completed in 160 milliseconds

1234