Searched refs:remains (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib576.c28 int remains; member in struct:__anon146
33 long chunk_bgn(const struct curl_fileinfo *finfo, void *ptr, int remains);
38 long chunk_bgn(const struct curl_fileinfo *finfo, void *ptr, int remains) argument
41 ch_d->remains = remains;
44 printf("Remains: %d\n", remains);
94 if(ch_d->remains == 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dftp-wildcard.c31 int remains);
94 int remains)
96 printf("%3d %40s %10luB ", remains, finfo->filename,
92 file_is_comming(struct curl_fileinfo *finfo, struct callback_data *data, int remains) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Dinitramfs.c144 static __initdata int remains; variable
155 remains = size;
171 unsigned n = remains;
177 if ((remains -= n) != 0)
207 remains = N_ALIGN(name_len) + body_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dbcast.c85 * @remains: temporary node map used by tipc_bcbearer_send()
99 struct node_map remains; member in struct:bcbearer
585 bcbearer->remains = tipc_cltr_bcast_nodes;
594 tipc_nmap_diff(&bcbearer->remains, &p->nodes, &bcbearer->remains_new);
595 if (bcbearer->remains_new.count == bcbearer->remains.count)
616 bcbearer->remains = bcbearer->remains_new;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dadd_cr.pl80 * Copyright remains Eric Young's, and as such any Copyright notices in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl25 # * Copyright remains Eric Young's, and as such any Copyright notices in
48 * Copyright remains Eric Young's, and as such any Copyright notices in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.pl25 # * Copyright remains Eric Young's, and as such any Copyright notices in
48 * Copyright remains Eric Young's, and as such any Copyright notices in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dadd_cr.pl80 * Copyright remains Eric Young's, and as such any Copyright notices in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnandsim.c470 u_int32_t remains; local
535 remains = ns->geom.totsz;
539 if (!part || part > remains / ns->geom.secsz) {
548 remains -= ns->partitions[i].size;
551 if (remains) {
559 ns->partitions[i].size = remains;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dkeysets.pl70 * Copyright remains Eric Young's, and as such any Copyright notices in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dkeysets.pl70 * Copyright remains Eric Young's, and as such any Copyright notices in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dchecksum.S58 addcc %o1, -1, %g0 ! only one byte remains?
61 b 4f ! only one byte remains
64 be 6f ! jmp if only hword remains
339 3: be 3f ! nope, less than one loop remains
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dinit.c1102 long remains; local
1104 remains = end - start;
1105 if (remains < size_256MB)
1113 while (remains >= size_256MB) {
1119 remains -= size_256MB;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.pl192 * Copyright remains Eric Young's, and as such any Copyright notices in
H A Dobjects.pl140 * Copyright remains Eric Young's, and as such any Copyright notices in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.pl192 * Copyright remains Eric Young's, and as such any Copyright notices in
H A Dobjects.pl140 * Copyright remains Eric Young's, and as such any Copyright notices in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c1261 int remains = (buf+bufsize) - p; local
1262 memcpy(buf, p, remains);
1263 p = buf+remains;
1270 if (remains)
1275 n += remains;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A Dcurl.h261 download of an individual chunk started. Note that parameter "remains" works
265 int remains);
276 callback and we are not interested in "remains" parameter too. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/include/curl/
H A Dcurl.h261 download of an individual chunk started. Note that parameter "remains" works
265 int remains);
276 callback and we are not interested in "remains" parameter too. */

Completed in 311 milliseconds