Searched refs:dc (Results 1 - 25 of 609) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20030910-1.c6 __complex double dc; local
9 d = __real (dc * dc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20030910-1.c6 __complex double dc; local
9 d = __real (dc * dc);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mri/
H A Dchar.s3 dc.b 'a'
4 dc.b 'abc'
5 dc.l 'abcde'
6 dc.l 'a''b'
H A Dsemi.s2 dc.b '; '
6 dc.b ': '
10 dc.b '; '
12 dc.b ': '
H A Dfloat.s3 dc.d :1234_5678_9abc_def0
4 dc.s 1.0
5 dc.s 1e1
6 dc.s 1_e_1
7 dc.s 1E2
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Dsymbol1ref.s2 .dc.a symbol1
H A Dsymbol2ref.s2 .dc.a Foo
H A Dweak-dyn-1b.s2 .dc.a foo
H A Dexclude1.s4 .dc.a exclude_sym
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030910-1.c7 __complex double dc; local
8 double *dp = &(__real dc);
10 if ((__real dc) != 3.14) abort();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030910-1.c7 __complex double dc; local
8 double *dp = &(__real dc);
10 if ((__real dc) != 3.14) abort();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/lto/
H A D20091013-1_0.c16 DC *dc; local
17 if (!(dc = HeapAlloc( 0, 0, sizeof(*dc) ))) return ((void *)0);
18 dc->gdiFont = 0;
19 return dc;
H A D20091013-1_1.c67 static void update_font_code_page( DC *dc )
72 if (dc->gdiFont)
73 charset = WineEngGetTextCharsetInfo( dc->gdiFont, ((void *)0), 0 );
76 dc->font_code_page = csi.ciACP;
80 dc->font_code_page = GetACP();
84 dc->font_code_page = 0;
89 dc->font_code_page = 0;
94 do { if((((__wine_dbch___default))->flags & (1 << __WINE_DBCL_TRACE))) { struct __wine_debug_channel * const __dbch = (__wine_dbch___default); const enum __wine_debug_class __dbcl = __WINE_DBCL_TRACE; wine_dbg_log( __dbcl, __dbch, __FUNCTION__, "charset %d => cp %d\n", charset, dc->font_code_page); } } while(0);
99 DC *dc; local
101 dc
108 DC * dc; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddmareg.h108 #define DMA_CLEAR(dc) do { \
110 dmaclr = (int)dc->dm_Bhwaddr->dmaB_addr; \
112 #define DMA_STAT(dc) dc->dm_Bhwaddr->dmaB_stat
115 #define DMA_ARM(sc, dc) \
117 struct dmaBdevice *dma = dc->dm_Bhwaddr; \
118 dma->dmaB_addr = dc->dm_chain[dc->dm_cur].dc_addr; \
119 dma->dmaB_count = dc->dm_chain[dc
[all...]
H A Ddma.c183 struct dma_channel *dc; local
226 dc = &sc->sc_chan[i];
227 dc->dm_job = NULL;
230 dc->dm_hwaddr = &dma->dma_chan0;
231 dc->dm_Bhwaddr = &dma->dma_Bchan0;
235 dc->dm_hwaddr = &dma->dma_chan1;
236 dc->dm_Bhwaddr = &dma->dma_Bchan1;
329 struct dma_channel *dc = &sc->sc_chan[unit]; local
343 DMA_CLEAR(dc);
349 if (dc
398 struct dma_channel *dc = &sc->sc_chan[unit]; local
541 struct dma_channel *dc = &sc->sc_chan[unit]; local
586 struct dma_channel *dc; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/bc/doc/
H A DMakefile.am3 info_TEXINFOS = bc.texi dc.texi
10 EXTRA_DIST = bc.1 dc.1
12 man_MANS = bc.1 dc.1
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/all/
H A Dfwdexp.s5 .dc.a i + (. - .L1)
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcfb.c145 #define IS_DRAWABLE(dc) \
146 (((dc)->dc_state&HPCFB_DC_CURRENT)&& \
147 (((dc)->dc_state&(HPCFB_DC_DRAWING|HPCFB_DC_SWITCHREQ)) == 0))
420 hpcfb_init(struct hpcfb_fbconf *fbconf, struct hpcfb_devconfig *dc) argument
426 dc->dc_fbaddr = (u_char *)fbaddr;
429 ri = &dc->dc_rinfo;
441 if (dc == &hpcfb_console_dc)
479 hpcfb_cmap_reorder (fbconf, dc);
481 dc->dc_curx = -1;
482 dc
500 hpcfb_cmap_reorder(struct hpcfb_fbconf *fbconf, struct hpcfb_devconfig *dc) argument
550 struct hpcfb_devconfig *dc = sc->sc_dc; local
688 struct hpcfb_devconfig *dc = sc->sc_dc; local
721 struct hpcfb_devconfig *dc; local
780 struct hpcfb_devconfig *dc = cookie; local
797 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
834 struct hpcfb_devconfig *dc; local
910 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
926 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
964 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
974 hpcfb_tv_putchar(struct hpcfb_devconfig *dc, int row, int col, u_int uc, long attr) argument
1011 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
1057 hpcfb_tv_copycols(struct hpcfb_devconfig *dc, int row, int srccol, int dstcol, int ncols) argument
1089 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
1134 hpcfb_tv_erasecols(struct hpcfb_devconfig *dc, int row, int startcol, int ncols, long attr) argument
1162 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
1203 hpcfb_tv_copyrows(struct hpcfb_devconfig *dc, int src, int dst, int num) argument
1253 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
1325 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v; local
1348 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v; local
1365 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v; local
1387 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
1454 hpcfb_tv_eraserows(struct hpcfb_devconfig *dc, int row, int nrow, long attr) argument
1487 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
1530 struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/gio/
H A Dgrtwo.c244 grtwo_wait_gfifo(struct grtwo_devconfig * dc) argument
257 grtwo_fill_rectangle(struct grtwo_devconfig * dc, int x1, int y1, int x2, argument
276 to_y = min(dc->yres - 1 - y1, dc->yres - 1 - y2);
277 from_y = max(dc->yres - 1 - y1, dc->yres - 1 - y2);
281 grtwo_wait_gfifo(dc);
282 grtwo_set_color(dc->iot, dc->ioh, color);
288 grtwo_wait_gfifo(dc);
308 grtwo_copy_rectangle(struct grtwo_devconfig * dc, int x1, int y1, int x2, int y2, int width, int height) argument
351 grtwo_cmap_setrgb(struct grtwo_devconfig * dc, int index, u_int8_t r, u_int8_t g, u_int8_t b) argument
364 grtwo_setup_hw(struct grtwo_devconfig * dc) argument
468 grtwo_attach_common(struct grtwo_devconfig * dc, struct gio_attach_args * ga) argument
557 struct grtwo_devconfig *dc = (void *) c; local
580 struct grtwo_devconfig *dc = (void *) c; local
603 struct grtwo_devconfig *dc = (void *) c; local
665 struct grtwo_devconfig *dc = (void *) c; local
679 struct grtwo_devconfig *dc = (void *) c; local
694 struct grtwo_devconfig *dc = (void *) c; local
754 struct grtwo_devconfig *dc = c; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Digsfb.c143 igsfb_cnattach_subr(struct igsfb_devconfig *dc) argument
148 KASSERT(dc == &igsfb_console_dc);
150 igsfb_init_video(dc);
151 dc->dc_vd.active = NULL;
152 igsfb_init_wsdisplay(dc, &dc->dc_console, 1, &defattr);
154 ri = &dc->dc_console.scr_ri;
155 ri->ri_hw = &dc->dc_console;
156 dc->dc_console.scr_cookie = dc;
179 struct igsfb_devconfig *dc = sc->sc_dc; local
223 igsfb_init_video(struct igsfb_devconfig *dc) argument
373 igsfb_init_cmap(struct igsfb_devconfig *dc) argument
403 struct igsfb_devconfig *dc = cookie; local
499 igsfb_make_text_cursor(struct igsfb_devconfig *dc, struct vcons_screen *scr) argument
562 igsfb_init_bit_table(struct igsfb_devconfig *dc) argument
583 struct igsfb_devconfig *dc = vd->cookie; local
602 struct igsfb_devconfig *dc = vd->cookie; local
714 igsfb_blank_screen(struct igsfb_devconfig *dc, int blank) argument
729 igsfb_get_cmap(struct igsfb_devconfig *dc, struct wsdisplay_cmap *p) argument
759 igsfb_set_cmap(struct igsfb_devconfig *dc, const struct wsdisplay_cmap *p) argument
795 igsfb_update_cmap(struct igsfb_devconfig *dc, u_int index, u_int count) argument
826 igsfb_set_curpos(struct igsfb_devconfig *dc, const struct wsdisplay_curpos *curpos) argument
846 igsfb_update_curpos(struct igsfb_devconfig *dc) argument
883 igsfb_get_cursor(struct igsfb_devconfig *dc, struct wsdisplay_cursor *p) argument
895 igsfb_set_cursor(struct igsfb_devconfig *dc, const struct wsdisplay_cursor *p) argument
1016 igsfb_convert_cursor_data(struct igsfb_devconfig *dc, u_int width, u_int height) argument
1054 igsfb_update_cursor(struct igsfb_devconfig *dc, u_int which) argument
1140 struct igsfb_devconfig *dc = scr->scr_cookie; local
1176 igsfb_accel_wait(struct igsfb_devconfig *dc) argument
1195 igsfb_accel_copy(struct igsfb_devconfig *dc, uint32_t src, uint32_t dst, uint16_t width, uint16_t height) argument
1231 igsfb_accel_fill(struct igsfb_devconfig *dc, uint32_t color, uint32_t dst, uint16_t width, uint16_t height) argument
1260 struct igsfb_devconfig *dc = (struct igsfb_devconfig *)scr->scr_cookie; local
1283 struct igsfb_devconfig *dc = (struct igsfb_devconfig *)scr->scr_cookie; local
1306 struct igsfb_devconfig *dc = (struct igsfb_devconfig *)scr->scr_cookie; local
1336 struct igsfb_devconfig *dc = (struct igsfb_devconfig *)scr->scr_cookie; local
1366 struct igsfb_devconfig *dc = (struct igsfb_devconfig *)scr->scr_cookie; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dbuiltins-28.c15 double _Complex dc; variable
23 creal (dc) = 0; /* { dg-error "lvalue" "creal not lvalue" } */
24 cimag (dc) = 0; /* { dg-error "lvalue" "cimag not lvalue" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dbuiltins-28.c15 double _Complex dc; variable
23 creal (dc) = 0; /* { dg-error "lvalue" "creal not lvalue" } */
24 cimag (dc) = 0; /* { dg-error "lvalue" "cimag not lvalue" } */
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtga.c71 pcitag_t tag, struct tga_devconfig *dc);
75 pcitag_t, bus_size_t *pcisize, struct tga_devconfig *dc);
76 unsigned int tga_getdotclock(struct tga_devconfig *dc);
199 struct tga_devconfig *dc = &tmp_dc; local
202 tga_mapaddrs(memt, pc, tag, &pcisize, dc);
203 dc->dc_tga_type = tga_identify(dc);
205 dc->dc_tgaconf = tga_getconf(dc->dc_tga_type);
206 bus_space_unmap(memt, dc
213 tga_mapaddrs(bus_space_tag_t memt, pci_chipset_tag_t pc, pcitag_t tag, bus_size_t *pcisize, struct tga_devconfig *dc) argument
239 tga_init(bus_space_tag_t memt, pci_chipset_tag_t pc, pcitag_t tag, struct tga_devconfig *dc) argument
391 struct tga_devconfig *dc; local
528 struct tga_devconfig *dc = sc->sc_dc; local
610 struct tga_devconfig *dc = v; local
636 struct tga_devconfig *dc = v; local
767 tga_blank(struct tga_devconfig *dc) argument
779 tga_unblank(struct tga_devconfig *dc) argument
794 tga_builtin_set_cursor(struct tga_devconfig *dc, struct wsdisplay_cursor *cursorp) argument
853 tga_builtin_get_cursor(struct tga_devconfig *dc, struct wsdisplay_cursor *cursorp) argument
882 tga_builtin_set_curpos(struct tga_devconfig *dc, struct wsdisplay_curpos *curposp) argument
892 tga_builtin_get_curpos(struct tga_devconfig *dc, struct wsdisplay_curpos *curposp) argument
902 tga_builtin_get_curmax(struct tga_devconfig *dc, struct wsdisplay_curpos *curposp) argument
1025 struct tga_devconfig *dc = dst->ri_hw; local
1217 struct tga_devconfig *dc = ri->ri_hw; local
1278 struct tga_devconfig *dc = ri->ri_hw; local
1328 struct tga_devconfig *dc = ri->ri_hw; local
1378 struct tga_devconfig *dc = v; local
1390 struct tga_devconfig *dc = v; local
1405 struct tga_devconfig *dc = v; local
1431 struct tga_devconfig *dc = v; local
1454 struct tga_devconfig *dc = v; local
1470 struct tga_devconfig *dc = v; local
1490 tga2_init(struct tga_devconfig *dc) argument
1537 tga2_ics9110_wr(struct tga_devconfig *dc, int dotclock) argument
1610 tga_getmonitor(struct tga_devconfig *dc) argument
1617 tga_getdotclock(struct tga_devconfig *dc) argument
[all...]
H A Dtgavar.h135 #define TGARREG(dc,reg) (bus_space_read_4((dc)->dc_memt, (dc)->dc_regs, \
139 #define TGAWREG(dc,reg,val) bus_space_write_4((dc)->dc_memt, (dc)->dc_regs, \
143 #define TGAWALREG(dc,reg,alias,val) bus_space_write_4( \
144 (dc)->dc_memt, (dc)->dc_regs, \
149 #define TGAREGWB(dc,re
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dnames.c149 struct doall_cipher *dc = arg; local
151 dc->fn(NULL, nm->name, nm->data, dc->arg);
153 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
159 struct doall_cipher dc; local
160 dc.fn = fn;
161 dc.arg = arg;
162 OBJ_NAME_do_all(OBJ_NAME_TYPE_CIPHER_METH, do_all_cipher_fn, &dc);
168 struct doall_cipher dc; local
183 struct doall_md *dc = arg; local
193 struct doall_md dc; local
202 struct doall_md dc; local
[all...]

Completed in 164 milliseconds

1234567891011>>