| /netbsd-src/external/gpl3/gdb/dist/sim/mn10300/ |
| H A D | am33-2.igen | 140 fpu_disabled_exception (SD, CPU, cia); 156 fpu_disabled_exception (SD, CPU, cia); 173 fpu_disabled_exception (SD, CPU, cia); 189 fpu_disabled_exception (SD, CPU, cia); 205 fpu_disabled_exception (SD, CPU, cia); 221 fpu_disabled_exception (SD, CPU, cia); 238 fpu_disabled_exception (SD, CPU, cia); 254 fpu_disabled_exception (SD, CPU, cia); 270 fpu_disabled_exception (SD, CPU, cia); 283 fpu_disabled_exception (SD, CPU, cia); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 161 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); in getRegionValueSymbol() local 162 if (!SD) { in getRegionValueSymbol() 163 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>(); in getRegionValueSymbol() 164 new (SD) SymbolRegionValue(SymbolCounter, R); in getRegionValueSymbol() 165 DataSet.InsertNode(SD, InsertPos); in getRegionValueSymbol() 169 return cast<SymbolRegionValue>(SD); in getRegionValueSymbol() 180 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); in conjureSymbol() local 181 if (!SD) { in conjureSymbol() 182 SD = (SymExpr*) BPAlloc.Allocate<SymbolConjured>(); in conjureSymbol() 183 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in conjureSymbol() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
| H A D | sim-main.c | 52 load_memory (SIM_DESC SD, in load_memory() argument 78 …sim_io_error (SD, "LOAD AccessLength of %d would extend over %d bit aligned boundary for physical … in load_memory() 84 …dotrace (SD, CPU, tracefh,((IorD == isDATA) ? 0 : 2),(unsigned int)(pAddr&0xFFFFFFFF),(AccessLengt… in load_memory() 169 store_memory (SIM_DESC SD, in store_memory() argument 189 …sim_io_error (SD, "STORE AccessLength of %d would extend over %d bit aligned boundary for physical… in store_memory() 194 dotrace (SD, CPU, tracefh,1,(unsigned int)(pAddr&0xFFFFFFFF),(AccessLength + 1),"store"); in store_memory() 258 ifetch32 (SIM_DESC SD, in ifetch32() argument 282 ifetch16 (SIM_DESC SD, in ifetch16() argument 324 cache_op (SIM_DESC SD, in cache_op() argument 344 sim_io_printf(SD,"TODO: Cache availability checking (PC = 0x%s)\n",pr_addr(cia)); in cache_op() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | simpledynamic.c | 18 int sd_load(const char *filename, SD *lib, int type) in sd_load() 29 int sd_sym(SD lib, const char *symname, SD_SYM *sym) in sd_sym() 35 int sd_close(SD lib) in sd_close() 47 int sd_load(const char *filename, SD *lib, ossl_unused int type) in sd_load() 53 int sd_sym(SD lib, const char *symname, SD_SYM *sym) in sd_sym() 59 int sd_close(SD lib) in sd_close()
|
| H A D | simpledynamic.h | 28 typedef void *SD; typedef 39 typedef HINSTANCE SD; typedef 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);
|
| /netbsd-src/sys/dev/sdmmc/ |
| H A D | sdmmcdevs | 21 * List of known SD card vendors 66 product CGUYS TIACX100 0x0001 TI ACX100 SD-Link11b WiFi Card 67 product CGUYS SDFMRADIO2 0x0005 C-guys SD FM Radio 2 68 product CGUYS SDFMRADIO 0x5544 C-guys SD FM Radio 71 product GLOBALSAT SD501 0xf501 Globalsat SD-501 GPS Card 83 product TOSHIBA SDBTCARD1 0x0001 Toshiba SD BT Card 1 84 product TOSHIBA SDBTCARD2 0x0002 Toshiba SD BT Card 2 85 product TOSHIBA SDBTCARD3 0x0003 Toshiba SD BT Card 3 88 product SOCKETCOM SDSCANNER 0x005e Socket SD Scanner
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 314 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() argument 316 if (!SD) in isAcceptableNestedNameSpecifier() 319 SD = SD->getUnderlyingDecl(); in isAcceptableNestedNameSpecifier() 322 if (isa<NamespaceDecl>(SD)) in isAcceptableNestedNameSpecifier() 325 if (!isa<TypeDecl>(SD)) in isAcceptableNestedNameSpecifier() 330 QualType T = Context.getTypeDeclType(cast<TypeDecl>(SD)); in isAcceptableNestedNameSpecifier() 333 if (const TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(SD)) { in isAcceptableNestedNameSpecifier() 342 } else if (isa<RecordDecl>(SD)) { in isAcceptableNestedNameSpecifier() 344 } else if (isa<EnumDecl>(SD)) { in isAcceptableNestedNameSpecifier() 651 NamedDecl *SD = in BuildCXXNestedNameSpecifier() local [all …]
|
| /netbsd-src/sys/arch/mips/cavium/dev/ |
| H A D | octeon_cop2var.h | 150 CNASM_##AU##SD(tmp0, 0, d) \ 151 CNASM_##AU##SD(tmp1, 8, d) \ 198 CNASM_##AU##SD(tmp0, 0, d) \ 199 CNASM_##AU##SD(tmp1, 8, d) \ 254 CNASM_##AU##SD(tmp0, 0, d) \ 255 CNASM_##AU##SD(tmp1, 8, d) \ 258 CNASM_##AU##SD(tmp2, 16, d) \ 259 CNASM_##AU##SD(tmp3, 24, d) \ 270 CNASM_##AU##SD(tmp0, 32, d) \ 271 CNASM_##AU##SD(tmp1, 40, d) \ [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 586 auto canPassGCPtrOnVReg = [&](SDValue SD) { in lowerStatepointMetaArgs() argument 587 if (SD.getValueType().isVector()) in lowerStatepointMetaArgs() 589 if (LPadPointers.count(SD)) in lowerStatepointMetaArgs() 591 return !willLowerDirectly(SD); in lowerStatepointMetaArgs() 868 for (auto SD : LoweredGCArgs) { in LowerAsSTATEPOINT() local 869 if (!LowerAsVReg.count(SD)) in LowerAsSTATEPOINT() 871 NodeTys.push_back(SD.getValueType()); in LowerAsSTATEPOINT() 888 SDValue SD = getValue(Derived); in LowerAsSTATEPOINT() local 889 if (!LowerAsVReg.count(SD)) in LowerAsSTATEPOINT() 893 if (VirtRegs.count(SD)) in LowerAsSTATEPOINT() [all …]
|
| H A D | InstrEmitter.cpp | 584 const ConstantSDNode *SD = cast<ConstantSDNode>(N0); in EmitSubregNode() local 585 MIB.addImm(SD->getZExtValue()); in EmitSubregNode() 677 InstrEmitter::EmitDbgValue(SDDbgValue *SD, in EmitDbgValue() argument 679 MDNode *Var = SD->getVariable(); in EmitDbgValue() 680 MDNode *Expr = SD->getExpression(); in EmitDbgValue() 681 DebugLoc DL = SD->getDebugLoc(); in EmitDbgValue() 685 SD->setIsEmitted(); in EmitDbgValue() 687 ArrayRef<SDDbgOperand> LocationOps = SD->getLocationOps(); in EmitDbgValue() 691 if (SD->isVariadic()) { in EmitDbgValue() 698 if (SD->isInvalidated()) { in EmitDbgValue() [all …]
|
| H A D | InstrEmitter.h | 119 MachineInstr *EmitDbgValue(SDDbgValue *SD, 124 MachineInstr *EmitDbgInstrRef(SDDbgValue *SD, 128 MachineInstr *EmitDbgLabel(SDDbgLabel *SD);
|
| /netbsd-src/usr.sbin/lpr/lpc/ |
| H A D | cmds.c | 192 (void)snprintf(statfile, sizeof(statfile), "%s/%s", SD, ST); in upstat() 293 for (lp = line, cp = SD; (size_t)(lp - line) < sizeof(line) && in cleanpr() 299 nitems = scandir(SD, &queue, doselect, sortq); in cleanpr() 519 SD = cgetstr(bp, "sd", &cp) == -1 ? _PATH_DEFSPOOL : cp; in getcaps() 522 (void)snprintf(line, sizeof(line), "%s/%s", SD, LO); in getcaps() 558 (void)snprintf(line, sizeof(line), "%s/%s", SD, ST); in putmsg() 746 if ((dirp = opendir(SD)) == NULL) { in prstat() 770 (void)snprintf(line, sizeof(line), "%s/%s", SD, ST); in prstat() 881 if (chdir(SD) < 0) { in topq() 882 printf("\tcannot chdir to %s\n", SD); in topq()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-w32.cc | 114 SECURITY_DESCRIPTOR SD; in create_directory_for_current_user() local 138 if (!InitializeSecurityDescriptor (&SD, in create_directory_for_current_user() 143 if (!SetSecurityDescriptorDacl (&SD, in create_directory_for_current_user() 151 sa.lpSecurityDescriptor = &SD; in create_directory_for_current_user()
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | recvjob.c | 103 if (chdir(SD) < 0) in recvjob() 104 frecverr("%s: %s: %m", printer, SD); in recvjob() 111 } else if (stat(SD, &stb) < 0) in recvjob() 112 frecverr("%s: %s: %m", printer, SD); in recvjob()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | dfp.md | 39 (unspec:DD [(match_operand:SD 1 "input_operand" "d")] 48 [(set (match_operand:SD 0 "nonimmediate_operand" "=f") 49 (unspec:SD [(match_operand:DD 1 "input_operand" "m")] 61 (float_extend:DD (match_operand:SD 1 "gpc_reg_operand" "f")))] 68 (float_extend:TD (match_operand:SD 1 "gpc_reg_operand" "d")))] 78 [(set (match_operand:SD 0 "gpc_reg_operand" "=f") 79 (float_truncate:SD (match_operand:DD 1 "gpc_reg_operand" "d")))] 161 [(set (match_operand:SD 0 "gpc_reg_operand" "=d,d") 162 (float_truncate:SD (match_operand:TD 1 "gpc_reg_operand" "d,d")))
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | imx6qdl-dhcom-drc02.dtsi | 13 * Special SoM hardware required which uses the pins from micro SD card. The 15 * Tx and Rx are routed to the DHCOM UART1 rts/cts pins. Therefore the micro SD 98 &usdhc2 { /* SD card */ 104 * Due to the use of can2 the micro SD card on module have to be
|
| H A D | kirkwood-openrd.dtsi | 79 * (serial@12100) and SD (mvsdio@90000). 82 * High: SD 88 output-high; /* Select SD by default */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | dfp.md | 39 (unspec:DD [(match_operand:SD 1 "input_operand" "d")] 48 [(set (match_operand:SD 0 "nonimmediate_operand" "=f") 49 (unspec:SD [(match_operand:DD 1 "input_operand" "m")] 61 (float_extend:DD (match_operand:SD 1 "gpc_reg_operand" "f")))] 68 (float_extend:TD (match_operand:SD 1 "gpc_reg_operand" "d")))] 78 [(set (match_operand:SD 0 "gpc_reg_operand" "=f") 79 (float_truncate:SD (match_operand:DD 1 "gpc_reg_operand" "d")))]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra194-p3668-0000.dtsi | 5 model = "NVIDIA Jetson Xavier NX (SD-card)"; 13 /* SDMMC1 (SD/MMC) */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Reader.cpp | 137 const coff_aux_section_definition *SD = SymRef.getSectionDefinition(); in readSymbols() local 139 if (SD && SD->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in readSymbols() 140 int32_t Index = SD->getNumber(IsBigObj); in readSymbols()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Taint.cpp | 194 if (const auto *SD = dyn_cast<SymbolDerived>(*SI)) { in isTainted() local 196 if (isTainted(State, SD->getParentSymbol(), Kind)) in isTainted() 203 State->get<DerivedSymTaint>(SD->getParentSymbol())) { in isTainted() 204 const TypedValueRegion *R = SD->getRegion(); in isTainted()
|
| /netbsd-src/sys/arch/evbsh3/conf/ |
| H A D | files.t_sh7706lan | 15 # Serial Peripheral Interface for MMC/SD card 20 # MMC SPI Interface for MMC/SD card
|
| /netbsd-src/share/misc/ |
| H A D | zipcodes | 25068 57001:Alcester, SD 25069 57002:Aurora, SD 25070 57003:Baltic, SD 25071 57004:Beresford, SD 25072 57005:Brandon, SD 25073 57006:Brookings, SD 25074 57007:Brookings, SD 25075 57010:Burbank, SD 25076 57012:Canistota, SD 25077 57013:Canton, SD [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2068 ScheduleData *SD = NextInBundle; in dump() local 2069 while (SD) { in dump() 2070 os << ';' << *SD->Inst; in dump() 2071 SD = SD->NextInBundle; in dump() 2136 const BoUpSLP::ScheduleData &SD) { in operator <<() argument 2137 SD.dump(os); in operator <<() 2170 ScheduleData *SD = ScheduleDataMap[V]; in getScheduleData() local 2171 if (SD && SD->SchedulingRegionID == SchedulingRegionID) in getScheduleData() 2172 return SD; in getScheduleData() 2181 ScheduleData *SD = I->second[Key]; in getScheduleData() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VVPNodes.def | 22 /// \p SDNAME is the generic SD opcode corresponding to \p VVPName. 29 /// \p SDNAME is the generic SD opcode corresponding to \p VVPName.
|