Searched refs:dsp (Results 76 - 100 of 145) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A DMakefile.am52 libcvs.dsp \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.c3099 ds_t *dsp = &has_dependence_data.has_dep_p[has_dependence_data.where];
3103 *dsp = (*dsp & ~SPECULATIVE) | DEP_OUTPUT; local
3106 *dsp = (*dsp & ~SPECULATIVE) | DEP_ANTI;
3120 ds_t *dsp = &has_dependence_data.has_dep_p[has_dependence_data.where];
3123 *dsp = (*dsp & ~SPECULATIVE) | DEP_OUTPUT; local
3126 *dsp = (*dsp
3082 ds_t *dsp = &has_dependence_data.has_dep_p[has_dependence_data.where]; local
3157 ds_t *dsp = &has_dependence_data.has_dep_p[has_dependence_data.where]; local
3171 ds_t *dsp = &has_dependence_data.has_dep_p[has_dependence_data.where]; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_dataset.c343 dsl_dataset_t **dsp)
491 *dsp = ds;
551 dsl_dataset_t **dsp)
553 int err = dsl_dataset_get_ref(dp, dsobj, tag, dsp);
557 return (dsl_dataset_hold_ref(*dsp, tag));
562 void *tag, dsl_dataset_t **dsp)
564 int err = dsl_dataset_hold_obj(dp, dsobj, tag, dsp);
567 if (!dsl_dataset_tryown(*dsp, inconsistentok, tag)) {
568 dsl_dataset_rele(*dsp, tag);
569 *dsp
342 dsl_dataset_get_ref(dsl_pool_t *dp, uint64_t dsobj, void *tag, dsl_dataset_t **dsp) argument
550 dsl_dataset_hold_obj(dsl_pool_t *dp, uint64_t dsobj, void *tag, dsl_dataset_t **dsp) argument
561 dsl_dataset_own_obj(dsl_pool_t *dp, uint64_t dsobj, boolean_t inconsistentok, void *tag, dsl_dataset_t **dsp) argument
576 dsl_dataset_hold(const char *name, void *tag, dsl_dataset_t **dsp) argument
635 dsl_dataset_own(const char *name, boolean_t inconsistentok, void *tag, dsl_dataset_t **dsp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Doosiop.c569 uint32_t dsp, dbc, n, i, len; local
576 dsp = oosiop_read_4(sc, OOSIOP_DSP);
580 n = dsp - cb->xferdma->dm_segs[0].ds_addr - 8;
1141 uint32_t dsp; local
1226 dsp = oosiop_read_4(sc, OOSIOP_DSP);
1228 device_xname(sc->sc_dev), dsp - 8);
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A DMakefile180 $(DISTNAME)/libbz2.dsp \
181 $(DISTNAME)/dlltest.dsp \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A DMakefile.in50 dsp.o \
82 dsp.o: $(srcdir)/dsp.c $(srcdir)/sim-main.h
101 $(srcdir)/dsp.igen \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dmips.exp249 dsp
344 .set dsp
712 "-mno-dsp",
1084 mips_make_test_option options "-mno-dsp"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/sh/
H A Ddiv.s4 # as(shdsp): -defsym sim_cpu=1 -dsp
H A Dpshai.s4 # as(shdsp): -defsym sim_cpu=1 -dsp
H A Dpshlr.s4 # as(shdsp): -defsym sim_cpu=1 -dsp
H A Dpswap.s3 # as(shdsp): -defsym sim_cpu=1 -dsp
H A Dpdmsb.s3 # as(shdsp): -defsym sim_cpu=1 -dsp
H A Dresbank.s4 # as(shdsp): -defsym sim_cpu=1 -dsp
H A Dloop.s3 # as(shdsp): -defsym sim_cpu=1 -dsp
H A Dpshar.s4 # as(shdsp): -defsym sim_cpu=1 -dsp
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ure/
H A Dure.c1696 _ure_dstate_t *dsp; local
1784 dsp = dfa->states;
1789 dsp->trans = tp;
1790 dsp->ntrans = sp->trans_used;
1791 dsp->accepting = sp->accepting;
1796 for (j = 0; j < dsp->ntrans; j++, tp++) {
1801 dsp++;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Drx-decode.opc291 /** 10sz 1dsp a src b dst mov%s %1, %0 */
292 ID(mov); sBWL(sz); DR(dst); SIs(src, dsp*4+a*2+b, sz); F_____;
294 /** 10sz 0dsp a dst b src mov%s %1, %0 */
295 ID(mov); sBWL(sz); DIs(dst, dsp*4+a*2+b, sz); SR(src); F_____;
314 /** 1011 w dsp a src b dst movu%s %1, %0 */
315 ID(mov); uBWL(w); DR(dst); SIs(src, dsp*4+a*2+b, w); F_____;
688 /** 0001 n dsp b%1.s %a0 */
689 ID(branch); Scc(n); DC(pc + dsp3map[dsp]);
698 /** 0000 1dsp bra.s %a0 */
699 ID(branch); DC(pc + dsp3map[dsp]);
[all...]
H A Drx-decode.c3458 /** 0000 1dsp bra.s %a0 */
3460 int dsp AU = op[0] & 0x07;
3464 "/** 0000 1dsp bra.s %a0 */",
3466 printf (" dsp = 0x%x\n", dsp);
3470 ID(branch); DC(pc + dsp3map[dsp]);
3491 /** 0001 n dsp b%1.s %a0 */
3495 int dsp AU = op[0] & 0x07;
3499 "/** 0001 n dsp b%1.s %a0 */",
3502 printf (" dsp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/arch/
H A Dsh4al-dsp.s5 ! architecture sh4al-dsp but no more.
8 ! from <objdir>/gas/testsuite/sh4al-dsp.s
9 ! to <srcdir>/gas/testsuite/gas/sh/arch/sh4al-dsp.s .
14 ! Instructions introduced into sh4al-dsp
52 ! Instructions inherited from ancestors: sh sh-dsp sh2 sh2a-nofpu-or-sh3-nommu sh2a-nofpu-or-sh4-nommu-nofpu sh3 sh3-dsp sh3-nommu sh4-nofpu sh4-nommu-nofpu sh4a-nofpu
H A Dsh-dsp.s5 ! architecture sh-dsp but no more.
8 ! from <objdir>/gas/testsuite/sh-dsp.s
9 ! to <srcdir>/gas/testsuite/gas/sh/arch/sh-dsp.s .
14 ! Instructions introduced into sh-dsp
H A Dsh3-dsp.s5 ! architecture sh3-dsp but no more.
8 ! from <objdir>/gas/testsuite/sh3-dsp.s
9 ! to <srcdir>/gas/testsuite/gas/sh/arch/sh3-dsp.s .
14 ! Instructions introduced into sh3-dsp
16 ! Instructions inherited from ancestors: sh sh-dsp sh2 sh2a-nofpu-or-sh3-nommu sh3 sh3-nommu
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/arch/
H A Dsh4al-dsp.s5 ! architecture sh4al-dsp but no more.
8 ! from <objdir>/gas/testsuite/sh4al-dsp.s
9 ! to <srcdir>/gas/testsuite/gas/sh/arch/sh4al-dsp.s .
14 ! Instructions introduced into sh4al-dsp
52 ! Instructions inherited from ancestors: sh sh-dsp sh2 sh2a-nofpu-or-sh3-nommu sh2a-nofpu-or-sh4-nommu-nofpu sh3 sh3-dsp sh3-nommu sh4-nofpu sh4-nommu-nofpu sh4a-nofpu
H A Dsh-dsp.s5 ! architecture sh-dsp but no more.
8 ! from <objdir>/gas/testsuite/sh-dsp.s
9 ! to <srcdir>/gas/testsuite/gas/sh/arch/sh-dsp.s .
14 ! Instructions introduced into sh-dsp
H A Dsh3-dsp.s5 ! architecture sh3-dsp but no more.
8 ! from <objdir>/gas/testsuite/sh3-dsp.s
9 ! to <srcdir>/gas/testsuite/gas/sh/arch/sh3-dsp.s .
14 ! Instructions introduced into sh3-dsp
16 ! Instructions inherited from ancestors: sh sh-dsp sh2 sh2a-nofpu-or-sh3-nommu sh3 sh3-nommu
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Deval.c56 static char *maybe_expand_tilde ARGS((char *p, XString *dsp, char **dpp,
1225 maybe_expand_tilde(p, dsp, dpp, isassign)
1227 XString *dsp;
1249 Xcheck(*dsp, dp);

Completed in 315 milliseconds

123456