| /src/sys/arch/hpc/stand/dspgen/ |
| config.sh | 35 suffix=dsp 38 suffix=dsp
|
| gen_workspace.sh | 48 suffix=dsp 52 suffix=dsp
|
| /src/sys/arch/mips/mips/ |
| mips_dsp.c | 87 mips_reg_t * const dsp = pcb->pcb_dspregs.r_regs; local 91 * Don't do anything if the DSP is already off. 99 * load DSP registers and establish lwp's DSP context. 123 [mullo1] "=r"(dsp[_R_MULLO1 - _R_DSPBASE]), 124 [mulhi1] "=r"(dsp[_R_MULHI1 - _R_DSPBASE]), 125 [mullo2] "=r"(dsp[_R_MULLO2 - _R_DSPBASE]), 126 [mulhi2] "=r"(dsp[_R_MULHI2 - _R_DSPBASE]), 127 [mullo3] "=r"(dsp[_R_MULLO3 - _R_DSPBASE]), 128 [mulhi3] "=r"(dsp[_R_MULHI3 - _R_DSPBASE]) 139 mips_reg_t * const dsp = pcb->pcb_dspregs.r_regs; local [all...] |
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcfuncs.c | 257 char *dsp = NULL; local 266 dsp = ds; 267 for (idx = 0; idx < MAX_PICS && *dsp; idx++) 278 hwcdef[idx].use_perf_event_type = (int) strtol (dsp, &dsp, 0); 279 if (*dsp++ != ':') 284 hwcdef[idx].type = (int) strtol (dsp, &dsp, 0); 285 if (*dsp++ != ':') 290 hwcdef[idx].config = strtol (dsp, &dsp, 0) [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcfuncs.c | 257 char *dsp = NULL; local 266 dsp = ds; 267 for (idx = 0; idx < MAX_PICS && *dsp; idx++) 278 hwcdef[idx].use_perf_event_type = (int) strtol (dsp, &dsp, 0); 279 if (*dsp++ != ':') 284 hwcdef[idx].type = (int) strtol (dsp, &dsp, 0); 285 if (*dsp++ != ':') 290 hwcdef[idx].config = strtol (dsp, &dsp, 0) [all...] |
| /src/usr.sbin/screenblank/ |
| screenblank.c | 94 struct dev_stat *dsp; local 244 LIST_FOREACH(dsp, &ds_list, ds_link) { 246 if (is_graphics_fb(dsp)) 248 if (stat(dsp->ds_path, &st) == -1) { 250 "Can't stat `%s' (%m)", dsp->ds_path); 253 if (st.st_atime > dsp->ds_atime) { 255 dsp->ds_atime = st.st_atime; 257 if (st.st_mtime > dsp->ds_mtime) { 259 dsp->ds_mtime = st.st_mtime; 287 struct dev_stat *dsp; local 375 struct dev_stat *dsp; local [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
| pass.s | 4 # as(shdsp): -defsym sim_cpu=1 -dsp
|
| fail.s | 4 # as(shdsp): -defsym sim_cpu=1 -dsp
|
| shlr16.s | 4 # as(shdsp): -defsym sim_cpu=1 -dsp
|
| dmxy.s | 3 # as(shdsp): -defsym sim_cpu=1 -dsp
|
| shlr8.s | 4 # as(shdsp): -defsym sim_cpu=1 -dsp
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/ |
| pass.s | 4 # as(shdsp): -defsym sim_cpu=1 -dsp
|
| fail.s | 4 # as(shdsp): -defsym sim_cpu=1 -dsp
|
| shlr16.s | 4 # as(shdsp): -defsym sim_cpu=1 -dsp
|
| dmxy.s | 3 # as(shdsp): -defsym sim_cpu=1 -dsp
|
| shlr8.s | 4 # as(shdsp): -defsym sim_cpu=1 -dsp
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_decl.c | 112 dt_scope_t *dsp = &yypcb->pcb_dstack; local 113 dt_decl_t *ddp = dsp->ds_decl; 116 dsp->ds_decl = ddp->dd_next; 119 ddp = dsp->ds_decl; 126 dt_scope_t *dsp = &yypcb->pcb_dstack; local 127 dt_decl_t *top = dsp->ds_decl; 137 dsp->ds_decl = ddp; 145 dt_scope_t *dsp = &yypcb->pcb_dstack; local 148 dsp->ds_decl = NULL; 149 free(dsp->ds_ident) 162 dt_scope_t *dsp = &yypcb->pcb_dstack; local 196 dt_scope_t *dsp = &yypcb->pcb_dstack; local 216 dt_scope_t *dsp = &yypcb->pcb_dstack; local 371 dt_scope_t *dsp = &yypcb->pcb_dstack; local 506 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; local 695 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; local 1085 dt_scope_t *dsp = malloc(sizeof (dt_scope_t)); local 1106 dt_scope_t *dsp = rsp->ds_next; local [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_conv.h | 615 struct msqid_ds *dsp) 618 memset(dsp, 0, sizeof(*dsp)); 619 netbsd32_to_ipc_perm(&ds32p->msg_perm, &dsp->msg_perm); 620 dsp->_msg_cbytes = (u_long)ds32p->_msg_cbytes; 621 dsp->msg_qnum = (u_long)ds32p->msg_qnum; 622 dsp->msg_qbytes = (u_long)ds32p->msg_qbytes; 623 dsp->msg_lspid = ds32p->msg_lspid; 624 dsp->msg_lrpid = ds32p->msg_lrpid; 625 dsp->msg_rtime = (time_t)ds32p->msg_rtime [all...] |
| /src/sys/arch/hpcmips/stand/dspgen/ |
| config.sh | 35 suffix=dsp
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/ |
| utils-dsp.inc | 1 # MIPS DSP ASE simulator testsuite utility functions. 33 # Set dsp control register <= crin 35 # Check if crout == dsp control register 49 # Set dsp control register <= crin 51 # Check if crout == dsp control register 63 # Set dsp control register <= crin 75 # Set dsp control register <= crin 87 # Set dsp control register <= crin 89 # Check if crout == dsp control register 101 # Set dsp control register <= cri [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
| utils-dsp.inc | 1 # MIPS DSP ASE simulator testsuite utility functions. 33 # Set dsp control register <= crin 35 # Check if crout == dsp control register 49 # Set dsp control register <= crin 51 # Check if crout == dsp control register 63 # Set dsp control register <= crin 75 # Set dsp control register <= crin 87 # Set dsp control register <= crin 89 # Check if crout == dsp control register 101 # Set dsp control register <= cri [all...] |
| /src/sys/arch/vax/vax/ |
| scb.c | 151 struct ivec_dsp *dsp = &scb_vec[vecno / 4]; local 152 dsp->hoppaddr = func; 153 dsp->pushlarg = arg; 154 dsp->ev = ev; 155 ((intptr_t *) scb)[vecno/4] = (intptr_t)(dsp) | stack;
|
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| libdwarf_sections.c | 37 _dwarf_section_init(Dwarf_P_Debug dbg, Dwarf_P_Section *dsp, const char *name, 42 assert(dbg != NULL && dsp != NULL && name != NULL); 67 *dsp = ds; 73 _dwarf_section_free(Dwarf_P_Debug dbg, Dwarf_P_Section *dsp) 77 assert(dbg != NULL && dsp != NULL); 79 if (*dsp == NULL) 83 if (ds == *dsp) { 90 ds = *dsp; 96 *dsp = NULL;
|
| /src/external/gpl3/gcc/dist/gcc/config/csky/ |
| csky_isa.def | 38 CSKY_ISA (dsp, "Extended insns for DSP") 61 #define CSKY_ISA_DSP CSKY_ISA_FEATURE_GET (dsp)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| csky_isa.def | 38 CSKY_ISA (dsp, "Extended insns for DSP") 61 #define CSKY_ISA_DSP CSKY_ISA_FEATURE_GET (dsp)
|