Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 3285) sorted by relevance

12345678910>>...132

/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Dconstraints.md25 ;; In ARM state, 'l' is an alias for 'r'
70 "@internal In Thumb-2 state a constant in range 1 to 16"
75 "@internal In Thumb-2 state a constant in range 0 to 7"
80 "@internal In Thumb-2 state a constant in range 1 to 8"
85 "@internal In Thumb-2 state a constant in range 0 to 15"
90 "@internal In Thumb-2 state a constant in range 0 to 31"
95 "@internal In Thumb-2 state a constant in range 1 to 32"
175 "In ARM/Thumb-2 state a constant in the range @minus{}4095-4095. In Thumb-1
294 "@internal In Thumb-2 state the constant 0"
299 "In ARM/Thumb-2 state the floating-point constant 0."
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dconstraints.md25 ;; In ARM state, 'l' is an alias for 'r'
70 "@internal In Thumb-2 state a constant in range 1 to 16"
75 "@internal In Thumb-2 state a constant in range 0 to 7"
80 "@internal In Thumb-2 state a constant in range 1 to 8"
85 "@internal In Thumb-2 state a constant in range 0 to 15"
90 "@internal In Thumb-2 state a constant in range 0 to 31"
95 "@internal In Thumb-2 state a constant in range 1 to 32"
175 "In ARM/Thumb-2 state a constant in the range @minus{}4095-4095. In Thumb-1
294 "@internal In Thumb-2 state the constant 0"
299 "In ARM/Thumb-2 state the floating-point constant 0."
[all …]
/netbsd/external/bsd/tcpdump/dist/tests/
H A Dsflow_multiple_counter_30_pdus.out8 In errors 0, unknown protos 0
20 In errors 0, unknown protos 0
32 In errors 0, unknown protos 0
44 In errors 0, unknown protos 0
56 In errors 0, unknown protos 0
68 In errors 0, unknown protos 0
80 In errors 0, unknown protos 0
94 In errors 0, unknown protos 0
106 In errors 2, unknown protos 0
118 In errors 0, unknown protos 0
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp80 bool convert(Instruction *In);
96 bool HexagonGenExtract::convert(Instruction *In) { in INITIALIZE_PASS_DEPENDENCY()
101 BasicBlock *BB = In->getParent(); in INITIALIZE_PASS_DEPENDENCY()
122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in INITIALIZE_PASS_DEPENDENCY()
131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
145 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
211 IRBuilder<> IRB(In); in INITIALIZE_PASS_DEPENDENCY()
219 In->replaceAllUsesWith(NewIn); in INITIALIZE_PASS_DEPENDENCY()
241 Instruction *In = &*I; in visitBlock() local
[all …]
H A DHexagonLoopIdiomRecognition.cpp996 if (!In) in isPromotableTo()
1000 switch (In->getOpcode()) { in isPromotableTo()
1015 return In->hasNoSignedWrap() && In->hasNoUnsignedWrap(); in isPromotableTo()
1027 In->mutateType(DestTy); in promoteTo()
1096 if (!In.isTerminator() && !isPromotableTo(&In, DestTy)) in promoteTypes()
1102 [](Instruction &In) { return &In; }); in promoteTypes() argument
1136 if (Out == In) in findCycle()
2335 for (auto I = In->op_begin(), E = In->op_end(); I != E; ++I) { in coverLoop()
2351 for (auto &In : *B) { in coverLoop()
2352 if (isa<BranchInst>(In) || isa<DbgInfoIntrinsic>(In)) in coverLoop()
[all …]
H A DHexagonBlockRanges.cpp161 for (auto &In : B) { in InstrIndexMap() local
162 if (In.isDebugInstr()) in InstrIndexMap()
165 Map.insert(std::make_pair(Idx, &In)); in InstrIndexMap()
315 for (auto &In : B) { in computeInitialLiveRanges() local
316 if (In.isDebugInstr()) in computeInitialLiveRanges()
318 IndexType Index = IndexMap.getIndex(&In); in computeInitialLiveRanges()
320 for (auto &Op : In.operands()) { in computeInitialLiveRanges()
336 for (auto &Op : In.operands()) { in computeInitialLiveRanges()
350 for (auto &Op : In.operands()) { in computeInitialLiveRanges()
522 for (auto &In : M.Block) { in operator <<() local
[all …]
/netbsd/sys/external/bsd/acpica/dist/resources/
H A Drsxface.c56 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
57 #define ACPI_COPY_ADDRESS(Out, In) \ argument
58 ACPI_COPY_FIELD(Out, In, ResourceType); \
59 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
60 ACPI_COPY_FIELD(Out, In, Decode); \
61 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \
62 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \
63 ACPI_COPY_FIELD(Out, In, Info); \
64 ACPI_COPY_FIELD(Out, In, Address.Granularity); \
65 ACPI_COPY_FIELD(Out, In, Address.Minimum); \
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp199 if (In.Prefixes) { in optionMatches()
200 StringRef InName(In.Name); in optionMatches()
216 const Info &In = OptionInfos[I]; in suggestValueCompletions() local
217 if (!In.Values || !optionMatches(In, Option)) in suggestValueCompletions()
237 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
239 if (In.Flags & DisableFlags) in findByPrefix()
243 std::string S = std::string(In.Prefixes[I]) + std::string(In.Name) + "\t"; in findByPrefix()
244 if (In.HelpText) in findByPrefix()
245 S += In.HelpText; in findByPrefix()
328 Info &In = OptionInfos[I]; in addValues() local
[all …]
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dam3517-evm-ui.dtsi14 "Microphone", "Mic In",
15 "Line", "Line In",
21 "LLINEIN", "Line In",
22 "RLINEIN", "Line In",
23 "MICIN", "Mic In";
44 "Microphone", "Mic In",
45 "Line", "Line In",
51 "LLINEIN", "Line In",
52 "RLINEIN", "Line In",
53 "MICIN", "Mic In";
H A Dmt2701-evb.dts36 "AIN2L", "Tuner In",
37 "AIN2R", "Tuner In",
38 "AIN3L", "Satellite Tuner In",
39 "AIN3R", "Satellite Tuner In",
40 "AIN3L", "AUX In",
41 "AIN3R", "AUX In";
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp318 In = stripBitcast(In); in isExtractHiElt()
361 return In; in stripExtractLoElt()
2666 Src = In; in SelectVOP3ModsImpl()
2713 Src = In; in SelectVOP3NoMods()
2720 SDLoc DL(In); in SelectVOP3Mods0()
2730 SDLoc DL(In); in SelectVOP3BMods0()
2739 Src = In; in SelectVOP3OMods()
2741 SDLoc DL(In); in SelectVOP3OMods()
2751 Src = In; in SelectVOP3PMods()
2848 Src = In; in SelectVOP3OpSel()
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/
H A DDataFlow.cpp134 FILE *In = fopen(Input, "r"); in main() local
135 assert(In); in main()
136 fseek(In, 0, SEEK_END); in main()
137 InputLen = ftell(In); in main()
138 fseek(In, 0, SEEK_SET); in main()
140 size_t NumBytesRead = fread(Buf, 1, InputLen, In); in main()
143 fclose(In); in main()
/netbsd/external/mit/libuv/dist/docs/src/
H A Dmigration_010_100.rst15 In libuv 0.10 (and previous versions), loops were created with `uv_loop_new`, which
46 Error handling had a major overhaul in libuv 1.0. In general, functions and status parameters
50 In 1.0, functions and status parameters contain the actual error code, which is 0 for success, or
78 In libuv 0.10 Unix used a threadpool which defaulted to 4 threads, while Windows used the
82 In 1.0, we unified both implementations, so Windows now uses the same implementation Unix
90 In libuv 0.10 the callback had to return a filled :c:type:`uv_buf_t` by value:
98 In libuv 1.0 a pointer to a buffer is passed to the callback, which the user
190 In libuv 0.10 (and earlier versions) the `uv_read2_start` function was used to start reading
203 In libuv 1.0, `uv_read2_start` was removed, and the user needs to check if there are pending
238 libuv 0.10. In 1.0, this function got renamed to :c:func:`uv_fs_scandir`, since it's
[all …]
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutmisc.c148 } In; in AcpiUtDwordByteSwap() local
154 In.Value = Value; in AcpiUtDwordByteSwap()
156 Out.Bytes[0] = In.Bytes[3]; in AcpiUtDwordByteSwap()
157 Out.Bytes[1] = In.Bytes[2]; in AcpiUtDwordByteSwap()
158 Out.Bytes[2] = In.Bytes[1]; in AcpiUtDwordByteSwap()
159 Out.Bytes[3] = In.Bytes[0]; in AcpiUtDwordByteSwap()
/netbsd/usr.bin/make/unit-tests/
H A Dvarmod-loop-varname.exp1 make: "varmod-loop-varname.mk" line 18: In the :@ modifier of "", the variable name "${:Ubar:S,b,v,…
3 make: "varmod-loop-varname.mk" line 89: In the :@ modifier of "1 2 3", the variable name "v$" must …
5 make: "varmod-loop-varname.mk" line 96: In the :@ modifier of "1 2 3", the variable name "v$$" must…
7 make: "varmod-loop-varname.mk" line 103: In the :@ modifier of "1 2 3", the variable name "v$$$" mu…
/netbsd/external/bsd/nvi/docs/internals/
H A Dstructures26 In general, functions are always passed an SCR structure, which usually
40 TEXT In nvi/cut.h. This structure describes a portion of a line,
44 CB In nvi/cut.h. A cut buffer. A cut buffer is a place to
50 MARK In nvi/mark.h. A cursor position, consisting of a line number
53 MSG In nvi/msg.h. A chain of messages for the user.
55 SEQ In nvi/seq.h. An abbreviation or a map entry.
60 EXCMD In nvi/ex/ex.h. The structure that gets passed around to the
65 VICMD In nvi/vi/vi.h. The structure that gets passed around to the
H A Dcontext3 In historic vi, the previous context mark was always set:
16 In historic vi, the previous context mark was set if the
22 In historic vi, the previous context mark was set if the
30 In historic vi, the previous context mark was set in non-visual
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Diopending_example.txt31 disk events were "pending" completion. In the above example the disks are
55 In the above output there was a little disk activity. For 390 samples there
61 In the following example iopending is run during heavy disk activity. We
121 In the first output, most of the time (67%) there was 1 event pending,
122 and for a short time there were 8 events pending. In the second output we
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Diopending_example.txt31 disk events were "pending" completion. In the above example the disks are
55 In the above output there was a little disk activity. For 390 samples there
61 In the following example iopending is run during heavy disk activity. We
121 In the first output, most of the time (67%) there was 1 event pending,
122 and for a short time there were 8 events pending. In the second output we
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp118 for (auto In : Incoming) { in INITIALIZE_PASS_DEPENDENCY() local
119 LLVM_DEBUG(dbgs() << "predecessor " << In->getName() << ": "); in INITIALIZE_PASS_DEPENDENCY()
120 if (Def->getParent() == In || DT.dominates(Def, In)) { in INITIALIZE_PASS_DEPENDENCY()
122 NewPhi->addIncoming(Def, In); in INITIALIZE_PASS_DEPENDENCY()
125 NewPhi->addIncoming(UndefValue::get(Def->getType()), In); in INITIALIZE_PASS_DEPENDENCY()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp141 static Error executeObjcopyOnIHex(ConfigManager &ConfigMgr, MemoryBuffer &In, in executeObjcopyOnIHex() argument
148 return elf::executeObjcopyOnIHex(ConfigMgr.getCommonConfig(), *ELFConfig, In, in executeObjcopyOnIHex()
155 MemoryBuffer &In, raw_ostream &Out) { in executeObjcopyOnRawBinary() argument
169 return elf::executeObjcopyOnRawBinary(Config, *ELFConfig, In, Out); in executeObjcopyOnRawBinary()
178 object::Binary &In, raw_ostream &Out) { in executeObjcopyOnBinary() argument
179 if (auto *ELFBinary = dyn_cast<object::ELFObjectFileBase>(&In)) { in executeObjcopyOnBinary()
186 } else if (auto *COFFBinary = dyn_cast<object::COFFObjectFile>(&In)) { in executeObjcopyOnBinary()
193 } else if (auto *MachOBinary = dyn_cast<object::MachOObjectFile>(&In)) { in executeObjcopyOnBinary()
201 dyn_cast<object::MachOUniversalBinary>(&In)) { in executeObjcopyOnBinary()
204 } else if (auto *WasmBinary = dyn_cast<object::WasmObjectFile>(&In)) { in executeObjcopyOnBinary()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp955 In = Builder.CreateLShr(In, Sh, In->getName() + ".lobit"); in transformZExtICmp()
957 In = Builder.CreateIntCast(In, Zext.getType(), false /*ZExt*/); in transformZExtICmp()
961 In = Builder.CreateXor(In, One, In->getName() + ".not"); in transformZExtICmp()
998 In = Builder.CreateLShr(In, ConstantInt::get(In->getType(), ShAmt), in transformZExtICmp()
1004 In = Builder.CreateXor(In, One); in transformZExtICmp()
1336 In = Builder.CreateIntCast(In, CI.getType(), true /*SExt*/); in transformSExtICmp()
1339 In = Builder.CreateNot(In, In->getName() + ".not"); in transformSExtICmp()
1369 In = Builder.CreateLShr(In, in transformSExtICmp()
1374 In = Builder.CreateAdd(In, in transformSExtICmp()
1383 In = Builder.CreateShl(In, in transformSExtICmp()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp600 return TII.isPredicated(In); in isPreserving()
610 if (In.isCall()) in isClobbering()
619 if (In.isCall() || In.isReturn() || In.isInlineAsm()) in isFixedReg()
622 if (In.isBranch()) in isFixedReg()
1249 if (In.isCall()) in buildStmt()
1252 if (In.isBranch()) { in buildStmt()
1259 if (In.isIndirectBranch()) in buildStmt()
1278 bool IsCall = isCall(In); in buildStmt()
1303 if (TOI.isFixedReg(In, OpN)) in buildStmt()
1344 if (isDefUndef(In, RR)) in buildStmt()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.h27 const ELFConfig &ELFConfig, MemoryBuffer &In,
30 const ELFConfig &ELFConfig, MemoryBuffer &In,
34 object::ELFObjectFileBase &In, raw_ostream &Out);
/netbsd/external/apache2/llvm/dist/llvm/lib/LineEditor/
H A DLineEditor.cpp198 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument
211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor()
282 FILE *In; member
286 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument
289 Data->In = In; in LineEditor()
306 char *Res = ::fgets(Buf, sizeof(Buf), Data->In); in readLine()

12345678910>>...132