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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dfull_write.c19 ssize_t cc; local
25 cc = safe_write(fd, buf, len);
27 if (cc < 0)
28 return cc; /* write() returns -1 on failure. */
30 total += cc;
31 buf = ((const char *)buf) + cc;
32 len -= cc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/fastwc/
H A Dwc1.l7 int cc = 0, wc = 0, lc = 0;
9 {nonws}+ cc += yyleng; ++wc;
11 {ws}+ cc += yyleng;
13 \n ++lc; ++cc;
16 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dwc2.l8 int cc = 0, wc = 0, lc = 0;
10 {word}{ws}* cc += yyleng; ++wc;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {ws}+ cc += yyleng;
15 \n+ cc += yyleng; lc += yyleng;
18 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dwc4.l9 int cc = 0, wc = 0, lc = 0;
11 {word}{ws}* ++wc; cc += yyleng;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
13 {words}{word}{ws}* wc += 2; cc += yyleng;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
15 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
17 {words}{3}{word}{ws}* wc += 4; cc += yyleng;
18 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc;
20 {ws}+ cc
[all...]
H A Dwc3.l9 int cc = 0, wc = 0, lc = 0;
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word}{ws}* cc += yyleng; wc += 2;
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
17 {ws}+ cc += yyleng;
19 \n+ cc += yyleng; lc += yyleng;
22 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dwc5.l9 int cc = 0, wc = 0, lc = 0;
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word} cc += yyleng; wc += 2; /* oops */
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
17 {ws}+ cc += yyleng;
19 \n+ cc += yyleng; lc += yyleng;
22 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dmywc.c8 register int c, cc = 0, wc = 0, lc = 0; local
12 ++cc;
19 ++cc;
25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dipsvd_perhost.c13 static struct hcc *cc; variable in typeref:struct:hcc
20 // free(cc);
21 cc = xzalloc(c * sizeof(*cc));
32 if (!cc[i].ip) {
36 if (strcmp(cc[i].ip, ip) == 0) {
43 cc[freepos].ip = ip;
44 *hccpp = &cc[freepos];
53 if (cc[i].pid == pid) {
54 free(cc[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/arch/i386/
H A DMakefile7 CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha/
H A Dadd.pl7 local($cc,$a,$b,$r);
10 ($cc)=GR("r0");
21 &mov("zero",$cc);
38 &add($o0,$cc,$o0);
39 &cmpult($o0,$cc,$cc);
41 &add($cc,$t0,$cc); &FR($t0);
47 &add($o1,$cc,$o1);
48 &cmpult($o1,$cc,
[all...]
H A Dmul.pl7 local($cc,$a,$b,$r,$couny);
10 ($cc)=GR("r0");
21 &mov("zero",$cc);
38 &add($l0,$cc,$l0); ### wait 8
40 &cmpult($l0,$cc,$cc); ### wait 8
42 &add($h0,$cc,$cc); &FR($h0); ### wait 8
44 &add($l1,$cc,$l1); ### wait 8
46 &cmpult($l1,$cc,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha.works/
H A Dadd.pl7 local($cc,$a,$b,$r);
10 ($cc)=GR("r0");
21 &mov("zero",$cc);
42 &add($o0,$cc,$o0);
43 &cmpult($o0,$cc,$cc);
44 &add($cc,$t0,$cc); &FR($t0);
50 &add($o1,$cc,$o1);
51 &cmpult($o1,$cc,
[all...]
H A Dmul.pl7 local($cc,$a,$b,$r,$couny);
10 ($cc)=GR("r0");
21 &mov("zero",$cc);
43 &add($o0,$cc,$o0);
44 &cmpult($o0,$cc,$cc);
45 &add($cc,$t0,$cc); &FR($t0);
51 &add($o1,$cc,$o1);
52 &cmpult($o1,$cc,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh7 $cc -print-file-name=libncursesw.so | grep -q /
12 $cc -print-file-name=libncurses.so | grep -q /
17 $cc -print-file-name=libcurses.so | grep -q /
45 echo "main() {}" | $cc -xc - -o $tmp 2> /dev/null
65 cc=""
69 cc="$@"
77 cc="$@"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_read.c40 ssize_t cc; local
49 if (( cc = read( ad_fd->adf_fd, buf, count )) < 0 ) {
52 ad_fd->adf_off += cc;
54 cc = pread(ad_fd->adf_fd, buf, count, offset );
56 return cc;
64 ssize_t cc; local
71 cc = strlen(ad->ad_data_fork.adf_syml);
72 if (buflen < cc)
75 memcpy(buf, ad->ad_data_fork.adf_syml, cc);
77 cc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_read.c40 ssize_t cc; local
49 if (( cc = read( ad_fd->adf_fd, buf, count )) < 0 ) {
52 ad_fd->adf_off += cc;
54 cc = pread(ad_fd->adf_fd, buf, count, offset );
56 return cc;
64 ssize_t cc; local
71 cc = strlen(ad->ad_data_fork.adf_syml);
72 if (buflen < cc)
75 memcpy(buf, ad->ad_data_fork.adf_syml, cc);
77 cc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c59 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
61 void (*dtr)(struct crypt_config *cc);
62 const char *(*status)(struct crypt_config *cc);
63 int (*generator)(struct crypt_config *cc, u8 *iv, sector_t sector);
131 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, sector_t sector) argument
133 memset(iv, 0, cc->iv_size);
139 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, argument
170 sg_set_buf(&sg, cc->key, cc->key_size);
173 err = crypto_hash_digest(&desc, &sg, cc
209 crypt_iv_essiv_dtr(struct crypt_config *cc) argument
215 crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, sector_t sector) argument
223 crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
247 crypt_iv_benbi_dtr(struct crypt_config *cc) argument
251 crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, sector_t sector) argument
263 crypt_iv_null_gen(struct crypt_config *cc, u8 *iv, sector_t sector) argument
291 crypt_convert_scatterlist(struct crypt_config *cc, struct scatterlist *out, struct scatterlist *in, unsigned int length, int write, sector_t sector) argument
323 crypt_convert_init(struct crypt_config *cc, struct convert_context *ctx, struct bio *bio_out, struct bio *bio_in, sector_t sector, int write) argument
340 crypt_convert(struct crypt_config *cc, struct convert_context *ctx) argument
386 struct crypt_config *cc = io->target->private; local
398 struct crypt_config *cc = io->target->private; local
444 crypt_free_buffer_pages(struct crypt_config *cc, struct bio *clone, unsigned int bytes) argument
484 struct crypt_config *cc = (struct crypt_config *) io->target->private; local
515 struct crypt_config *cc = io->target->private; local
550 struct crypt_config *cc = io->target->private; local
561 struct crypt_config *cc = io->target->private; local
592 struct crypt_config *cc = io->target->private; local
649 struct crypt_config *cc = io->target->private; local
711 crypt_set_key(struct crypt_config *cc, char *key) argument
729 crypt_wipe_key(struct crypt_config *cc) argument
742 struct crypt_config *cc; local
921 struct crypt_config *cc = (struct crypt_config *) ti->private; local
941 struct crypt_config *cc = ti->private; local
960 struct crypt_config *cc = (struct crypt_config *) ti->private; local
996 struct crypt_config *cc = ti->private; local
1003 struct crypt_config *cc = ti->private; local
1015 struct crypt_config *cc = ti->private; local
1026 struct crypt_config *cc = ti->private; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/psf/
H A Dpsa.c36 int cc, n, ipc = -1, fpc = -1; local
50 while (( cc = read( 0, buf, sizeof( buf ))) > 0 ) {
53 for ( p = buf, end = buf + cc; p < end; p++ ) {
65 cc -= ( p - buf );
66 if ( cc != 0 ) {
67 bcopy( p, buf, cc );
71 for ( p = buf + cc - 1; p >= buf; p-- ) {
90 cc -= p - buf;
100 if ( cc != 0 && write( 2, buf, cc ) !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/psf/
H A Dpsa.c36 int cc, n, ipc = -1, fpc = -1; local
50 while (( cc = read( 0, buf, sizeof( buf ))) > 0 ) {
53 for ( p = buf, end = buf + cc; p < end; p++ ) {
65 cc -= ( p - buf );
66 if ( cc != 0 ) {
67 bcopy( p, buf, cc );
71 for ( p = buf + cc - 1; p >= buf; p-- ) {
90 cc -= p - buf;
100 if ( cc != 0 && write( 2, buf, cc ) !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dtimex.h17 int cc; local
23 : "=d" (cc) : "m" (time), "a" (&time) : "cc");
24 return cc;
29 int cc; local
35 : "=d" (cc), "=m" (*time) : "a" (time) : "cc");
36 return cc;
58 asm volatile("stck %0" : "=Q" (clk) : : "cc");
60 asm volatile("stck 0(%1)" : "=m" (clk) : "a" (&clk) : "cc");
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dsflash.h36 extern int sflash_poll(si_t *sih, chipcregs_t *cc, uint offset);
37 extern int sflash_read(si_t *sih, chipcregs_t *cc,
39 extern int sflash_write(si_t *sih, chipcregs_t *cc,
41 extern int sflash_erase(si_t *sih, chipcregs_t *cc, uint offset);
42 extern int sflash_commit(si_t *sih, chipcregs_t *cc,
44 extern struct sflash *sflash_init(si_t *sih, chipcregs_t *cc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A DMakefile.am17 hello_SOURCES = hello.cc hellowindow.cc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/nbp/
H A Dnbp_unrgstr.c45 int s, cc; local
65 if (( cc = strlen( obj )) > NBPSTRLEN ) return( -1 );
66 *data++ = cc;
67 memcpy( data, obj, cc );
68 data += cc;
74 if (( cc = strlen( type )) > NBPSTRLEN ) return( -1 );
75 *data++ = cc;
76 memcpy( data, type, cc );
77 data += cc;
83 if (( cc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/nbp/
H A Dnbp_unrgstr.c45 int s, cc; local
65 if (( cc = strlen( obj )) > NBPSTRLEN ) return( -1 );
66 *data++ = cc;
67 memcpy( data, obj, cc );
68 data += cc;
74 if (( cc = strlen( type )) > NBPSTRLEN ) return( -1 );
75 *data++ = cc;
76 memcpy( data, type, cc );
77 data += cc;
83 if (( cc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsflash.c39 sflash_cmd(osl_t *osh, chipcregs_t *cc, uint opcode) argument
41 W_REG(osh, &cc->flashcontrol, SFLASH_START | opcode);
42 while (R_REG(osh, &cc->flashcontrol) & SFLASH_BUSY);
49 sflash_init(si_t *sih, chipcregs_t *cc) argument
67 sflash_cmd(osh, cc, SFLASH_ST_DP);
68 W_REG(osh, &cc->flashaddress, 0);
69 sflash_cmd(osh, cc, SFLASH_ST_RES);
70 id = R_REG(osh, &cc->flashdata);
82 sflash_cmd(osh, cc, SFLASH_MXIC_RDID);
83 id = R_REG(osh, &cc
241 sflash_read(si_t *sih, chipcregs_t *cc, uint offset, uint len, uchar *buf) argument
291 sflash_poll(si_t *sih, chipcregs_t *cc, uint offset) argument
332 sflash_write(si_t *sih, chipcregs_t *cc, uint offset, uint length, const uchar *buffer) argument
500 sflash_erase(si_t *sih, chipcregs_t *cc, uint offset) argument
537 sflash_commit(si_t *sih, chipcregs_t *cc, uint offset, uint len, const uchar *buf) argument
[all...]

Completed in 141 milliseconds

1234567891011>>