| /freebsd/lib/libifconfig/ |
| H A D | libifconfig_sfp.c | 82 read_i2c(struct i2c_info *ii, uint8_t addr, uint8_t off, uint8_t len, in read_i2c() argument 88 if (ii->error != 0) in read_i2c() 89 return (ii->error); in read_i2c() 91 ii->ifr.ifr_data = (caddr_t)&req; in read_i2c() 103 if (ifconfig_ioctlwrap(ii->h, AF_LOCAL, SIOCGI2C, in read_i2c() 104 &ii->ifr) != 0) { in read_i2c() 105 ii->error = errno; in read_i2c() 124 read_i2c_page(struct i2c_info *ii, uint8_t addr, uint8_t page, uint8_t bank, in read_i2c_page() argument 130 if (ii->error != 0) in read_i2c_page() 131 return (ii->error); in read_i2c_page() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepInstrFormats.td | 20 bits <7> Ii; 21 let Inst{11-5} = Ii{6-0}; 36 bits <11> Ii; 37 let Inst{21-20} = Ii{10-9}; 38 let Inst{7-1} = Ii{8-2}; 56 bits <2> Ii; 57 let Inst{13-13} = Ii{1-1}; 58 let Inst{7-7} = Ii{0-0}; 59 bits <6> II; 60 let Inst{11-8} = II{ [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 156 IntrinsicInst &II, InstCombiner &IC) { in simplifyAMDGCNImageIntrinsic() argument 161 dyn_cast<ConstantFP>(II.getOperand(ImageDimIntr->LodIndex))) { in simplifyAMDGCNImageIntrinsic() 167 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() 178 dyn_cast<ConstantInt>(II.getOperand(ImageDimIntr->MipIndex))) { in simplifyAMDGCNImageIntrinsic() 184 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() 195 dyn_cast<ConstantFP>(II.getOperand(ImageDimIntr->BiasIndex))) { in simplifyAMDGCNImageIntrinsic() 201 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() 213 dyn_cast<ConstantInt>(II.getOperand(ImageDimIntr->OffsetIndex))) { in simplifyAMDGCNImageIntrinsic() 219 II, II, NewImageDimIntr->Intr, IC, [&](auto &Args, auto &ArgTys) { in simplifyAMDGCNImageIntrinsic() 237 if (II.hasOneUse()) { in simplifyAMDGCNImageIntrinsic() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCorpus.h | 70 // executed we assign fresh seeds maximum entropy and let II->Energy approach 172 for (auto II : Inputs) in ~InputCorpus() local 173 delete II; in ~InputCorpus() 178 for (auto II : Inputs) in SizeInBytes() 179 Res += II->U.size(); in SizeInBytes() 184 for (auto II : Inputs) in NumActiveUnits() 185 Res += !II->U.empty(); in NumActiveUnits() 190 for (auto II : Inputs) in MaxInputSize() 191 Res = std::max(Res, II->U.size()); in MaxInputSize() 197 return std::count_if(Inputs.begin(), Inputs.end(), [](const InputInfo *II) { in NumInputsThatTouchFocusFunction() 171 for (auto II : Inputs) ~InputCorpus() local 177 for (auto II : Inputs) SizeInBytes() local 183 for (auto II : Inputs) NumActiveUnits() local 189 for (auto II : Inputs) MaxInputSize() local 220 InputInfo &II = *Inputs.back(); AddToCorpus() local 274 for (auto II : Inputs) { PrintCorpus() local 287 Replace(InputInfo * II,const Unit & U,std::chrono::microseconds TimeOfUnit) Replace() argument 303 InputInfo &II = *Inputs[ChooseUnitIdxToMutate(Rand)]; ChooseUnitToMutate() local 312 InputInfo &II = *Inputs[Rand(Inputs.size())]; ChooseUnitToCrossOverWith() local 327 const auto &II = *Inputs[i]; PrintStats() local 347 DeleteFile(const InputInfo & II) DeleteFile() argument 353 InputInfo &II = *Inputs[Idx]; DeleteInput() local 388 for (auto II : Inputs) { AddRareFeature() local 401 for (auto II : Inputs) { AddRareFeature() local 422 InputInfo &II = *Inputs[OldIdx]; AddFeature() local 444 UpdateFeatureFrequency(InputInfo * II,size_t Idx) UpdateFeatureFrequency() argument 482 for (auto II: Inputs) { ValidateFeatureSet() local 512 for (auto II : Inputs) { UpdateCorpusDistribution() local 519 for (auto II : Inputs) { UpdateCorpusDistribution() local [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 291 Value *InstCombinerImpl::simplifyMaskedLoad(IntrinsicInst &II) { in simplifyMaskedLoad() argument 292 Value *LoadPtr = II.getArgOperand(0); in simplifyMaskedLoad() 294 cast<ConstantInt>(II.getArgOperand(1))->getAlignValue(); in simplifyMaskedLoad() 298 if (maskIsAllOneOrUndef(II.getArgOperand(2))) { in simplifyMaskedLoad() 299 LoadInst *L = Builder.CreateAlignedLoad(II.getType(), LoadPtr, Alignment, in simplifyMaskedLoad() 301 L->copyMetadata(II); in simplifyMaskedLoad() 307 if (isDereferenceablePointer(LoadPtr, II.getType(), in simplifyMaskedLoad() 308 II.getDataLayout(), &II, &AC)) { in simplifyMaskedLoad() 309 LoadInst *LI = Builder.CreateAlignedLoad(II.getType(), LoadPtr, Alignment, in simplifyMaskedLoad() 311 LI->copyMetadata(II); in simplifyMaskedLoad() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_sysevent.c | 126 uint_t ii, nelem; in log_sysevent() local 130 for (ii = 0; ii < nelem; ii++) in log_sysevent() 131 sbuf_printf(sb, "%02hhx", value[ii]); in log_sysevent() 137 uint_t ii, nelem; in log_sysevent() local 141 for (ii = 0; ii < nelem; ii++) in log_sysevent() 142 sbuf_printf(sb, "%04hx", value[ii]); in log_sysevent() 148 uint_t ii, nelem; in log_sysevent() local 152 for (ii = 0; ii < nelem; ii++) in log_sysevent() 153 sbuf_printf(sb, "%08jx", (uintmax_t)value[ii]); in log_sysevent() 159 uint_t ii, nelem; in log_sysevent() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 58 static Instruction *simplifyX86MaskedLoad(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedLoad() argument 59 Value *Ptr = II.getOperand(0); in simplifyX86MaskedLoad() 60 Value *Mask = II.getOperand(1); in simplifyX86MaskedLoad() 61 Constant *ZeroVec = Constant::getNullValue(II.getType()); in simplifyX86MaskedLoad() 65 return IC.replaceInstUsesWith(II, ZeroVec); in simplifyX86MaskedLoad() 72 II.getType(), Ptr, Align(1), BoolMask, ZeroVec); in simplifyX86MaskedLoad() 73 return IC.replaceInstUsesWith(II, NewMaskedLoad); in simplifyX86MaskedLoad() 82 static bool simplifyX86MaskedStore(IntrinsicInst &II, InstCombiner &IC) { in simplifyX86MaskedStore() argument 83 Value *Ptr = II.getOperand(0); in simplifyX86MaskedStore() 84 Value *Mask = II.getOperand(1); in simplifyX86MaskedStore() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 61 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() 62 if (!II->hadMacroDefinition()) in getLocalMacroDirectiveHistory() 64 auto Pos = CurSubmoduleState->Macros.find(II); in getLocalMacroDirectiveHistory() 69 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){ in appendMacroDirective() argument 73 MacroState &StoredMD = CurSubmoduleState->Macros[II]; in appendMacroDirective() 77 StoredMD.overrideActiveModuleMacros(*this, II); in appendMacroDirective() 83 PendingModuleMacroNames.push_back(II); in appendMacroDirective() 87 II->setHasMacroDefinition(true); in appendMacroDirective() 88 if (!MD->isDefined() && !LeafModuleMacros.contains(II)) in appendMacroDirective() 89 II->setHasMacroDefinition(false); in appendMacroDirective() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVVMIntrRange.cpp | 46 static bool addRangeAttr(uint64_t Low, uint64_t High, IntrinsicInst *II) { in addRangeAttr() argument 47 if (II->getMetadata(LLVMContext::MD_range)) in addRangeAttr() 50 const uint64_t BitWidth = II->getType()->getIntegerBitWidth(); in addRangeAttr() 53 if (auto CurrentRange = II->getRange()) in addRangeAttr() 56 II->addRangeRetAttr(Range); in addRangeAttr() 93 const auto ProccessIntrinsic = [&](IntrinsicInst *II) -> bool { in runNVVMIntrRange() argument 94 switch (II->getIntrinsicID()) { in runNVVMIntrRange() 97 return addRangeAttr(0, MaxBlockSize.X, II); in runNVVMIntrRange() 99 return addRangeAttr(0, MaxBlockSize.Y, II); in runNVVMIntrRange() 101 return addRangeAttr(0, MaxBlockSize.Z, II); in runNVVMIntrRange() [all …]
|
| /freebsd/usr.sbin/rarpd/ |
| H A D | rarpd.c | 216 struct if_info *ii, *ii2; in init_one() local 241 for (ii = iflist; ii != NULL; ii = ii->ii_next) in init_one() 242 if (strcmp(ifa->ifa_name, ii->ii_ifname) == 0) in init_one() 245 if (pass1 && ii != NULL) in init_one() 250 if (ii == NULL) { in init_one() 251 ii = (struct if_info *)malloc(sizeof(*ii)); in init_one() 252 if (ii == NULL) { in init_one() 257 bzero(ii, sizeof(*ii)); in init_one() 258 ii->ii_fd = -1; in init_one() 259 strlcpy(ii->ii_ifname, ifa->ifa_name, sizeof(ii->ii_ifname)); in init_one() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreRegisterInfo.cpp | 56 static void InsertFPImmInst(MachineBasicBlock::iterator II, in InsertFPImmInst() argument 59 MachineInstr &MI = *II; in InsertFPImmInst() 65 BuildMI(MBB, II, dl, TII.get(XCore::LDW_2rus), Reg) in InsertFPImmInst() 71 BuildMI(MBB, II, dl, TII.get(XCore::STW_2rus)) in InsertFPImmInst() 78 BuildMI(MBB, II, dl, TII.get(XCore::LDAWF_l2rus), Reg) in InsertFPImmInst() 87 static void InsertFPConstInst(MachineBasicBlock::iterator II, in InsertFPConstInst() argument 92 MachineInstr &MI = *II; in InsertFPConstInst() 96 RS->scavengeRegisterBackwards(XCore::GRRegsRegClass, II, false, 0); in InsertFPConstInst() 98 TII.loadImmediate(MBB, II, ScratchOffset, Offset); in InsertFPConstInst() 102 BuildMI(MBB, II, dl, TII.get(XCore::LDW_3r), Reg) in InsertFPConstInst() [all …]
|
| /freebsd/tests/sys/capsicum/ |
| H A D | fcntl.cc | 45 for (FileMap::iterator ii = files.begin(); ii != files.end(); ++ii) { in FORK_TEST() local 46 std::string key = ii->first + " cap"; in FORK_TEST() 47 caps[key] = dup(ii->second); in FORK_TEST() 49 EXPECT_OK(caps[key]) << " on " << ii->first; in FORK_TEST() 60 for (FileMap::iterator ii = all.begin(); ii != all.end(); ++ii) { in FORK_TEST() local 61 EXPECT_OK(fcntl(ii->second, F_GETFL, 0)) << " on " << ii->first; in FORK_TEST() 62 int cap = dup(ii->second); in FORK_TEST() 63 EXPECT_OK(cap) << " on " << ii->first; in FORK_TEST() 64 EXPECT_OK(cap_rights_limit(cap, &r_ro)) << " on " << ii->first; in FORK_TEST() 65 EXPECT_EQ(-1, fcntl(cap, F_GETFL, 0)) << " on " << ii->first; in FORK_TEST() [all …]
|
| H A D | select.cc | 22 for (int ii = 0; ii < fdcount; ii++) { in InitFDSet() local 23 maxfd = AddFDToSet(fset, fds[ii], maxfd); in InitFDSet() 40 for (int ii = 0; ii < kCapCount; ii++) { variable 41 cap_fd[ii] = dup(fd); 42 EXPECT_OK(cap_fd[ii]); 43 EXPECT_OK(cap_rights_limit(cap_fd[ii], &r_poll)); 107 for (int ii = 0; ii < kCapCount; ii++) { variable 108 cap_fd[ii].fd = dup(fd); 109 EXPECT_OK(cap_fd[ii].fd); 110 EXPECT_OK(cap_rights_limit(cap_fd[ii].fd, &r_poll)); [all …]
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | iidesc.c | 49 iidesc_t *ii; in iidesc_new() local 51 ii = xcalloc(sizeof (iidesc_t)); in iidesc_new() 53 ii->ii_name = xstrdup(name); in iidesc_new() 55 return (ii); in iidesc_new() 61 iidesc_t *ii = arg; in iidesc_hash() local 64 if (ii->ii_name) in iidesc_hash() 65 return (hash_name(nbuckets, ii->ii_name)); in iidesc_hash() 170 iidesc_dump(iidesc_t *ii) in iidesc_dump() argument 172 printf("type: %d name %s\n", ii->ii_type, in iidesc_dump() 173 (ii->ii_name ? ii->ii_name : "(anon)")); in iidesc_dump() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILResourceAccess.cpp | 54 static void createTypedBufferStore(IntrinsicInst *II, StoreInst *SI, in createTypedBufferStore() argument 69 {II->getOperand(0), II->getOperand(1)}); in createTypedBufferStore() 82 {II->getOperand(0), II->getOperand(1), V}); in createTypedBufferStore() 86 static void createRawStore(IntrinsicInst *II, StoreInst *SI, Value *Offset) { in createRawStore() argument 95 {II->getOperand(0), II->getOperand(1), Offset, V}); in createRawStore() 99 static void createStoreIntrinsic(IntrinsicInst *II, StoreInst *SI, in createStoreIntrinsic() argument 103 return createTypedBufferStore(II, SI, Offset, RTI); in createStoreIntrinsic() 106 return createRawStore(II, SI, Offset); in createStoreIntrinsic() 131 static void createTypedBufferLoad(IntrinsicInst *II, LoadInst *LI, in createTypedBufferLoad() argument 139 {II->getOperand(0), II->getOperand(1)}); in createTypedBufferLoad() [all …]
|
| /freebsd/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar2317.c | 278 uint16_t ii, jj, kk; in ar2317FillVpdTable() local 283 ii = 0; in ar2317FillVpdTable() 289 while (ii <= (uint16_t)(Pmax - Pmin)) { in ar2317FillVpdTable() 303 retVpdList[pdGainIdx][ii] = kk; in ar2317FillVpdTable() 304 ii++; in ar2317FillVpdTable() 345 uint32_t ii, jj, kk; in ar2317getGainBoundariesAndPdadcsForPowers() local 366 for (ii = 0; ii < MAX_NUM_PDGAINS_PER_CHANNEL; ii++) { in ar2317getGainBoundariesAndPdadcsForPowers() 367 jj = MAX_NUM_PDGAINS_PER_CHANNEL - ii - 1; in ar2317getGainBoundariesAndPdadcsForPowers() 407 for (ii = 0; ii < numPdGainsUsed; ii++) { in ar2317getGainBoundariesAndPdadcsForPowers() 408 if (ii == (numPdGainsUsed - 1)) in ar2317getGainBoundariesAndPdadcsForPowers() [all …]
|
| H A D | ar2316.c | 301 uint16_t ii, jj, kk; in ar2316FillVpdTable() local 306 ii = 0; in ar2316FillVpdTable() 312 while (ii <= (uint16_t)(Pmax - Pmin)) { in ar2316FillVpdTable() 326 retVpdList[pdGainIdx][ii] = kk; in ar2316FillVpdTable() 327 ii++; in ar2316FillVpdTable() 367 uint32_t ii, jj, kk; in ar2316getGainBoundariesAndPdadcsForPowers() local 388 for (ii = 0; ii < MAX_NUM_PDGAINS_PER_CHANNEL; ii++) { in ar2316getGainBoundariesAndPdadcsForPowers() 389 jj = MAX_NUM_PDGAINS_PER_CHANNEL - ii - 1; in ar2316getGainBoundariesAndPdadcsForPowers() 429 for (ii = 0; ii < numPdGainsUsed; ii++) { in ar2316getGainBoundariesAndPdadcsForPowers() 430 if (ii == (numPdGainsUsed - 1)) in ar2316getGainBoundariesAndPdadcsForPowers() [all …]
|
| H A D | ar2413.c | 295 uint16_t ii, jj, kk; in ar2413FillVpdTable() local 300 ii = 0; in ar2413FillVpdTable() 306 while (ii <= (uint16_t)(Pmax - Pmin)) { in ar2413FillVpdTable() 320 retVpdList[pdGainIdx][ii] = kk; in ar2413FillVpdTable() 321 ii++; in ar2413FillVpdTable() 361 uint32_t ii, jj, kk; in ar2413getGainBoundariesAndPdadcsForPowers() local 382 for (ii = 0; ii < MAX_NUM_PDGAINS_PER_CHANNEL; ii++) { in ar2413getGainBoundariesAndPdadcsForPowers() 383 jj = MAX_NUM_PDGAINS_PER_CHANNEL - ii - 1; in ar2413getGainBoundariesAndPdadcsForPowers() 423 for (ii = 0; ii < numPdGainsUsed; ii++) { in ar2413getGainBoundariesAndPdadcsForPowers() 424 if (ii == (numPdGainsUsed - 1)) in ar2413getGainBoundariesAndPdadcsForPowers() [all …]
|
| H A D | ar5413.c | 338 uint16_t ii, jj, kk; in ar5413FillVpdTable() local 343 ii = 0; in ar5413FillVpdTable() 349 while (ii <= (uint16_t)(Pmax - Pmin)) { in ar5413FillVpdTable() 363 retVpdList[pdGainIdx][ii] = kk; in ar5413FillVpdTable() 364 ii++; in ar5413FillVpdTable() 404 uint32_t ii, jj, kk; in ar5413getGainBoundariesAndPdadcsForPowers() local 425 for (ii = 0; ii < MAX_NUM_PDGAINS_PER_CHANNEL; ii++) { in ar5413getGainBoundariesAndPdadcsForPowers() 426 jj = MAX_NUM_PDGAINS_PER_CHANNEL - ii - 1; in ar5413getGainBoundariesAndPdadcsForPowers() 466 for (ii = 0; ii < numPdGainsUsed; ii++) { in ar5413getGainBoundariesAndPdadcsForPowers() 467 if (ii == (numPdGainsUsed - 1)) in ar5413getGainBoundariesAndPdadcsForPowers() [all …]
|
| H A D | ar2425.c | 297 uint16_t ii, jj, kk; in ar2425FillVpdTable() local 302 ii = 0; in ar2425FillVpdTable() 308 while (ii <= (uint16_t)(Pmax - Pmin)) { in ar2425FillVpdTable() 322 retVpdList[pdGainIdx][ii] = kk; in ar2425FillVpdTable() 323 ii++; in ar2425FillVpdTable() 360 uint32_t ii, jj, kk; in ar2425getGainBoundariesAndPdadcsForPowers() local 389 for (ii = 0; ii < MAX_NUM_PDGAINS_PER_CHANNEL; ii++) { in ar2425getGainBoundariesAndPdadcsForPowers() 390 jj = MAX_NUM_PDGAINS_PER_CHANNEL - ii - 1; in ar2425getGainBoundariesAndPdadcsForPowers() 430 for (ii = 0; ii < numPdGainsUsed; ii++) { in ar2425getGainBoundariesAndPdadcsForPowers() 431 if (ii == (numPdGainsUsed - 1)) in ar2425getGainBoundariesAndPdadcsForPowers() [all …]
|
| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | aesni-gcm-x86_64.pl | 84 ($Ii,$T1,$T2,$Hkey, 130 vmovdqu 0x30+8(%rsp),$Ii # I[4] 142 vpclmulqdq \$0x00,$Hkey,$Ii,$Z1 148 vpclmulqdq \$0x10,$Hkey,$Ii,$T1 151 vpclmulqdq \$0x01,$Hkey,$Ii,$T2 155 vpclmulqdq \$0x11,$Hkey,$Ii,$Hkey 156 vmovdqu 0x40+8(%rsp),$Ii # I[3] 170 vpclmulqdq \$0x00,$Z1,$Ii,$T1 173 vpclmulqdq \$0x10,$Z1,$Ii,$T2 176 vpclmulqdq \$0x01,$Z1,$Ii,$Hkey [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | LowerAllowCheckPass.cpp | 49 explicit RemarkInfo(IntrinsicInst *II) in RemarkInfo() 50 : Kind("Kind", II->getArgOperand(0)), in RemarkInfo() 51 F("Function", II->getParent()->getParent()), in RemarkInfo() 52 BB("Block", II->getParent()->getName()) {} in RemarkInfo() 55 static void emitRemark(IntrinsicInst *II, OptimizationRemarkEmitter &ORE, in emitRemark() argument 59 RemarkInfo Info(II); in emitRemark() 60 return OptimizationRemark(DEBUG_TYPE, "Removed", II) in emitRemark() 66 RemarkInfo Info(II); in emitRemark() 67 return OptimizationRemarkMissed(DEBUG_TYPE, "Allowed", II) in emitRemark() 87 auto GetCutoff = [&](const IntrinsicInst *II) -> unsigned { in removeUbsanTraps() argument [all …]
|
| /freebsd/sys/contrib/libnv/ |
| H A D | bsd_nvpair.c | 553 unsigned int ii; in nvpair_pack_string_array() local 565 for (ii = 0; ii < nvp->nvp_nitems; ii++) { in nvpair_pack_string_array() 566 len = strlen(array[ii]) + 1; in nvpair_pack_string_array() 569 memcpy(ptr, (const void *)array[ii], len); in nvpair_pack_string_array() 587 unsigned int ii; in nvpair_pack_descriptor_array() local 596 for (ii = 0; ii < nvp->nvp_nitems; ii++) { in nvpair_pack_descriptor_array() 599 value = array[ii]; in nvpair_pack_descriptor_array() 975 unsigned int ii, j; in nvpair_unpack_string_array() local 987 for (ii = 0; ii < nvp->nvp_nitems; ii++) { in nvpair_unpack_string_array() 1009 for (ii = 0; ii < nvp->nvp_nitems; ii++) { in nvpair_unpack_string_array() [all …]
|
| /freebsd/lib/libcasper/services/cap_dns/ |
| H A D | cap_dns.c | 53 unsigned int ii; in hostent_free() local 58 for (ii = 0; hp->h_aliases[ii] != NULL; ii++) in hostent_free() 59 free(hp->h_aliases[ii]); in hostent_free() 64 for (ii = 0; hp->h_addr_list[ii] != NULL; ii++) in hostent_free() 65 free(hp->h_addr_list[ii]); in hostent_free() 74 unsigned int ii, nitems; in hostent_unpack() local 90 for (ii = 0; ii < nitems; ii++) { in hostent_unpack() 91 n = snprintf(nvlname, sizeof(nvlname), "alias%u", ii); in hostent_unpack() 93 hp->h_aliases[ii] = in hostent_unpack() 95 if (hp->h_aliases[ii] == NULL) in hostent_unpack() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerInvoke.cpp | 48 if (InvokeInst *II = dyn_cast<InvokeInst>(BB.getTerminator())) { in runImpl() local 49 SmallVector<Value *, 16> CallArgs(II->args()); in runImpl() 51 II->getOperandBundlesAsDefs(OpBundles); in runImpl() 54 CallInst::Create(II->getFunctionType(), II->getCalledOperand(), in runImpl() 55 CallArgs, OpBundles, "", II->getIterator()); in runImpl() 56 NewCall->takeName(II); in runImpl() 57 NewCall->setCallingConv(II->getCallingConv()); in runImpl() 58 NewCall->setAttributes(II->getAttributes()); in runImpl() 59 NewCall->setDebugLoc(II->getDebugLoc()); in runImpl() 60 II->replaceAllUsesWith(NewCall); in runImpl() [all …]
|