Searched refs:amount (Results 26 - 50 of 91) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c1511 unsigned int amount; local
1544 * Try to read the remaining amount.
1551 amount = min((unsigned int) amount_left, mod_data.buflen);
1552 amount = min((loff_t) amount,
1556 amount = min(amount, (unsigned int) PAGE_CACHE_SIZE -
1568 if (amount == 0) {
1582 amount, &file_offset_tmp);
1583 VLDBG(curlun, "file read %u @ %llu -> %d\n", amount,
1636 unsigned int amount; local
1880 unsigned int amount; local
2299 u32 amount; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dcrypto.h150 #define CRYPTO_add(addr,amount,type) \
151 CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__)
344 int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dcrypto.h150 #define CRYPTO_add(addr,amount,type) \
151 CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__)
344 int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcrypto.h239 #define CRYPTO_add(addr,amount,type) \
240 CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__)
427 int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dcrypto.h239 #define CRYPTO_add(addr,amount,type) \
240 CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__)
427 int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dprogress.c127 pgrsSetDownloadCounter() - amount of data currently downloaded
128 pgrsSetUploadCounter() - amount of data currently uploaded
250 int countindex; /* amount of seconds stored in the speeder array */
321 curl_off_t amount = data->progress.speeder[nowindex]- local
324 if(amount > CURL_OFF_T_C(4294967) /* 0xffffffff/1000 */)
325 /* the 'amount' value is bigger than would fit in 32 bits if
328 ((double)amount/((double)span_ms/1000.0));
330 /* the 'amount' value is small enough to fit within 32 bits even
332 data->progress.current_speed = amount*CURL_OFF_T_C(1000)/span_ms;
416 /* Get the total amount o
[all...]
H A Dsslgen.c458 CURLcode Curl_ssl_initsessions(struct SessionHandle *data, long amount) argument
466 session = calloc(amount, sizeof(struct curl_ssl_session));
471 data->set.ssl.numsessions = amount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Ddir.c31 * searching for one in which the amount of total space minus the amount of
148 * @size: The amount of data to write
184 unsigned int amount; local
188 amount = size - copied;
189 if (amount > sdp->sd_sb.sb_bsize - o)
190 amount = sdp->sd_sb.sb_bsize - o;
203 if (amount == sdp->sd_jbsize || new)
212 memcpy(bh->b_data + o, buf, amount);
215 buf += amount;
299 unsigned int amount; local
[all...]
H A Deattr.c446 unsigned int amount = GFS2_EA_DATA_LEN(ea); local
447 unsigned int nptrs = DIV_ROUND_UP(amount, sdp->sd_jbsize);
482 (sdp->sd_jbsize > amount) ? amount : sdp->sd_jbsize);
484 amount -= sdp->sd_jbsize;
1207 unsigned int amount = GFS2_EA_DATA_LEN(ea); local
1208 unsigned int nptrs = DIV_ROUND_UP(amount, sdp->sd_jbsize);
1249 (sdp->sd_jbsize > amount) ? amount : sdp->sd_jbsize);
1251 amount
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Ddiv64.S35 srw r10,r10,r0 # the divisor right the same amount,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/lib/
H A Ddiv64.S35 srw r10,r10,r0 # the divisor right the same amount,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/lib/
H A Ddiv64.S35 srw r10,r10,r0 # the divisor right the same amount,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Daf_ax25.c1673 long amount; local
1674 amount = sk->sk_sndbuf - atomic_read(&sk->sk_wmem_alloc);
1675 if (amount < 0)
1676 amount = 0;
1677 res = put_user(amount, (int __user *)argp);
1683 long amount = 0L; local
1686 amount = skb->len;
1687 res = put_user(amount, (int __user *) argp);
1712 long amount; local
1717 if (get_user(amount, (lon
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlib1funcs.S66 @ four bits, since this is the amount of unwinding in the main
125 @ four bits, since this is the amount of unwinding in the main
195 @ four bits, since this is the amount of unwinding in the main
255 @ four bits, since this is the amount of unwinding in the main
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Ddiv64.S35 srw r10,r10,r0 # the divisor right the same amount,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dntlmssp_parse.c167 #define NEED_DATA(amount) \
168 if ((head_ofs + amount) > blob->length) { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Daf_netrom.c1183 long amount; local
1186 amount = sk->sk_sndbuf - atomic_read(&sk->sk_wmem_alloc);
1187 if (amount < 0)
1188 amount = 0;
1190 return put_user(amount, (int __user *)argp);
1195 long amount = 0L; local
1200 amount = skb->len;
1202 return put_user(amount, (int __user *)argp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Daf_x25.c1251 int amount = sk->sk_sndbuf - local
1253 if (amount < 0)
1254 amount = 0;
1255 rc = put_user(amount, (unsigned int __user *)argp);
1261 int amount = 0; local
1267 amount = skb->len;
1268 rc = put_user(amount, (unsigned int __user *)argp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dadutux.c424 int amount = bytes_to_read < data_in_secondary ? bytes_to_read : data_in_secondary; local
425 i = copy_to_user(buffer, dev->read_buffer_secondary+dev->secondary_head, amount);
430 dev->secondary_head += (amount - i);
431 bytes_read += (amount - i);
432 bytes_to_read -= (amount - i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dat91_mci.c149 int amount; local
155 amount = min(size, sg->length);
156 size -= amount;
161 for (index = 0; index < (amount / 4); index++)
165 memcpy(dmabuf, sgbuffer, amount);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Draw.c734 int amount = atomic_read(&sk->sk_wmem_alloc); local
735 return put_user(amount, (int __user *)arg);
739 int amount = 0; local
744 amount = skb->len;
746 return put_user(amount, (int __user *)arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c117 u_int32_t amount; member in struct:_histrec
458 hrec.amount = 10;
641 hrec.amount = 10;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp111 u_int32_t amount; member in struct:Histrec
410 hrec.amount = 10;
566 hrec.amount = 10;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp18 u_int32_t amount; member in struct:Histrec
244 hrec.amount = 10;
398 hrec.amount = 10;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Dsoundfont.c785 * conversion: value = log2(amount / base) * ratio
788 * amount = linear value (unsigned, 32bit max)
794 snd_sf_linear_to_log(unsigned int amount, int offset, int ratio) argument
799 if (amount < 2)
801 for (bit = 0; ! (amount & 0x80000000L); bit++)
802 amount <<= 1;
803 s = (amount >> 24) & 0x7f;
804 low = (amount >> 16) & 0xff;

Completed in 394 milliseconds

1234