Searched refs:cd (Results 476 - 500 of 990) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dor1k-desc.c1903 build_hw_table (CGEN_CPU_TABLE *cd) argument
1906 int machs = cd->machs;
1914 cd->hw_table.init_entries = init;
1915 cd->hw_table.entry_size = sizeof (CGEN_HW_ENTRY);
1922 cd->hw_table.entries = selected;
1923 cd->hw_table.num_entries = MAX_HW;
1929 build_ifield_table (CGEN_CPU_TABLE *cd) argument
1931 cd->ifld_table = & or1k_cgen_ifld_table[0];
1937 build_operand_table (CGEN_CPU_TABLE *cd) argument
1940 int machs = cd
1968 build_insn_table(CGEN_CPU_TABLE *cd) argument
1985 or1k_cgen_rebuild_tables(CGEN_CPU_TABLE *cd) argument
2083 CGEN_CPU_TABLE *cd = (CGEN_CPU_TABLE *) xmalloc (sizeof (CGEN_CPU_TABLE)); local
2185 or1k_cgen_cpu_close(CGEN_CPU_DESC cd) argument
[all...]
H A Dor1k-opc.c39 or1k_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn) argument
47 return ((machs & cd->machs) != 0);
1182 or1k_cgen_init_opcode_table (CGEN_CPU_DESC cd) argument
1201 cd->macro_insn_table.init_entries = insns;
1202 cd->macro_insn_table.entry_size = sizeof (CGEN_IBASE);
1203 cd->macro_insn_table.num_init_entries = num_macros;
1206 insns = (CGEN_INSN *) cd->insn_table.init_entries;
1213 cd->sizeof_fields = sizeof (CGEN_FIELDS);
1214 cd->set_fields_bitsize = set_fields_bitsize;
1216 cd
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic2.d622 override void visit(ClassDeclaration cd)
625 static void checkInterfaceImplementations(ClassDeclaration cd)
627 foreach (base; cd.interfaces)
641 auto fd = cd.findFunc(ifd.ident, type);
653 if (fd.toParent() != cd && ifd.toParent() == base.sym)
654 cd.error("interface function `%s` is not implemented", ifd.toFullSignature());
660 if (!cd.isAbstract())
661 cd.error("interface function `%s` is not implemented", ifd.toFullSignature());
667 if (cd.semanticRun >= PASS.semantic2done)
669 assert(cd
[all...]
H A Daggregate.h226 bool fillVtbl(ClassDeclaration *cd, FuncDeclarations *vtbl, int newinstance);
285 bool isBaseOf2(ClassDeclaration *cd);
289 virtual bool isBaseOf(ClassDeclaration *cd, int *poffset);
322 bool isBaseOf(ClassDeclaration *cd, int *poffset);
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Dlibdiff.mak315 cd "..\lib"
317 cd "..\diff"
320 cd "..\lib"
322 cd "..\diff"
327 cd "..\lib"
329 cd "..\diff"
332 cd "..\lib"
334 cd "..\diff"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtarget.h72 static const char *cppTypeInfoMangle(ClassDeclaration *cd);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dbad.l4 [^:]*:8: Error: junk found after instruction: mov.cd r1,r2
5 [^:]*:9: Error: junk found after instruction: mov.cd r1,r2
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dcpls.cc231 c<d<int>> cd; local
232 cd.method ();
236 foo (cd);
239 foo (aa, cd);
/netbsd-current/tests/lib/libc/gen/
H A Dt_vis.c173 char s[256], cd[sizeof(s) * 4 + 1], jd[sizeof(cd)], *ol; local
187 cr = strvisx(cd, s, sizeof(s), VIS_WHITE);
189 ATF_REQUIRE(memcmp(jd, cd, jr) == 0);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc456 iconv_t cd, const uchar *from, size_t flen, struct _cpp_strbuf *to)
471 rval = one_conversion (cd, &inbuf, &inbytesleft,
497 bool (*)(iconv_t cd, const uchar *from, size_t flen, struct _cpp_strbuf *to);
505 convert_utf8_utf16 (iconv_t cd, const uchar *from, size_t flen, argument
508 return conversion_loop (one_utf8_to_utf16, cd, from, flen, to);
512 convert_utf8_utf32 (iconv_t cd, const uchar *from, size_t flen, argument
515 return conversion_loop (one_utf8_to_utf32, cd, from, flen, to);
519 convert_utf16_utf8 (iconv_t cd, const uchar *from, size_t flen, argument
522 return conversion_loop (one_utf16_to_utf8, cd, from, flen, to);
526 convert_utf32_utf8 (iconv_t cd, cons argument
454 conversion_loop(int (*const one_conversion)(iconv_t, const uchar **, size_t *, uchar **, size_t *), iconv_t cd, const uchar *from, size_t flen, struct _cpp_strbuf *to) argument
561 convert_using_iconv(iconv_t cd, const uchar *from, size_t flen, struct _cpp_strbuf *to) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmicromips@mips32-dspr2.d29 0+0046 <[^>]*> 01cd 2abc msub \$ac0,t5,t6
40 0+0072 <[^>]*> 0319 03cd precr_sra\.ph\.w t8,t9,0x0
42 0+007a <[^>]*> 033a 07cd precr_sra_r\.ph\.w t9,k0,0x0
66 0+00da <[^>]*> 01cd 668d subqh_r\.w t4,t5,t6
67 0+00de <[^>]*> 01cd 50bc dpax\.w\.ph \$ac1,t5,t6
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Davx512bw_vl-wig1-intel.d222 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 ed[ ]*vpcmpeqb k5\{k7\},xmm6,xmm5
223 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 29[ ]*vpcmpeqb k5\{k7\},xmm6,XMMWORD PTR \[ecx\]
224 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 ac f4 c0 1d fe ff[ ]*vpcmpeqb k5\{k7\},xmm6,XMMWORD PTR \[esp\+esi\*8-0x1e240\]
225 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 6a 7f[ ]*vpcmpeqb k5\{k7\},xmm6,XMMWORD PTR \[edx\+0x7f0\]
226 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 aa 00 08 00 00[ ]*vpcmpeqb k5\{k7\},xmm6,XMMWORD PTR \[edx\+0x800\]
227 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 6a 80[ ]*vpcmpeqb k5\{k7\},xmm6,XMMWORD PTR \[edx-0x800\]
228 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 aa f0 f7 ff ff[ ]*vpcmpeqb k5\{k7\},xmm6,XMMWORD PTR \[edx-0x810\]
229 [ ]*[a-f0-9]+:[ ]*62 f1 cd 2f 74 ed[ ]*vpcmpeqb k5\{k7\},ymm6,ymm5
230 [ ]*[a-f0-9]+:[ ]*62 f1 cd 2f 74 29[ ]*vpcmpeqb k5\{k7\},ymm6,YMMWORD PTR \[ecx\]
231 [ ]*[a-f0-9]+:[ ]*62 f1 cd
[all...]
H A Davx512bw_vl-wig1.d222 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 ed[ ]*vpcmpeqb %xmm5,%xmm6,%k5\{%k7\}
223 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 29[ ]*vpcmpeqb \(%ecx\),%xmm6,%k5\{%k7\}
224 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 ac f4 c0 1d fe ff[ ]*vpcmpeqb -0x1e240\(%esp,%esi,8\),%xmm6,%k5\{%k7\}
225 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 6a 7f[ ]*vpcmpeqb 0x7f0\(%edx\),%xmm6,%k5\{%k7\}
226 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 aa 00 08 00 00[ ]*vpcmpeqb 0x800\(%edx\),%xmm6,%k5\{%k7\}
227 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 6a 80[ ]*vpcmpeqb -0x800\(%edx\),%xmm6,%k5\{%k7\}
228 [ ]*[a-f0-9]+:[ ]*62 f1 cd 0f 74 aa f0 f7 ff ff[ ]*vpcmpeqb -0x810\(%edx\),%xmm6,%k5\{%k7\}
229 [ ]*[a-f0-9]+:[ ]*62 f1 cd 2f 74 ed[ ]*vpcmpeqb %ymm5,%ymm6,%k5\{%k7\}
230 [ ]*[a-f0-9]+:[ ]*62 f1 cd 2f 74 29[ ]*vpcmpeqb \(%ecx\),%ymm6,%k5\{%k7\}
231 [ ]*[a-f0-9]+:[ ]*62 f1 cd
[all...]
H A Davx512f-intel.d167 [ ]*[a-f0-9]+: 62 f1 cd 48 c2 ed ab vcmppd k5,zmm6,zmm5,0xab
168 [ ]*[a-f0-9]+: 62 f1 cd 4f c2 ed ab vcmppd k5\{k7\},zmm6,zmm5,0xab
169 [ ]*[a-f0-9]+: 62 f1 cd 18 c2 ed ab vcmppd k5,zmm6,zmm5,\{sae\},0xab
170 [ ]*[a-f0-9]+: 62 f1 cd 48 c2 ed 7b vcmppd k5,zmm6,zmm5,0x7b
171 [ ]*[a-f0-9]+: 62 f1 cd 18 c2 ed 7b vcmppd k5,zmm6,zmm5,\{sae\},0x7b
172 [ ]*[a-f0-9]+: 62 f1 cd 48 c2 29 7b vcmppd k5,zmm6,ZMMWORD PTR \[ecx\],0x7b
173 [ ]*[a-f0-9]+: 62 f1 cd 48 c2 ac f4 c0 1d fe ff 7b vcmppd k5,zmm6,ZMMWORD PTR \[esp\+esi\*8-0x1e240\],0x7b
174 [ ]*[a-f0-9]+: 62 f1 cd 58 c2 28 7b vcmppd k5,zmm6,QWORD PTR \[eax\]\{1to8\},0x7b
175 [ ]*[a-f0-9]+: 62 f1 cd 48 c2 6a 7f 7b vcmppd k5,zmm6,ZMMWORD PTR \[edx\+0x1fc0\],0x7b
176 [ ]*[a-f0-9]+: 62 f1 cd 4
[all...]
H A Davx2-intel.d14 [ ]*[a-f0-9]+: c4 e2 cd 8e 21 vpmaskmovq YMMWORD PTR \[ecx\],ymm6,ymm4
25 [ ]*[a-f0-9]+: c4 e2 cd 47 d4 vpsllvq ymm2,ymm6,ymm4
26 [ ]*[a-f0-9]+: c4 e2 cd 47 11 vpsllvq ymm2,ymm6,YMMWORD PTR \[ecx\]
31 [ ]*[a-f0-9]+: c4 e2 cd 45 d4 vpsrlvq ymm2,ymm6,ymm4
32 [ ]*[a-f0-9]+: c4 e2 cd 45 11 vpsrlvq ymm2,ymm6,YMMWORD PTR \[ecx\]
83 [ ]*[a-f0-9]+: c4 e2 cd 8e 21 vpmaskmovq YMMWORD PTR \[ecx\],ymm6,ymm4
85 [ ]*[a-f0-9]+: c4 e2 cd 8e 21 vpmaskmovq YMMWORD PTR \[ecx\],ymm6,ymm4
101 [ ]*[a-f0-9]+: c4 e2 cd 47 d4 vpsllvq ymm2,ymm6,ymm4
102 [ ]*[a-f0-9]+: c4 e2 cd 47 11 vpsllvq ymm2,ymm6,YMMWORD PTR \[ecx\]
103 [ ]*[a-f0-9]+: c4 e2 cd 4
[all...]
H A Davx2.d13 [ ]*[a-f0-9]+: c4 e2 cd 8e 21 vpmaskmovq %ymm4,%ymm6,\(%ecx\)
24 [ ]*[a-f0-9]+: c4 e2 cd 47 d4 vpsllvq %ymm4,%ymm6,%ymm2
25 [ ]*[a-f0-9]+: c4 e2 cd 47 11 vpsllvq \(%ecx\),%ymm6,%ymm2
30 [ ]*[a-f0-9]+: c4 e2 cd 45 d4 vpsrlvq %ymm4,%ymm6,%ymm2
31 [ ]*[a-f0-9]+: c4 e2 cd 45 11 vpsrlvq \(%ecx\),%ymm6,%ymm2
82 [ ]*[a-f0-9]+: c4 e2 cd 8e 21 vpmaskmovq %ymm4,%ymm6,\(%ecx\)
84 [ ]*[a-f0-9]+: c4 e2 cd 8e 21 vpmaskmovq %ymm4,%ymm6,\(%ecx\)
100 [ ]*[a-f0-9]+: c4 e2 cd 47 d4 vpsllvq %ymm4,%ymm6,%ymm2
101 [ ]*[a-f0-9]+: c4 e2 cd 47 11 vpsllvq \(%ecx\),%ymm6,%ymm2
102 [ ]*[a-f0-9]+: c4 e2 cd 4
[all...]
H A Dx86-64-avx2-intel.d14 [ ]*[a-f0-9]+: c4 e2 cd 8e 21 vpmaskmovq YMMWORD PTR \[rcx\],ymm6,ymm4
25 [ ]*[a-f0-9]+: c4 e2 cd 47 d4 vpsllvq ymm2,ymm6,ymm4
26 [ ]*[a-f0-9]+: c4 e2 cd 47 11 vpsllvq ymm2,ymm6,YMMWORD PTR \[rcx\]
31 [ ]*[a-f0-9]+: c4 e2 cd 45 d4 vpsrlvq ymm2,ymm6,ymm4
32 [ ]*[a-f0-9]+: c4 e2 cd 45 11 vpsrlvq ymm2,ymm6,YMMWORD PTR \[rcx\]
83 [ ]*[a-f0-9]+: c4 e2 cd 8e 21 vpmaskmovq YMMWORD PTR \[rcx\],ymm6,ymm4
85 [ ]*[a-f0-9]+: c4 e2 cd 8e 21 vpmaskmovq YMMWORD PTR \[rcx\],ymm6,ymm4
101 [ ]*[a-f0-9]+: c4 e2 cd 47 d4 vpsllvq ymm2,ymm6,ymm4
102 [ ]*[a-f0-9]+: c4 e2 cd 47 11 vpsllvq ymm2,ymm6,YMMWORD PTR \[rcx\]
103 [ ]*[a-f0-9]+: c4 e2 cd 4
[all...]
/netbsd-current/usr.bin/mail/
H A Dmime_header.c138 iconv_t cd; local
143 cd = iconv_open(to_cs, from_cs);
144 if (cd == (iconv_t)-1)
151 cnt = mime_iconv(cd, &src, &srclen, &dstend, &dstlen);
153 (void)iconv_close(cd);
/netbsd-current/external/bsd/libfido2/dist/examples/
H A Dassert.c25 static const unsigned char cd[32] = { variable
127 r = fido_assert_set_clientdata(assert, cd, sizeof(cd));
281 r = fido_assert_set_clientdata(assert, cd, sizeof(cd));
H A Dcred.c21 static const unsigned char cd[32] = { variable
61 r = fido_cred_set_clientdata(cred, cd, sizeof(cd));
250 r = fido_cred_set_clientdata(cred, cd, sizeof(cd));
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dor1k-opc.c39 or1k_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn) argument
47 return ((machs & cd->machs) != 0);
1334 or1k_cgen_init_opcode_table (CGEN_CPU_DESC cd) argument
1353 cd->macro_insn_table.init_entries = insns;
1354 cd->macro_insn_table.entry_size = sizeof (CGEN_IBASE);
1355 cd->macro_insn_table.num_init_entries = num_macros;
1358 insns = (CGEN_INSN *) cd->insn_table.init_entries;
1365 cd->sizeof_fields = sizeof (CGEN_FIELDS);
1366 cd->set_fields_bitsize = set_fields_bitsize;
1368 cd
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dor1k-opc.c39 or1k_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn) argument
47 return ((machs & cd->machs) != 0);
1182 or1k_cgen_init_opcode_table (CGEN_CPU_DESC cd) argument
1201 cd->macro_insn_table.init_entries = insns;
1202 cd->macro_insn_table.entry_size = sizeof (CGEN_IBASE);
1203 cd->macro_insn_table.num_init_entries = num_macros;
1206 insns = (CGEN_INSN *) cd->insn_table.init_entries;
1213 cd->sizeof_fields = sizeof (CGEN_FIELDS);
1214 cd->set_fields_bitsize = set_fields_bitsize;
1216 cd
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dor1k-opc.c39 or1k_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn) argument
47 return ((machs & cd->machs) != 0);
1182 or1k_cgen_init_opcode_table (CGEN_CPU_DESC cd) argument
1201 cd->macro_insn_table.init_entries = insns;
1202 cd->macro_insn_table.entry_size = sizeof (CGEN_IBASE);
1203 cd->macro_insn_table.num_init_entries = num_macros;
1206 insns = (CGEN_INSN *) cd->insn_table.init_entries;
1213 cd->sizeof_fields = sizeof (CGEN_FIELDS);
1214 cd->set_fields_bitsize = set_fields_bitsize;
1216 cd
[all...]
/netbsd-current/sys/arch/amiga/amiga/
H A Damiga_init.c204 struct cfdev *cd; local
325 for (RELOC(ZBUSAVAIL, u_int) = 0, cd =
327 ncd = RELOC(ncfdev, int); ncd > 0; ncd--, cd++) {
328 int bd_type = cd->rom.type & (ERT_TYPEMASK | ERTF_MEMLIST);
336 if (cd->rom.manid == 8512 &&
337 (cd->rom.prodid == 100 || cd->rom.prodid == 110))
340 if (z3rambd_match_id(cd->rom.manid, cd->rom.prodid) > 0)
346 (bd_type != ERT_ZORROII || isztwopa(cd
[all...]
/netbsd-current/distrib/syspkg/mk/
H A Dbsd.syspkg.mk255 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} package-links); \
257 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} delete-package); \
266 ${_PKG_SILENT}${_PKG_DEBUG}(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} delete-package-links)
288 ${_PKG_SILENT}${_PKG_DEBUG}(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} delete-package-links)
298 ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} ${.TARGET:S/^real-/pre-/}
299 ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} ${.TARGET:S/^real-/do-/}
300 ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} ${.TARGET:S/^real-/post-/}
316 ${_PKG_SILENT}${_PKG_DEBUG}(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} real-package)
410 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} package && \
440 cd
[all...]

Completed in 319 milliseconds

<<11121314151617181920>>