Searched refs:dc (Results 51 - 75 of 93) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc_sx.c611 cs->dc.hfcsx.ph_state = 1;
723 debugl1(cs, "ph_state chg %d->%d", cs->dc.hfcsx.ph_state,
725 cs->dc.hfcsx.ph_state = exval;
1264 switch (cs->dc.hfcsx.ph_state) {
1283 switch (cs->dc.hfcsx.ph_state) {
1296 cs->dc.hfcsx.ph_state = 4;
1451 cs->dc.hfcsx.ph_state = 0;
H A Dhfcscard.c230 cs->dc.hfcd.ph_state = 0;
H A Dhfc_pci.c791 cs->dc.hfcpci.ph_state = 1;
964 debugl1(cs, "ph_state chg %d->%d", cs->dc.hfcpci.ph_state,
966 cs->dc.hfcpci.ph_state = exval;
1520 switch (cs->dc.hfcpci.ph_state) {
1540 switch (cs->dc.hfcpci.ph_state) {
1551 cs->dc.hfcpci.ph_state = 4;
1663 cs->dc.hfcpci.ph_state = 0;
H A Dhfc_2bds0.c558 switch (cs->dc.hfcd.ph_state) {
777 debugl1(cs, "ph_state chg %d->%d", cs->dc.hfcd.ph_state,
779 cs->dc.hfcd.ph_state = exval;
H A Delsa_ser.c574 bcs->cs->dc.isac.arcofi_bc = st->l1.bc;
576 interruptible_sleep_on(&bcs->cs->dc.isac.arcofi_wait);
H A Dgazel.c514 cs->dc.isac.adf2 = 0x87;
601 cs->dc.isac.adf2 = 0x87;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A DMakefile.in597 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
599 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
601 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
603 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
607 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
617 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
H A DMakefile597 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
599 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
601 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
603 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
607 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
617 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A DMakefile.in558 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
560 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
562 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
564 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
568 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
578 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
H A DMakefile557 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
559 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
561 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
563 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
567 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
577 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsvq3.c155 int dc)
161 if (dc) {
162 dc = 13*13*((dc == 1) ? 1538*block[0] : ((qmul*(block[0] >> 3)) / 2));
183 const int rr = (dc + 0x80000);
640 av_log(h->s.avctx, AV_LOG_ERROR, "error while decoding intra luma dc\n");
666 av_log(h->s.avctx, AV_LOG_ERROR, "error while decoding chroma dc block\n");
154 svq3_add_idct_c(uint8_t *dst, DCTELEM *block, int stride, int qp, int dc) argument
H A Ddv.c517 int quant, dc, dct_mode, class1, j; local
555 /* get the dc */
556 dc = get_sbits(&gb, 9);
570 dc = dc << 2;
573 dc += 1024;
574 block[0] = dc;
H A Dmpegvideo_enc.c1389 i=1; //skip clipping of intra dc
2016 /* init last dc values */
2315 int qpi, qp, dc[6]; local
2340 dc[i]= s->dc_val[0][ s->block_index[i] ];
2350 s->dc_val[0][ s->block_index[i] ]= dc[i];
2964 int qmul, qadd, start_i, last_non_zero, i, dc; local
3186 dc= FFABS(block[0]);
3195 int best_score= dc * dc;
3211 distortion= (unquant_coeff - dc) * (unquant_coef
3275 int qmul, qadd, start_i, last_non_zero, i, dc; local
3328 dc += (1<<(RECON_SHIFT-1)); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A DMakefile866 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/
H A DMakefile494 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ddo_balan.c1847 struct disk_child *dc; local
1858 dc = B_N_CHILD(bh, 0);
1860 for (i = 0; i <= B_NR_ITEMS(bh); i++, dc++) {
1861 if (!is_reusable(s, dc_block_number(dc), 1)) {
1865 dc, bh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c3268 struct cryptocop_desc_cfg *dc; local
3327 dc = d->cfg;
3328 while (dc){
3334 dc,
3335 dc->tid,
3336 dc->src,
3337 dc->last,
3338 dc->next);
3339 dc = dc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/
H A DMakefile456 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c181 unsigned dc :2; /* Descriptor Code */ member in struct:__anon4438
185 unsigned dc :2; /* Descriptor Code */ member in struct:__anon4438
1361 switch (descriptor->dc) {
1406 descriptor->dc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_hw.h491 extern int av7110_osd_cmd(struct av7110 *av7110, osd_cmd_t *dc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_ethtool.c80 {"tx_deferred_ok", IXGB_STAT(stats.dc)},
393 *reg++ = IXGB_GET_STAT(adapter, dc); /* 120 */
H A Dixgb_hw.h766 uint64_t dc; member in struct:ixgb_hw_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmutils.c1480 char dc, sc; local
1483 dc = xToLower(*s1);
1485 if (dc < sc) return -1;
1486 if (dc > sc) return 1;
1514 char dc, sc; local
1517 dc = xToLower(*s1);
1519 if (dc < sc) return -1;
1520 if (dc > sc) return 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dh264_altivec.c604 DECLARE_ALIGNED_16(int, dc);
607 dc = (block[0] + 32) >> 6;
608 dc16 = vec_splat((vec_s16) vec_lde(0, &dc), 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dh264dsp_mmx.c306 int dc = (block[0] + 32) >> 6; local
314 ::"r"(dc)
342 int dc = (block[0] + 32) >> 6; local
351 ::"r"(dc)

Completed in 317 milliseconds

1234