Searched refs:cd (Results 301 - 325 of 990) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dstringop.d20 .*: (12 74 a9 cd|cd a9 74 12) vclrrb v19,v20,r21
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic4x/
H A Dfloat.d10 1: 076012cd.*
20 b: 076012cd.*
/netbsd-current/external/gpl3/binutils/dist/cpu/
H A Dip2k.opc77 ip2k_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn)
85 return (machs & cd->machs) != 0;
93 parse_fr (CGEN_CPU_DESC cd,
126 errmsg = cgen_parse_keyword (cd, strp, & ip2k_cgen_opval_register_names,
175 errmsg = cgen_parse_address (cd, strp, opindex,
216 errmsg = cgen_parse_address (cd, strp, opindex,
241 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_IP2K_FR9,
263 parse_addr16 (CGEN_CPU_DESC cd,
284 errmsg = cgen_parse_address (cd, strp, opindex, code,
305 parse_addr16_cjp (CGEN_CPU_DESC cd,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-addr32-intel.d21 [ ]*[a-f0-9]+: 67 48 a1 ef cd ab 89 addr32 mov rax,ds:0x89abcdef
22 [ ]*[a-f0-9]+: 67 48 8b 1c 25 ef cd ab 89 mov[ ]+rbx,QWORD PTR \[eiz\*1\+0x89abcdef\]
23 [ ]*[a-f0-9]+: 67 48 b8 ef cd ab 89 00 00 00 00 addr32 movabs rax,0x89abcdef
24 [ ]*[a-f0-9]+: 67 48 bb ef cd ab 89 00 00 00 00 addr32 movabs rbx,0x89abcdef
31 [ ]*[a-f0-9]+: 67 48 a3 ef cd ab 89 addr32 mov ds:0x89abcdef,rax
32 [ ]*[a-f0-9]+: 67 48 89 1c 25 ef cd ab 89 mov[ ]+QWORD PTR \[eiz\*1\+0x89abcdef\],rbx
H A Dx86-64-addr32.d20 [ ]*[a-f0-9]+: 67 48 a1 ef cd ab 89 addr32 mov 0x89abcdef,%rax
21 [ ]*[a-f0-9]+: 67 48 8b 1c 25 ef cd ab 89 mov[ ]+0x89abcdef\(,%eiz,1\),%rbx
22 [ ]*[a-f0-9]+: 67 48 b8 ef cd ab 89 00 00 00 00 addr32 movabs \$0x89abcdef,%rax
23 [ ]*[a-f0-9]+: 67 48 bb ef cd ab 89 00 00 00 00 addr32 movabs \$0x89abcdef,%rbx
30 [ ]*[a-f0-9]+: 67 48 a3 ef cd ab 89 addr32 mov %rax,0x89abcdef
31 [ ]*[a-f0-9]+: 67 48 89 1c 25 ef cd ab 89 mov[ ]+%rbx,0x89abcdef\(,%eiz,1\)
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dcall-info.cc133 call_info::call_info (const call_details &cd) argument
134 : m_call_stmt (cd.get_call_stmt ()),
135 m_fndecl (cd.get_fndecl_for_call ())
/netbsd-current/sys/dev/scsipi/
H A Dcd.c1 /* $NetBSD: cd.c,v 1.355 2024/06/22 10:07:46 palle Exp $ */
53 __KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.355 2024/06/22 10:07:46 palle Exp $");
183 CFATTACH_DECL3_NEW(cd, sizeof(struct cd_softc), cdmatch, cdattach, cddetach,
274 struct cd_softc *cd = device_private(self); local
275 struct dk_softc *dksc = &cd->sc_dksc;
286 cd->flags |= CDF_ANCIENT;
307 callout_init(&cd->sc_callout, 0);
312 cd->sc_periph = periph;
336 struct cd_softc *cd = device_private(self); local
337 struct dk_softc *dksc = &cd
387 struct cd_softc *cd = device_private(self); local
481 struct cd_softc *cd; local
523 struct cd_softc *cd = device_private(self); local
558 struct cd_softc *cd; local
606 cd_make_bounce_buffer(struct cd_softc *cd, struct buf *bp, daddr_t blkno, int count, struct buf **nbpp, void *priv) argument
644 cd_make_bounce(struct cd_softc *cd, struct buf *bp, struct cdbounce **bouncep) argument
711 struct cd_softc *cd = device_lookup_private(&cd_cd,CDUNIT(bp->b_dev)); local
766 struct cd_softc *cd = device_private(dev); local
883 struct cd_softc *cd = v; local
898 struct cd_softc *cd = device_private(periph->periph_dev); local
920 struct cd_softc *cd = device_private(xs->xs_periph->periph_dev); local
1023 struct cd_softc *cd = device_lookup_private(&cd_cd, CDUNIT(bp->b_dev)); local
1109 cdreadmsaddr(struct cd_softc *cd, struct cd_formatted_toc *toc, int *addr) argument
1159 do_cdioreadentries(struct cd_softc *cd, struct ioc_read_toc_entry *te, struct cd_formatted_toc *toc) argument
1205 struct cd_softc *cd = device_lookup_private(&cd_cd, CDUNIT(dev)); local
1464 struct cd_softc *cd = device_private(self); local
1600 cd_size(struct cd_softc *cd, int flags) argument
1645 cd_play(struct cd_softc *cd, int blkno, int nblks) argument
1662 cd_play_tracks(struct cd_softc *cd, struct cd_formatted_toc *toc, int strack, int sindex, int etrack, int eindex) argument
1696 cd_play_msf(struct cd_softc *cd, int startm, int starts, int startf, int endm, int ends, int endf) argument
1718 cd_pause(struct cd_softc *cd, int go) argument
1734 cd_reset(struct cd_softc *cd) argument
1745 cd_read_subchannel(struct cd_softc *cd, int mode, int format, int track, struct cd_sub_channel_info *data, int len, int flags) argument
1769 cd_read_toc(struct cd_softc *cd, int respf, int mode, int start, struct cd_formatted_toc *toc, int len, int flags, int control) argument
1797 cd_load_toc(struct cd_softc *cd, int respf, struct cd_formatted_toc *toc, int flags) argument
1819 cd_get_parms(struct cd_softc *cd, int flags) argument
1851 dvd_auth(struct cd_softc *cd, dvd_authinfo *a) argument
1990 dvd_read_physical(struct cd_softc *cd, dvd_struct *s) argument
2030 dvd_read_copyright(struct cd_softc *cd, dvd_struct *s) argument
2053 dvd_read_disckey(struct cd_softc *cd, dvd_struct *s) argument
2077 dvd_read_bca(struct cd_softc *cd, dvd_struct *s) argument
2101 dvd_read_manufact(struct cd_softc *cd, dvd_struct *s) argument
2129 dvd_read_struct(struct cd_softc *cd, dvd_struct *s) argument
2149 cd_mode_sense(struct cd_softc *cd, u_int8_t byte2, void *sense, size_t size, int page, int flags, int *big) argument
2167 cd_mode_select(struct cd_softc *cd, u_int8_t byte2, void *sense, size_t size, int flags, int big) argument
2189 cd_set_pa_immed(struct cd_softc *cd, int flags) argument
2236 cd_setchan(struct cd_softc *cd, int p0, int p1, int p2, int p3, int flags) argument
2281 cd_getvol(struct cd_softc *cd, struct ioc_vol *arg, int flags) argument
2324 cd_setvol(struct cd_softc *cd, const struct ioc_vol *arg, int flags) argument
2382 cd_load_unload(struct cd_softc *cd, struct ioc_load_unload *args) argument
2396 cd_setblksize(struct cd_softc *cd) argument
3627 cd_set_geometry(struct cd_softc *cd) argument
[all...]
/netbsd-current/lib/libintl/
H A Dgettext_iconv.c116 iconv_t cd; local
177 cd = iconv_open(tocode, fromcode);
178 if (cd == (iconv_t)-1) {
187 nvalid = iconv(cd, __UNCONST(&src), &srclen, &dst, &dstlen);
188 iconv_close(cd);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daccess.c34 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd);
53 if (ClassDeclaration *cd = ad->isClassDeclaration())
55 for (size_t i = 0; i < cd->baseclasses->dim; i++)
57 BaseClass *b = (*cd->baseclasses)[i];
196 * Determine if this is the same or friend of cd.
198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) argument
200 if (ad == cd)
204 //if (toParent() == cd->toParent())
205 if (cd && ad->getAccessModule() == cd
299 AggregateDeclaration *cd = NULL; local
357 ClassDeclaration *cd = (ClassDeclaration *)(((TypeClass *)e->type)->sym); local
369 StructDeclaration *cd = (StructDeclaration *)(((TypeStruct *)e->type)->sym); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp56 cond_dtor<size_type> cd(m_a_values, m_end_it, m_size);
95 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
110 cd.set_no_action();
147 cond_dtor<size_type> cd(a_values, target_it, m_size - 1);
169 cd.set_no_action();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp56 cond_dtor<size_type> cd(m_a_values, m_end_it, m_size);
95 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
110 cd.set_no_action();
147 cond_dtor<size_type> cd(a_values, target_it, m_size - 1);
169 cd.set_no_action();
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dobjc.d220 abstract void setObjc(ClassDeclaration cd);
282 * cd = the current parent, i.e. the class declaration the given function
288 ClassDeclaration cd) const;
297 * cd = the class declaration the function belongs to
300 ClassDeclaration cd) const;
410 override void setObjc(ClassDeclaration cd)
412 cd.error("Objective-C classes not supported");
455 override ClassDeclaration getParent(FuncDeclaration, ClassDeclaration cd) const
457 return cd;
523 override void setObjc(ClassDeclaration cd)
[all...]
H A Ddclass.d62 * Fill in vtbl[] for base class based on member functions of class cd.
66 * of cd, not members of any base classes of cd.
68 * true if any entries were filled in by members of cd (not exclusively
71 extern (C++) bool fillVtbl(ClassDeclaration cd, FuncDeclarations* vtbl, int newinstance)
75 //printf("BaseClass.fillVtbl(this='%s', cd='%s')\n", sym.toChars(), cd.toChars());
89 auto fd = cd.findFunc(ifd.ident, tf);
92 if (fd.toParent() == cd)
387 ClassDeclaration cd
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dxc16x-desc.c3211 build_hw_table (CGEN_CPU_TABLE *cd) argument
3214 int machs = cd->machs;
3222 cd->hw_table.init_entries = init;
3223 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
3230 cd->hw_table.entries = selected;
3231 cd->hw_table.num_entries = MAX_HW;
3237 build_ifield_table (CGEN_CPU_TABLE *cd) argument
3239 cd->ifld_table = & xc16x_cgen_ifld_table[0];
3245 build_operand_table (CGEN_CPU_TABLE *cd) argument
3248 int machs = cd
3276 build_insn_table(CGEN_CPU_TABLE *cd) argument
3293 xc16x_cgen_rebuild_tables(CGEN_CPU_TABLE *cd) argument
3390 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local
3491 xc16x_cgen_cpu_close(CGEN_CPU_DESC cd) argument
[all...]
H A Diq2000-desc.c1882 build_hw_table (CGEN_CPU_TABLE *cd) argument
1885 int machs = cd->machs;
1893 cd->hw_table.init_entries = init;
1894 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
1901 cd->hw_table.entries = selected;
1902 cd->hw_table.num_entries = MAX_HW;
1908 build_ifield_table (CGEN_CPU_TABLE *cd) argument
1910 cd->ifld_table = & iq2000_cgen_ifld_table[0];
1916 build_operand_table (CGEN_CPU_TABLE *cd) argument
1919 int machs = cd
1947 build_insn_table(CGEN_CPU_TABLE *cd) argument
1964 iq2000_cgen_rebuild_tables(CGEN_CPU_TABLE *cd) argument
2061 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local
2162 iq2000_cgen_cpu_close(CGEN_CPU_DESC cd) argument
[all...]
H A Depiphany-desc.c1971 build_hw_table (CGEN_CPU_TABLE *cd) argument
1974 int machs = cd->machs;
1982 cd->hw_table.init_entries = init;
1983 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
1990 cd->hw_table.entries = selected;
1991 cd->hw_table.num_entries = MAX_HW;
1997 build_ifield_table (CGEN_CPU_TABLE *cd) argument
1999 cd->ifld_table = & epiphany_cgen_ifld_table[0];
2005 build_operand_table (CGEN_CPU_TABLE *cd) argument
2008 int machs = cd
2036 build_insn_table(CGEN_CPU_TABLE *cd) argument
2053 epiphany_cgen_rebuild_tables(CGEN_CPU_TABLE *cd) argument
2150 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local
2251 epiphany_cgen_cpu_close(CGEN_CPU_DESC cd) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Diq2000-desc.c1883 build_hw_table (CGEN_CPU_TABLE *cd) argument
1886 int machs = cd->machs;
1894 cd->hw_table.init_entries = init;
1895 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
1902 cd->hw_table.entries = selected;
1903 cd->hw_table.num_entries = MAX_HW;
1909 build_ifield_table (CGEN_CPU_TABLE *cd) argument
1911 cd->ifld_table = & iq2000_cgen_ifld_table[0];
1917 build_operand_table (CGEN_CPU_TABLE *cd) argument
1920 int machs = cd
1948 build_insn_table(CGEN_CPU_TABLE *cd) argument
1965 iq2000_cgen_rebuild_tables(CGEN_CPU_TABLE *cd) argument
2063 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local
2165 iq2000_cgen_cpu_close(CGEN_CPU_DESC cd) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dxc16x-desc.c3211 build_hw_table (CGEN_CPU_TABLE *cd) argument
3214 int machs = cd->machs;
3222 cd->hw_table.init_entries = init;
3223 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
3230 cd->hw_table.entries = selected;
3231 cd->hw_table.num_entries = MAX_HW;
3237 build_ifield_table (CGEN_CPU_TABLE *cd) argument
3239 cd->ifld_table = & xc16x_cgen_ifld_table[0];
3245 build_operand_table (CGEN_CPU_TABLE *cd) argument
3248 int machs = cd
3276 build_insn_table(CGEN_CPU_TABLE *cd) argument
3293 xc16x_cgen_rebuild_tables(CGEN_CPU_TABLE *cd) argument
3391 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local
3493 xc16x_cgen_cpu_close(CGEN_CPU_DESC cd) argument
[all...]
H A Diq2000-desc.c1882 build_hw_table (CGEN_CPU_TABLE *cd) argument
1885 int machs = cd->machs;
1893 cd->hw_table.init_entries = init;
1894 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
1901 cd->hw_table.entries = selected;
1902 cd->hw_table.num_entries = MAX_HW;
1908 build_ifield_table (CGEN_CPU_TABLE *cd) argument
1910 cd->ifld_table = & iq2000_cgen_ifld_table[0];
1916 build_operand_table (CGEN_CPU_TABLE *cd) argument
1919 int machs = cd
1947 build_insn_table(CGEN_CPU_TABLE *cd) argument
1964 iq2000_cgen_rebuild_tables(CGEN_CPU_TABLE *cd) argument
2062 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local
2164 iq2000_cgen_cpu_close(CGEN_CPU_DESC cd) argument
[all...]
H A Depiphany-desc.c1971 build_hw_table (CGEN_CPU_TABLE *cd) argument
1974 int machs = cd->machs;
1982 cd->hw_table.init_entries = init;
1983 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
1990 cd->hw_table.entries = selected;
1991 cd->hw_table.num_entries = MAX_HW;
1997 build_ifield_table (CGEN_CPU_TABLE *cd) argument
1999 cd->ifld_table = & epiphany_cgen_ifld_table[0];
2005 build_operand_table (CGEN_CPU_TABLE *cd) argument
2008 int machs = cd
2036 build_insn_table(CGEN_CPU_TABLE *cd) argument
2053 epiphany_cgen_rebuild_tables(CGEN_CPU_TABLE *cd) argument
2151 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local
2253 epiphany_cgen_cpu_close(CGEN_CPU_DESC cd) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Diq2000-desc.c1883 build_hw_table (CGEN_CPU_TABLE *cd) argument
1886 int machs = cd->machs;
1894 cd->hw_table.init_entries = init;
1895 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
1902 cd->hw_table.entries = selected;
1903 cd->hw_table.num_entries = MAX_HW;
1909 build_ifield_table (CGEN_CPU_TABLE *cd) argument
1911 cd->ifld_table = & iq2000_cgen_ifld_table[0];
1917 build_operand_table (CGEN_CPU_TABLE *cd) argument
1920 int machs = cd
1948 build_insn_table(CGEN_CPU_TABLE *cd) argument
1965 iq2000_cgen_rebuild_tables(CGEN_CPU_TABLE *cd) argument
2063 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local
2165 iq2000_cgen_cpu_close(CGEN_CPU_DESC cd) argument
[all...]
/netbsd-current/sys/dev/usb/
H A Dusbnet.c411 struct usbnet_cdata * const cd = un_cdata(un); local
424 KASSERT(cd->uncd_tx_cnt > 0);
425 cd->uncd_tx_cnt--;
492 struct usbnet_cdata * const cd = un_cdata(un); local
500 unp->unp_number, cd->uncd_tx_cnt, un->un_tx_list_cnt,
504 KASSERT(cd->uncd_tx_cnt <= un->un_tx_list_cnt);
513 if (cd->uncd_tx_cnt == un->un_tx_list_cnt) {
515 cd->uncd_tx_cnt, un->un_tx_list_cnt, 0, 0);
519 idx = cd->uncd_tx_prod;
521 while (cd
610 usbnet_rx_list_size(struct usbnet_cdata * const cd, struct usbnet * const un) argument
618 struct usbnet_cdata * const cd = un_cdata(un); local
626 struct usbnet_cdata * const cd = un_cdata(un); local
637 struct usbnet_cdata * const cd = un_cdata(un); local
660 struct usbnet_cdata * const cd = un_cdata(un); local
678 struct usbnet_cdata * const cd = un_cdata(un); local
699 usbnet_tx_list_size(struct usbnet_cdata * const cd, struct usbnet * const un) argument
707 struct usbnet_cdata * const cd = un_cdata(un); local
715 struct usbnet_cdata * const cd = un_cdata(un); local
726 struct usbnet_cdata * const cd = un_cdata(un); local
749 struct usbnet_cdata * const cd = un_cdata(un); local
1258 struct usbnet_cdata * const cd = un_cdata(un); local
[all...]
/netbsd-current/usr.bin/iconv/
H A Diconv.c100 iconv_t cd; local
106 cd = iconv_open(to, from);
107 if (cd == (iconv_t)-1)
118 ret = __iconv(cd, __UNCONST(&in), &inbytes, &out,
157 ret = iconv(cd, NULL, NULL, &out, &outbytes);
167 iconv_close(cd);
/netbsd-current/usr.bin/btkey/
H A Dbtkey.c57 bool cf, cd, lf, ld, rf, rd, wf, wd, nk; local
62 cf = cd = lf = ld = rf = rd = wf = wd = nk = false;
82 cd = true;
139 if ((lf || ld) && (rf || rd || wf || wd || cf || cd || nk))
182 if (wf || wd || cf || cd)
206 if (cd) {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cr16/
H A Dcbitb_test.d10 0: c0 6b cd 0b cbitb \$0x4,0xbcd <main\+0xbcd>:m
11 4: da 6b cd ab cbitb \$0x5,0xaabcd <main\+0xaabcd>:m
13 c: cd ab
41 78: cd ab
43 7e: cd ab
53 9e: cd 00
57 aa: cd 0b
65 c6: cd ab
67 cc: cd ab
69 d2: cd a
[all...]

Completed in 479 milliseconds

<<11121314151617181920>>