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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dfull_write.c19 ssize_t cc; local
25 cc = safe_write(fd, buf, len);
27 if (cc < 0) {
33 return cc; /* write() returns -1 on failure. */
36 total += cc;
37 buf = ((const char *)buf) + cc;
38 len -= cc;
H A Dread.c30 ssize_t cc; local
36 cc = safe_read(fd, buf, len);
38 if (cc < 0) {
44 return cc; /* read() returns -1 on failure. */
46 if (cc == 0)
48 buf = ((char *)buf) + cc;
49 total += cc;
50 len -= cc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dfull_write.c19 ssize_t cc; local
25 cc = safe_write(fd, buf, len);
27 if (cc < 0) {
33 return cc; /* write() returns -1 on failure. */
36 total += cc;
37 buf = ((const char *)buf) + cc;
38 len -= cc;
H A Dread.c30 ssize_t cc; local
36 cc = safe_read(fd, buf, len);
38 if (cc < 0) {
44 return cc; /* read() returns -1 on failure. */
46 if (cc == 0)
48 buf = ((char *)buf) + cc;
49 total += cc;
50 len -= cc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dfull_write.c19 ssize_t cc; local
25 cc = safe_write(fd, buf, len);
27 if (cc < 0) {
33 return cc; /* write() returns -1 on failure. */
36 total += cc;
37 buf = ((const char *)buf) + cc;
38 len -= cc;
H A Dread.c30 ssize_t cc; local
36 cc = safe_read(fd, buf, len);
38 if (cc < 0) {
44 return cc; /* read() returns -1 on failure. */
46 if (cc == 0)
48 buf = ((char *)buf) + cc;
49 total += cc;
50 len -= cc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavutil/arm/
H A Dtimer.h33 unsigned cc; local
34 __asm__ volatile ("mrc p15, 0, %0, c9, c13, 0" : "=r"(cc));
35 return cc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavutil/arm/
H A Dtimer.h33 unsigned cc; local
34 __asm__ volatile ("mrc p15, 0, %0, c9, c13, 0" : "=r"(cc));
35 return cc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavutil/arm/
H A Dtimer.h33 unsigned cc; local
34 __asm__ volatile ("mrc p15, 0, %0, c9, c13, 0" : "=r"(cc));
35 return cc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dtcpudp_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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dtcpudp_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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dtcpudp_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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ssb/
H A Ddriver_chipcommon.c29 static inline u32 chipco_write32_masked(struct ssb_chipcommon *cc, u16 offset, argument
33 value |= chipco_read32(cc, offset) & ~mask;
34 chipco_write32(cc, offset, value);
39 void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, argument
42 struct ssb_device *ccdev = cc->dev;
55 if (!(cc->capabilities & SSB_CHIPCO_CAP_PCTL))
60 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCTL);
62 chipco_write32(cc, SSB_CHIPCO_SLOWCLKCTL, tmp);
66 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCTL);
69 chipco_write32(cc, SSB_CHIPCO_SLOWCLKCT
90 chipco_pctl_get_slowclksrc(struct ssb_chipcommon *cc) argument
121 chipco_pctl_clockfreqlimit(struct ssb_chipcommon *cc, int get_max) argument
182 chipco_powercontrol_init(struct ssb_chipcommon *cc) argument
213 pmu_fast_powerup_delay(struct ssb_chipcommon *cc) argument
230 calc_fast_powerup_delay(struct ssb_chipcommon *cc) argument
256 ssb_chipcommon_init(struct ssb_chipcommon *cc) argument
269 ssb_chipco_suspend(struct ssb_chipcommon *cc) argument
276 ssb_chipco_resume(struct ssb_chipcommon *cc) argument
285 ssb_chipco_get_clockcpu(struct ssb_chipcommon *cc, u32 *plltype, u32 *n, u32 *m) argument
308 ssb_chipco_get_clockcontrol(struct ssb_chipcommon *cc, u32 *plltype, u32 *n, u32 *m) argument
328 ssb_chipco_timing_init(struct ssb_chipcommon *cc, unsigned long ns) argument
365 ssb_chipco_watchdog_timer_set(struct ssb_chipcommon *cc, u32 ticks) argument
371 ssb_chipco_irq_mask(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
376 ssb_chipco_irq_status(struct ssb_chipcommon *cc, u32 mask) argument
381 ssb_chipco_gpio_in(struct ssb_chipcommon *cc, u32 mask) argument
386 ssb_chipco_gpio_out(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
391 ssb_chipco_gpio_outen(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
396 ssb_chipco_gpio_control(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
402 ssb_chipco_gpio_intmask(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
407 ssb_chipco_gpio_polarity(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
413 ssb_chipco_serial_init(struct ssb_chipcommon *cc, struct ssb_serial_port *ports) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ssb/
H A Ddriver_chipcommon.c29 static inline u32 chipco_write32_masked(struct ssb_chipcommon *cc, u16 offset, argument
33 value |= chipco_read32(cc, offset) & ~mask;
34 chipco_write32(cc, offset, value);
39 void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, argument
42 struct ssb_device *ccdev = cc->dev;
55 if (!(cc->capabilities & SSB_CHIPCO_CAP_PCTL))
60 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCTL);
62 chipco_write32(cc, SSB_CHIPCO_SLOWCLKCTL, tmp);
66 tmp = chipco_read32(cc, SSB_CHIPCO_SLOWCLKCTL);
69 chipco_write32(cc, SSB_CHIPCO_SLOWCLKCT
90 chipco_pctl_get_slowclksrc(struct ssb_chipcommon *cc) argument
121 chipco_pctl_clockfreqlimit(struct ssb_chipcommon *cc, int get_max) argument
182 chipco_powercontrol_init(struct ssb_chipcommon *cc) argument
213 pmu_fast_powerup_delay(struct ssb_chipcommon *cc) argument
230 calc_fast_powerup_delay(struct ssb_chipcommon *cc) argument
256 ssb_chipcommon_init(struct ssb_chipcommon *cc) argument
269 ssb_chipco_suspend(struct ssb_chipcommon *cc) argument
276 ssb_chipco_resume(struct ssb_chipcommon *cc) argument
285 ssb_chipco_get_clockcpu(struct ssb_chipcommon *cc, u32 *plltype, u32 *n, u32 *m) argument
308 ssb_chipco_get_clockcontrol(struct ssb_chipcommon *cc, u32 *plltype, u32 *n, u32 *m) argument
328 ssb_chipco_timing_init(struct ssb_chipcommon *cc, unsigned long ns) argument
365 ssb_chipco_watchdog_timer_set(struct ssb_chipcommon *cc, u32 ticks) argument
371 ssb_chipco_irq_mask(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
376 ssb_chipco_irq_status(struct ssb_chipcommon *cc, u32 mask) argument
381 ssb_chipco_gpio_in(struct ssb_chipcommon *cc, u32 mask) argument
386 ssb_chipco_gpio_out(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
391 ssb_chipco_gpio_outen(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
396 ssb_chipco_gpio_control(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
402 ssb_chipco_gpio_intmask(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
407 ssb_chipco_gpio_polarity(struct ssb_chipcommon *cc, u32 mask, u32 value) argument
413 ssb_chipco_serial_init(struct ssb_chipcommon *cc, struct ssb_serial_port *ports) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/tools/firmware-utils/
H A DMakefile13 define cc macro
19 $(call cc,addpattern)
20 $(call cc,trx)
21 $(call cc,motorola-bin)
22 $(call cc,dgfirmware)
23 $(call cc,trx2usr)
24 $(call cc,ptgen)
25 $(call cc,airlink)
26 $(call cc,srec2bin)
27 $(call cc,mkmylof
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/arch/i386/
H A DMakefile7 CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/arch/i386/
H A DMakefile7 CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/arch/i386/
H A DMakefile7 CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/mips/
H A Dcp1.h31 #define fcsr_FCC_bit(cc) ((cc) == 0 ? 23 : (24 + (cc)))
49 #define SETFCC(cc,v) \
51 (FCSR = ((FCSR & ~(1 << fcsr_FCC_bit(cc))) | ((v) << fcsr_FCC_bit(cc)))); \
53 #define GETFCC(cc) ((FCSR & (1 << fcsr_FCC_bit(cc))) != 0 ? 1 : 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/mips/
H A Dcp1.h31 #define fcsr_FCC_bit(cc) ((cc) == 0 ? 23 : (24 + (cc)))
49 #define SETFCC(cc,v) \
51 (FCSR = ((FCSR & ~(1 << fcsr_FCC_bit(cc))) | ((v) << fcsr_FCC_bit(cc)))); \
53 #define GETFCC(cc) ((FCSR & (1 << fcsr_FCC_bit(cc))) != 0 ? 1 : 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/mips/
H A Dcp1.h31 #define fcsr_FCC_bit(cc) ((cc) == 0 ? 23 : (24 + (cc)))
49 #define SETFCC(cc,v) \
51 (FCSR = ((FCSR & ~(1 << fcsr_FCC_bit(cc))) | ((v) << fcsr_FCC_bit(cc)))); \
53 #define GETFCC(cc) ((FCSR & (1 << fcsr_FCC_bit(cc))) != 0 ? 1 : 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.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
72 cc = strlen(ad->ad_data_fork.adf_syml);
73 if (buflen < cc)
76 memcpy(buf, ad->ad_data_fork.adf_syml, cc);
78 cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.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
72 cc = strlen(ad->ad_data_fork.adf_syml);
73 if (buflen < cc)
76 memcpy(buf, ad->ad_data_fork.adf_syml, cc);
78 cc
[all...]
/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_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
72 cc = strlen(ad->ad_data_fork.adf_syml);
73 if (buflen < cc)
76 memcpy(buf, ad->ad_data_fork.adf_syml, cc);
78 cc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c71 int (*ctr)(struct crypt_config *cc, struct dm_target *ti,
73 void (*dtr)(struct crypt_config *cc);
74 int (*init)(struct crypt_config *cc);
75 int (*wipe)(struct crypt_config *cc);
76 int (*generator)(struct crypt_config *cc, u8 *iv, sector_t sector);
175 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, sector_t sector) argument
177 memset(iv, 0, cc->iv_size);
183 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, argument
186 memset(iv, 0, cc->iv_size);
193 static int crypt_iv_essiv_init(struct crypt_config *cc) argument
213 crypt_iv_essiv_wipe(struct crypt_config *cc) argument
223 crypt_iv_essiv_dtr(struct crypt_config *cc) argument
237 crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
295 crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, sector_t sector) argument
303 crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, const char *opts) argument
327 crypt_iv_benbi_dtr(struct crypt_config *cc) argument
331 crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, sector_t sector) argument
343 crypt_iv_null_gen(struct crypt_config *cc, u8 *iv, sector_t sector) argument
376 crypt_convert_init(struct crypt_config *cc, struct convert_context *ctx, struct bio *bio_out, struct bio *bio_in, sector_t sector) argument
391 dmreq_of_req(struct crypt_config *cc, struct ablkcipher_request *req) argument
397 req_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq) argument
403 crypt_convert_block(struct crypt_config *cc, struct convert_context *ctx, struct ablkcipher_request *req) argument
457 crypt_alloc_req(struct crypt_config *cc, struct convert_context *ctx) argument
472 crypt_convert(struct crypt_config *cc, struct convert_context *ctx) argument
519 struct crypt_config *cc = io->target->private; local
533 struct crypt_config *cc = io->target->private; local
580 crypt_free_buffer_pages(struct crypt_config *cc, struct bio *clone) argument
596 struct crypt_config *cc = ti->private; local
622 struct crypt_config *cc = io->target->private; local
658 struct crypt_config *cc = io->target->private; local
685 struct crypt_config *cc = io->target->private; local
696 struct crypt_config *cc = io->target->private; local
743 struct crypt_config *cc = io->target->private; local
753 struct crypt_config *cc = io->target->private; local
776 struct crypt_config *cc = io->target->private; local
875 struct crypt_config *cc = io->target->private; local
897 struct crypt_config *cc = io->target->private; local
927 struct crypt_config *cc = io->target->private; local
974 crypt_set_key(struct crypt_config *cc, char *key) argument
992 crypt_wipe_key(struct crypt_config *cc) argument
1001 struct crypt_config *cc = ti->private; local
1042 struct crypt_config *cc = ti->private; local
1180 struct crypt_config *cc; local
1279 struct crypt_config *cc; local
1300 struct crypt_config *cc = ti->private; local
1335 struct crypt_config *cc = ti->private; local
1342 struct crypt_config *cc = ti->private; local
1354 struct crypt_config *cc = ti->private; local
1365 struct crypt_config *cc = ti->private; local
1402 struct crypt_config *cc = ti->private; local
1417 struct crypt_config *cc = ti->private; local
[all...]

Completed in 242 milliseconds

1234567891011>>