HomeSort by: relevance | last modified time | path
    Searched defs:SD (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/test/
simpledynamic.h 28 typedef void *SD;
39 typedef HINSTANCE SD;
45 int sd_load(const char *filename, SD *sd, int type);
46 int sd_sym(SD sd, const char *symname, SD_SYM *sym);
47 int sd_close(SD lib);
  /src/crypto/external/bsd/openssl/dist/test/
simpledynamic.h 28 typedef void *SD;
39 typedef HINSTANCE SD;
45 int sd_load(const char *filename, SD *sd, int type);
46 int sd_sym(SD sd, const char *symname, SD_SYM *sym);
47 int sd_close(SD lib);
  /src/external/gpl3/gdb/dist/sim/mips/
m16run.c 30 #define SD sd
34 sim_engine_run (SIM_DESC sd,
39 sim_cpu *cpu = STATE_CPU (sd, next_cpu_nr);
53 nia = m16_idecode_issue (sd, instruction_0, cia);
58 nia = m32_idecode_issue (sd, instruction_0, cia);
65 if (sim_events_tick (sd))
68 sim_events_process (sd);
micromipsrun.c 40 #define SD sd
44 micromips_instruction_decode (SIM_DESC sd, sim_cpu * cpu,
53 return micromips16_idecode_issue (sd, instruction_0, cia);
57 return micromips32_idecode_issue (sd, instruction_0, cia);
65 return micromips16_idecode_issue (sd, instruction_0, cia);
67 sim_engine_abort (sd, cpu, cia,
73 return micromips32_idecode_issue (sd, instruction_0, cia);
80 sim_engine_run (SIM_DESC sd, int next_cpu_nr, int nr_cpus,
83 struct mips_sim_state *state = MIPS_SIM_STATE (sd);
    [all...]
dv-tx3904cpu.c 144 SIM_DESC sd = hw_system (me); local
145 sim_cpu *cpu = STATE_CPU (sd, 0); /* NB: fix CPU 0. */
149 #define SD sd
196 #undef SD
interp.c 61 #define SD sd
84 static void ColdReset (SIM_DESC sd);
92 sim_io_eprintf(sd,"Delay slot already activated (branch in delay slot?)\n");\
141 static SIM_RC sim_firmware_command (SIM_DESC sd, char* arg);
149 static void open_trace (SIM_DESC sd);
151 #define open_trace(sd)
173 mips_option_handler (SIM_DESC sd, sim_cpu *cpu, int opt, char *arg,
187 cpu = STATE_CPU (sd, cpu_nr);
219 sim_io_printf(sd,"Failed to allocate buffer for tracefile name \"%s\"\n",optarg)
347 SIM_DESC sd = sim_state_alloc_extra (kind, cb, local
2062 SIM_DESC sd = CPU_STATE(cpu); local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mips/
m16run.c 30 #define SD sd
34 sim_engine_run (SIM_DESC sd,
39 sim_cpu *cpu = STATE_CPU (sd, next_cpu_nr);
53 nia = m16_idecode_issue (sd, instruction_0, cia);
58 nia = m32_idecode_issue (sd, instruction_0, cia);
65 if (sim_events_tick (sd))
68 sim_events_process (sd);
micromipsrun.c 40 #define SD sd
44 micromips_instruction_decode (SIM_DESC sd, sim_cpu * cpu,
53 return micromips16_idecode_issue (sd, instruction_0, cia);
57 return micromips32_idecode_issue (sd, instruction_0, cia);
65 return micromips16_idecode_issue (sd, instruction_0, cia);
67 sim_engine_abort (sd, cpu, cia,
73 return micromips32_idecode_issue (sd, instruction_0, cia);
80 sim_engine_run (SIM_DESC sd, int next_cpu_nr, int nr_cpus,
83 struct mips_sim_state *state = MIPS_SIM_STATE (sd);
    [all...]
dv-tx3904cpu.c 144 SIM_DESC sd = hw_system (me); local
145 sim_cpu *cpu = STATE_CPU (sd, 0); /* NB: fix CPU 0. */
149 #define SD sd
196 #undef SD
cp1.c 52 #define SD CPU_STATE(cpu)
147 sim_io_eprintf (SD, "FPR %d (format %s) being accessed with format %s - setting to unknown (PC = 0x%s)\n",
268 if (STATE_VERBOSE_P (SD))
269 sim_io_eprintf (SD,
624 sim_io_error (SD, "Bad switch\n");
651 sim_io_error (SD, "Bad switch\n");
686 sim_io_error (SD, "Bad switch\n");
735 sim_io_error (SD, "Bad switch\n");
761 sim_io_error (SD, "Bad switch\n");
813 sim_io_error (SD, "Bad switch\n")
    [all...]
mdmx.c 30 #define SD (CPU_STATE(CPU))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Reader.cpp 137 const coff_aux_section_definition *SD = SymRef.getSectionDefinition();
139 if (SD && SD->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) {
140 int32_t Index = SD->getNumber(IsBigObj);
Writer.cpp 57 coff_aux_section_definition *SD =
75 SD->NumberLowPart = static_cast<uint16_t>(SDSectionNumber);
76 SD->NumberHighPart = static_cast<uint16_t>(SDSectionNumber >> 16);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-w32.cc 114 SECURITY_DESCRIPTOR SD;
138 if (!InitializeSecurityDescriptor (&SD,
143 if (!SetSecurityDescriptorDacl (&SD,
151 sa.lpSecurityDescriptor = &SD;
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-w32.cc 114 SECURITY_DESCRIPTOR SD;
138 if (!InitializeSecurityDescriptor (&SD,
143 if (!SetSecurityDescriptorDacl (&SD,
151 sa.lpSecurityDescriptor = &SD;
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Descriptor.cpp 67 auto *SD = D->ElemDesc;
70 Desc->Desc = SD;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 311 /// \param SD Declaration checked for nested-name-specifier.
314 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD,
316 if (!SD)
319 SD = SD->getUnderlyingDecl();
322 if (isa<NamespaceDecl>(SD))
325 if (!isa<TypeDecl>(SD))
330 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD));
333 if (const TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(SD)) {
342 } else if (isa<RecordDecl>(SD)) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 161 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos);
162 if (!SD) {
163 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>();
164 new (SD) SymbolRegionValue(SymbolCounter, R);
165 DataSet.InsertNode(SD, InsertPos);
169 return cast<SymbolRegionValue>(SD);
180 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos);
181 if (!SD) {
182 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>();
183 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag)
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexDiagnostic.cpp 95 const StoredDiagnostic *SD = D.dyn_cast<const StoredDiagnostic*>();
96 if (!SD)
102 auto Owner = std::make_unique<CXStoredDiagnostic>(*SD, LangOpts);
  /src/external/gpl3/binutils/dist/opcodes/
rx-decode.c 136 #define SD(t,r,s) rx_disp (1, t, r, bwl[s], ld);
1163 /** 0000 0110 mx10 00sd 0001 0001 rsrc rdst itof %1%S1, %0 */
1167 int sd AU = op[1] & 0x03;
1175 "/** 0000 0110 mx10 00sd 0001 0001 rsrc rdst itof %1%S1, %0 */",
1178 printf (" sd = 0x%x,", sd);
1184 ID(itof); DR (rdst); SPm(sd, rsrc, mx); F__SZ_;
1200 /** 0000 0110 mx10 00sd 0001 0101 rsrc rdst utof %1%S1, %0 */
1204 int sd AU = op[1] & 0x03;
1212 "/** 0000 0110 mx10 00sd 0001 0101 rsrc rdst utof %1%S1, %0 */"
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
rx-decode.c 136 #define SD(t,r,s) rx_disp (1, t, r, bwl[s], ld);
1163 /** 0000 0110 mx10 00sd 0001 0001 rsrc rdst itof %1%S1, %0 */
1167 int sd AU = op[1] & 0x03;
1175 "/** 0000 0110 mx10 00sd 0001 0001 rsrc rdst itof %1%S1, %0 */",
1178 printf (" sd = 0x%x,", sd);
1184 ID(itof); DR (rdst); SPm(sd, rsrc, mx); F__SZ_;
1200 /** 0000 0110 mx10 00sd 0001 0101 rsrc rdst utof %1%S1, %0 */
1204 int sd AU = op[1] & 0x03;
1212 "/** 0000 0110 mx10 00sd 0001 0101 rsrc rdst utof %1%S1, %0 */"
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
rx-decode.c 136 #define SD(t,r,s) rx_disp (1, t, r, bwl[s], ld);
1163 /** 0000 0110 mx10 00sd 0001 0001 rsrc rdst itof %1%S1, %0 */
1167 int sd AU = op[1] & 0x03;
1175 "/** 0000 0110 mx10 00sd 0001 0001 rsrc rdst itof %1%S1, %0 */",
1178 printf (" sd = 0x%x,", sd);
1184 ID(itof); DR (rdst); SPm(sd, rsrc, mx); F__SZ_;
1200 /** 0000 0110 mx10 00sd 0001 0101 rsrc rdst utof %1%S1, %0 */
1204 int sd AU = op[1] & 0x03;
1212 "/** 0000 0110 mx10 00sd 0001 0101 rsrc rdst utof %1%S1, %0 */"
    [all...]
  /src/usr.sbin/lpr/common_source/
common.c 102 const char *SD; /* spool directory */
245 dirp = opendir(SD);
452 SD = cgetstr(bp, "sd", &cp) == -1 ? _PATH_DEFSPOOL : cp;
470 char *sd = NULL; local
473 spooldir = cgetstr(cap, "sd", &sd) == -1 ? _PATH_DEFSPOOL : sd;
487 if (spooldir != sd)
488 free(sd);
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
rx-decode.c 136 #define SD(t,r,s) rx_disp (1, t, r, bwl[s], ld);
1163 /** 0000 0110 mx10 00sd 0001 0001 rsrc rdst itof %1%S1, %0 */
1167 int sd AU = op[1] & 0x03;
1175 "/** 0000 0110 mx10 00sd 0001 0001 rsrc rdst itof %1%S1, %0 */",
1178 printf (" sd = 0x%x,", sd);
1184 ID(itof); DR (rdst); SPm(sd, rsrc, mx); F__SZ_;
1200 /** 0000 0110 mx10 00sd 0001 0101 rsrc rdst utof %1%S1, %0 */
1204 int sd AU = op[1] & 0x03;
1212 "/** 0000 0110 mx10 00sd 0001 0101 rsrc rdst utof %1%S1, %0 */"
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 586 auto canPassGCPtrOnVReg = [&](SDValue SD) {
587 if (SD.getValueType().isVector())
589 if (LPadPointers.count(SD))
591 return !willLowerDirectly(SD);
604 "IR and SD types disagree");
868 for (auto SD : LoweredGCArgs) {
869 if (!LowerAsVReg.count(SD))
871 NodeTys.push_back(SD.getValueType());
888 SDValue SD = getValue(Derived);
889 if (!LowerAsVReg.count(SD))
    [all...]

Completed in 84 milliseconds

1 2