| /src/contrib/unbound/doc/ |
| H A D | unbound-checkconf.rst | 5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 8 IT HELPS PEOPLE DIFFING THE CHANGES 14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 17 IT HELPS PEOPLE DIFFING THE CHANGES 23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 26 IT HELPS PEOPLE DIFFING THE CHANGES 32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 35 IT HELPS PEOPLE DIFFING THE CHANGES
|
| H A D | unbound.rst | 5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 8 IT HELPS PEOPLE DIFFING THE CHANGES 14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 17 IT HELPS PEOPLE DIFFING THE CHANGES 23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 26 IT HELPS PEOPLE DIFFING THE CHANGES 32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 35 IT HELPS PEOPLE DIFFING THE CHANGES
|
| H A D | unbound-host.rst | 5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 8 IT HELPS PEOPLE DIFFING THE CHANGES 14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 17 IT HELPS PEOPLE DIFFING THE CHANGES 23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 26 IT HELPS PEOPLE DIFFING THE CHANGES 32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 35 IT HELPS PEOPLE DIFFING THE CHANGES
|
| H A D | unbound-anchor.rst | 5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 8 IT HELPS PEOPLE DIFFING THE CHANGES 14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 17 IT HELPS PEOPLE DIFFING THE CHANGES 23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 26 IT HELPS PEOPLE DIFFING THE CHANGES 32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 35 IT HELPS PEOPLE DIFFING THE CHANGES
|
| H A D | libunbound.rst | 5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 8 IT HELPS PEOPLE DIFFING THE CHANGES 14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 17 IT HELPS PEOPLE DIFFING THE CHANGES 23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 26 IT HELPS PEOPLE DIFFING THE CHANGES 32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 35 IT HELPS PEOPLE DIFFING THE CHANGES
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist.h | 188 pointer remove(iterator &IT) { 189 pointer Node = &*IT++; 195 pointer remove(const iterator &IT) { 196 iterator MutIt = IT; 200 pointer remove(pointer IT) { return remove(iterator(IT)); } 201 pointer remove(reference IT) { return remove(iterator(IT)); } 209 iterator erase(pointer IT) { return erase(iterator(IT)); } 210 iterator erase(reference IT) { return erase(iterator(IT)); }
|
| H A D | DirectedGraph.h | 244 iterator IT = findNode(N); in removeNode() local 245 if (IT == Nodes.end()) in removeNode() 258 Nodes.erase(IT); in removeNode()
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 36 const auto IT = AllocaNumbering.find(AI); in getLiveRange() local 37 assert(IT != AllocaNumbering.end()); in getLiveRange() 38 return LiveRanges[IT->second]; in getLiveRange() 245 for (auto IT : BlockLiveness) { in calculateLiveIntervals() local 246 const BasicBlock *BB = IT.getFirst(); in calculateLiveIntervals() 247 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() 300 for (auto IT : BlockLiveness) { in dumpBlockLiveness() local 301 const BasicBlock *BB = IT.getFirst(); in dumpBlockLiveness()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | FunctionInfo.cpp | 58 const uint32_t IT = Data.getU32(&Offset); in decode() local 66 Offset, IT); in decode() 70 switch (IT) { in decode() 92 Offset-8, IT); in decode() 214 const uint32_t IT = Data.getU32(&Offset); in lookup() local 222 switch (IT) { in lookup()
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ARMEHABIPrinter.h | 350 void PrintIndexTable(unsigned SectionIndex, const Elf_Shdr *IT) const; 520 const Elf_Shdr *IT) const { in PrintIndexTable() argument 522 Expected<ArrayRef<uint8_t>> Contents = ELF.getSectionContents(*IT); in PrintIndexTable() 538 const unsigned Entries = IT->sh_size / IndexTableEntrySize; in PrintIndexTable() 569 ? PREL31(Word0, IT->sh_addr) in PrintIndexTable() 570 : PREL31(Word0, IT->sh_addr + Entry * IndexTableEntrySize); in PrintIndexTable() 578 IsRelocatable ? std::optional<unsigned>(IT->sh_link) : std::nullopt; in PrintIndexTable() 598 TableEntryAddress = PREL31(Word1, IT->sh_addr); in PrintIndexTable() 602 PREL31(Word1, IT->sh_addr + Entry * IndexTableEntrySize + 4); in PrintIndexTable()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStackLayout.cpp | 34 for (auto &IT : ObjectOffsets) { in print() local 35 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopCacheAnalysis.h | 216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost() local 219 return (IT != LoopCosts.end()) ? (*IT).second : -1; in getLoopCost()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUResourceUsageAnalysis.cpp | 124 for (auto IT = po_begin(&CG); IT != End; ++IT) { in runOnModule() local 125 Function *F = IT->getFunction(); in runOnModule() 144 for (const auto &IT : CG) { in runOnModule() local 145 const Function *F = IT.first; in runOnModule()
|
| /src/share/i18n/esdb/ISO646/ |
| H A D | ISO646.alias | 55 IT iso-ir-15 56 IT it
|
| H A D | ISO646.part | 10 IT
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | assembly.h | 146 #define IT(cond) it cond macro 151 #define IT(cond) macro 158 #define IT(cond) macro
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
| H A D | umodsi3.S | 38 IT(cc) 106 IT(hs); \
|
| /src/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdmisc.c | 1412 if (tiPassthroughCmnd->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1472 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1530 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1542 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1554 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1566 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1578 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1590 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1602 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1614 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() [all …]
|
| /src/share/i18n/csmapper/EBCDIC/ |
| H A D | UCS%EBCDIC-IT.src | 1 # $NetBSD: UCS%EBCDIC-IT.src,v 1.3 2003/07/14 06:03:41 tshiozak Exp $ 4 NAME "UCS/EBCDIC-IT"
|
| H A D | EBCDIC-IT%UCS.src | 1 # $NetBSD: EBCDIC-IT%UCS.src,v 1.2 2003/07/12 16:11:07 tshiozak Exp $ 4 NAME "EBCDIC-IT/UCS"
|
| H A D | EBCDIC.part | 14 IT
|
| /src/share/i18n/csmapper/ISO646/ |
| H A D | ISO646-IT%UCS.646 | 1 # $NetBSD: ISO646-IT%UCS.646,v 1.1 2003/06/27 08:40:42 tshiozak Exp $
|
| H A D | ISO646.part | 10 IT
|
| /src/share/i18n/esdb/EBCDIC/ |
| H A D | EBCDIC.part | 14 IT
|
| /src/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h5-libretech-all-h3-it.dts | 9 model = "Libre Computer Board ALL-H3-IT H5";
|