Searched refs:cc (Results 126 - 150 of 2182) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rc2/
H A Drc2cfb64.c76 unsigned char *iv, c, cc; local
114 cc = *(in++);
116 iv[n] = cc;
117 *(out++) = c ^ cc;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rc5/
H A Drc5cfb64.c76 unsigned char *iv, c, cc; local
114 cc = *(in++);
116 iv[n] = cc;
117 *(out++) = c ^ cc;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/adouble/
H A Dad_write.c29 ssize_t cc; local
38 cc = write( ad_fd->adf_fd, buf, count );
39 if ( cc < 0 ) {
42 ad_fd->adf_off += cc;
44 cc = pwrite(ad_fd->adf_fd, buf, count, offset );
46 return cc;
54 ssize_t cc; local
72 cc = adf_pwrite(&ad->ad_data_fork, buf, buflen, off);
88 cc = adf_pwrite(&ad->ad_resource_fork, buf, buflen, r_off);
90 if ( ad->ad_rlen < off + cc )
195 ssize_t cc; local
217 ssize_t cc; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bf/
H A Dbf_cfb64.c74 unsigned char *iv,c,cc; local
111 cc= *(in++);
113 iv[n]=cc;
114 *(out++)=c^cc;
118 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/cast/
H A Dc_cfb64.c75 unsigned char *iv,c,cc; local
112 cc= *(in++);
114 iv[n]=cc;
115 *(out++)=c^cc;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/des/
H A Dcfb64enc.c74 unsigned char *iv,c,cc; local
111 cc= *(in++);
113 iv[n]=cc;
114 *(out++)=c^cc;
118 v0=v1=ti[0]=ti[1]=c=cc=0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/idea/
H A Di_cfb64.c75 unsigned char *iv,c,cc; local
112 cc= *(in++);
114 iv[n]=cc;
115 *(out++)=c^cc;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rc2/
H A Drc2cfb64.c75 unsigned char *iv,c,cc; local
112 cc= *(in++);
114 iv[n]=cc;
115 *(out++)=c^cc;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rc5/
H A Drc5cfb64.c75 unsigned char *iv,c,cc; local
112 cc= *(in++);
114 iv[n]=cc;
115 *(out++)=c^cc;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bf/
H A Dbf_cfb64.c76 unsigned char *iv, c, cc; local
114 cc = *(in++);
116 iv[n] = cc;
117 *(out++) = c ^ cc;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/cast/
H A Dc_cfb64.c76 unsigned char *iv, c, cc; local
114 cc = *(in++);
116 iv[n] = cc;
117 *(out++) = c ^ cc;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/des/
H A Dcfb64enc.c75 unsigned char *iv, c, cc; local
113 cc = *(in++);
115 iv[n] = cc;
116 *(out++) = c ^ cc;
120 v0 = v1 = ti[0] = ti[1] = c = cc = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dcdgraphics.c83 CDGraphicsContext *cc = avctx->priv_data; local
85 cdg_init_frame(&cc->frame);
94 static void cdg_border_preset(CDGraphicsContext *cc, uint8_t *data) argument
97 int lsize = cc->frame.linesize[0];
98 uint8_t *buf = cc->frame.data[0];
116 static void cdg_load_palette(CDGraphicsContext *cc, uint8_t *data, int low) argument
122 uint32_t *palette = (uint32_t *) cc->frame.data[1];
131 cc->frame.palette_has_changed = 1;
134 static int cdg_tile_block(CDGraphicsContext *cc, uint8_t *data, int b) argument
140 int stride = cc
206 cdg_scroll(CDGraphicsContext *cc, uint8_t *data, AVFrame *new_frame, int roll_over) argument
277 CDGraphicsContext *cc = avctx->priv_data; local
362 CDGraphicsContext *cc = avctx->priv_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dcdgraphics.c83 CDGraphicsContext *cc = avctx->priv_data; local
85 cdg_init_frame(&cc->frame);
94 static void cdg_border_preset(CDGraphicsContext *cc, uint8_t *data) argument
97 int lsize = cc->frame.linesize[0];
98 uint8_t *buf = cc->frame.data[0];
116 static void cdg_load_palette(CDGraphicsContext *cc, uint8_t *data, int low) argument
122 uint32_t *palette = (uint32_t *) cc->frame.data[1];
131 cc->frame.palette_has_changed = 1;
134 static int cdg_tile_block(CDGraphicsContext *cc, uint8_t *data, int b) argument
140 int stride = cc
206 cdg_scroll(CDGraphicsContext *cc, uint8_t *data, AVFrame *new_frame, int roll_over) argument
277 CDGraphicsContext *cc = avctx->priv_data; local
362 CDGraphicsContext *cc = avctx->priv_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dcdgraphics.c83 CDGraphicsContext *cc = avctx->priv_data; local
85 cdg_init_frame(&cc->frame);
94 static void cdg_border_preset(CDGraphicsContext *cc, uint8_t *data) argument
97 int lsize = cc->frame.linesize[0];
98 uint8_t *buf = cc->frame.data[0];
116 static void cdg_load_palette(CDGraphicsContext *cc, uint8_t *data, int low) argument
122 uint32_t *palette = (uint32_t *) cc->frame.data[1];
131 cc->frame.palette_has_changed = 1;
134 static int cdg_tile_block(CDGraphicsContext *cc, uint8_t *data, int b) argument
140 int stride = cc
206 cdg_scroll(CDGraphicsContext *cc, uint8_t *data, AVFrame *new_frame, int roll_over) argument
277 CDGraphicsContext *cc = avctx->priv_data; local
362 CDGraphicsContext *cc = avctx->priv_data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_study.c89 register pcre_uchar *cc = (pcre_uchar *)code + 1 + LINK_SIZE; local
92 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE;
101 register int op = *cc;
112 cs = cc + GET(cc, 1);
115 cc = cs + 1 + LINK_SIZE;
132 d = find_minlength(cc, startcode, options, recurse_depth);
135 do cc += GET(cc, 1); while (*cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_study.c89 register pcre_uchar *cc = (pcre_uchar *)code + 1 + LINK_SIZE; local
92 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE;
101 register int op = *cc;
112 cs = cc + GET(cc, 1);
115 cc = cs + 1 + LINK_SIZE;
132 d = find_minlength(cc, startcode, options, recurse_depth);
135 do cc += GET(cc, 1); while (*cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_study.c89 register pcre_uchar *cc = (pcre_uchar *)code + 1 + LINK_SIZE; local
92 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE;
101 register int op = *cc;
112 cs = cc + GET(cc, 1);
115 cc = cs + 1 + LINK_SIZE;
132 d = find_minlength(cc, startcode, options, recurse_depth);
135 do cc += GET(cc, 1); while (*cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A Drecordmcount.pl117 print "usage: $P arch endian bits objdump objcopy cc ld nm rm mv is_module inputfile\n";
122 my ($arch, $endian, $bits, $objdump, $objcopy, $cc,
142 $cc = 'gcc' if (!$cc);
148 #print STDERR "running: $P '$arch' '$objdump' '$objcopy' '$cc' '$ld' " .
229 $cc .= " -m64";
238 $cc .= " -m32";
244 $cc .= " -m31";
251 $cc .= " -m64";
259 $cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A Drecordmcount.pl117 print "usage: $P arch endian bits objdump objcopy cc ld nm rm mv is_module inputfile\n";
122 my ($arch, $endian, $bits, $objdump, $objcopy, $cc,
142 $cc = 'gcc' if (!$cc);
148 #print STDERR "running: $P '$arch' '$objdump' '$objcopy' '$cc' '$ld' " .
229 $cc .= " -m64";
238 $cc .= " -m32";
244 $cc .= " -m31";
251 $cc .= " -m64";
259 $cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68knommu/
H A DMakefile91 cflags-$(CONFIG_M5206) := $(call cc-option,-mcpu=5206,-m5200)
92 cflags-$(CONFIG_M5206e) := $(call cc-option,-m5206e,-m5200)
93 cflags-$(CONFIG_M520x) := $(call cc-option,-mcpu=5208,-m5200)
94 cflags-$(CONFIG_M523x) := $(call cc-option,-mcpu=523x,-m5307)
95 cflags-$(CONFIG_M5249) := $(call cc-option,-mcpu=5249,-m5200)
96 cflags-$(CONFIG_M5271) := $(call cc-option,-mcpu=5271,-m5307)
97 cflags-$(CONFIG_M5272) := $(call cc-option,-mcpu=5272,-m5307)
98 cflags-$(CONFIG_M5275) := $(call cc-option,-mcpu=5275,-m5307)
99 cflags-$(CONFIG_M528x) := $(call cc-option,-m528x,-m5307)
100 cflags-$(CONFIG_M5307) := $(call cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/lib/
H A Dstrncmp.S34 if ! cc jump 3f; /* not equal, break out */
36 if ! cc jump 4f; /* yes, all done */
39 if ! cc jump 1b (bp); /* more to do, keep going */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68knommu/
H A DMakefile91 cflags-$(CONFIG_M5206) := $(call cc-option,-mcpu=5206,-m5200)
92 cflags-$(CONFIG_M5206e) := $(call cc-option,-m5206e,-m5200)
93 cflags-$(CONFIG_M520x) := $(call cc-option,-mcpu=5208,-m5200)
94 cflags-$(CONFIG_M523x) := $(call cc-option,-mcpu=523x,-m5307)
95 cflags-$(CONFIG_M5249) := $(call cc-option,-mcpu=5249,-m5200)
96 cflags-$(CONFIG_M5271) := $(call cc-option,-mcpu=5271,-m5307)
97 cflags-$(CONFIG_M5272) := $(call cc-option,-mcpu=5272,-m5307)
98 cflags-$(CONFIG_M5275) := $(call cc-option,-mcpu=5275,-m5307)
99 cflags-$(CONFIG_M528x) := $(call cc-option,-m528x,-m5307)
100 cflags-$(CONFIG_M5307) := $(call cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/lib/
H A Dstrncmp.S34 if ! cc jump 3f; /* not equal, break out */
36 if ! cc jump 4f; /* yes, all done */
39 if ! cc jump 1b (bp); /* more to do, keep going */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbcmotp.c84 typedef uint16 (*otp_read_bit_t)(void *oh, chipcregs_t *cc, uint off);
281 static int ipxotp_check_otp_pmu_res(chipcregs_t *cc);
282 static int ipxotp_write_bit(otpinfo_t *oi, chipcregs_t *cc, uint off);
283 static int ipxotp40n_read2x(void *oh, chipcregs_t *cc, uint off);
284 static int ipxotp_write_rde_nopc(void *oh, chipcregs_t *cc, int rde, uint bit, uint val);
303 BCMNMIATTACHFN(ipxotp_read_bit_common)(void *oh, chipcregs_t *cc, uint off) argument
310 otpwt = (R_REG(oi->osh, &cc->otplayout) & OTPL_WRAP_TYPE_MASK) >> OTPL_WRAP_TYPE_SHIFT;
322 W_REG(oi->osh, &cc->otpprog, otpp);
325 ((st = R_REG(oi->osh, &cc->otpprog)) & OTPP_START_BUSY) && (k < OTPP_TRIES);
343 BCMNMIATTACHFN(ipxotp_read_bit)(void *oh, chipcregs_t *cc, uin argument
356 ipxotp_otprb16(void *oh, chipcregs_t *cc, uint wn) argument
378 ipxotp_otpr(void *oh, chipcregs_t *cc, uint wn) argument
454 chipcregs_t *cc; local
644 _ipxotp_init(otpinfo_t *oi, chipcregs_t *cc) argument
806 chipcregs_t *cc; local
913 chipcregs_t *cc; local
1024 chipcregs_t *cc; local
1045 ipxotp_writable(otpinfo_t *oi, chipcregs_t *cc) argument
1099 ipxotp_unwritable(otpinfo_t *oi, chipcregs_t *cc) argument
1149 ipxotp_write_bit_common(otpinfo_t *oi, chipcregs_t *cc, uint off) argument
1184 ipxotp40n_read2x(void *oh, chipcregs_t *cc, uint off) argument
1208 ipxotp40n_read1x(void *oh, chipcregs_t *cc, uint off, uint fuse) argument
1232 ipxotp40n_verify1x(void *oh, chipcregs_t *cc, uint off, uint fuse) argument
1256 ipxotp40n_write_fuse(otpinfo_t *oi, chipcregs_t *cc, uint off, uint fuse) argument
1278 ipxotp40n_write_bit(otpinfo_t *oi, chipcregs_t *cc, uint off) argument
1338 chipcregs_t *cc; local
1362 chipcregs_t *cc; local
1398 chipcregs_t *cc; local
1431 chipcregs_t *cc; local
1472 ipxotp_write_bit(otpinfo_t *oi, chipcregs_t *cc, uint off) argument
1501 chipcregs_t *cc; local
1553 ipxotp_write_lock_bit(otpinfo_t *oi, chipcregs_t *cc, uint off) argument
1587 ipxotp_otpwb16(otpinfo_t *oi, chipcregs_t *cc, int wn, uint16 data) argument
1622 ipxotp_check_otp_pmu_res(chipcregs_t *cc) argument
1640 ipxotp_write_rde_nopc(void *oh, chipcregs_t *cc, int rde, uint bit, uint val) argument
1705 chipcregs_t *cc; local
1731 ipxotp_fix_word16(void *oh, uint wn, uint16 mask, uint16 val, chipcregs_t *cc) argument
1753 ipxotp_check_word16(void *oh, chipcregs_t *cc, uint wn, uint16 val) argument
1781 chipcregs_t *cc; local
2027 chipcregs_t *cc; local
2274 chipcregs_t *cc; local
2336 chipcregs_t *cc; local
2507 hndotp_otpr(void *oh, chipcregs_t *cc, uint wn) argument
2523 hndotp_otproff(void *oh, chipcregs_t *cc, int woff) argument
2541 hndotp_read_bit(void *oh, chipcregs_t *cc, uint idx) argument
2581 chipcregs_t *cc; local
2664 chipcregs_t *cc; local
2696 chipcregs_t *cc; local
2716 chipcregs_t *cc; local
2861 hndotp_write_bit(void *oh, chipcregs_t *cc, int bn, bool bit, int no_retry) argument
2955 chipcregs_t *cc; local
2983 hndotp_write_word(void *oh, chipcregs_t *cc, int wn, uint16 data) argument
3007 hndotp_valid_rce(void *oh, chipcregs_t *cc, int i) argument
3040 hndotp_write_rce(void *oh, chipcregs_t *cc, int r, uint16* data) argument
3132 hndotp_write_row(void *oh, chipcregs_t *cc, int wn, uint16* data, bool rewrite) argument
3166 chipcregs_t *cc; local
3298 chipcregs_t *cc; local
3360 chipcregs_t *cc; local
3491 hndotp_otprb16(void *oh, chipcregs_t *cc, uint wn) argument
3512 chipcregs_t *cc; local
3634 chipcregs_t *cc = si_setcoreidx(oi->sih, SI_CC_IDX); local
[all...]

Completed in 508 milliseconds

1234567891011>>