Home
last modified time | relevance | path

Searched refs:Part (Results 1 – 25 of 56) sorted by relevance

123

/minix3/minix/drivers/power/acpi/utilities/
H A Dutmath.c73 UINT64_STRUCT Part; member
124 ACPI_DIV_64_BY_32 (0, DividendOvl.Part.Hi, Divisor, in AcpiUtShortDivide()
125 Quotient.Part.Hi, Remainder32); in AcpiUtShortDivide()
126 ACPI_DIV_64_BY_32 (Remainder32, DividendOvl.Part.Lo, Divisor, in AcpiUtShortDivide()
127 Quotient.Part.Lo, Remainder32); in AcpiUtShortDivide()
190 if (Divisor.Part.Hi == 0) in AcpiUtDivide()
196 Remainder.Part.Hi = 0; in AcpiUtDivide()
202 ACPI_DIV_64_BY_32 (0, Dividend.Part.Hi, Divisor.Part.Lo, in AcpiUtDivide()
203 Quotient.Part.Hi, Partial1); in AcpiUtDivide()
204 ACPI_DIV_64_BY_32 (Partial1, Dividend.Part.Lo, Divisor.Part.Lo, in AcpiUtDivide()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1865 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local
1867 Value *PartPtr = Builder.CreateGEP(Ptr, Builder.getInt32(Part * VF)); in vectorizeMemoryInstruction()
1872 StoredVal[Part] = reverseVector(StoredVal[Part]); in vectorizeMemoryInstruction()
1875 PartPtr = Builder.CreateGEP(Ptr, Builder.getInt32(-Part * VF)); in vectorizeMemoryInstruction()
1877 Mask[Part] = reverseVector(Mask[Part]); in vectorizeMemoryInstruction()
1885 NewSI = Builder.CreateMaskedStore(StoredVal[Part], VecPtr, Alignment, in vectorizeMemoryInstruction()
1886 Mask[Part]); in vectorizeMemoryInstruction()
1888 NewSI = Builder.CreateAlignedStore(StoredVal[Part], VecPtr, Alignment); in vectorizeMemoryInstruction()
1897 for (unsigned Part = 0; Part < UF; ++Part) { in vectorizeMemoryInstruction() local
1899 Value *PartPtr = Builder.CreateGEP(Ptr, Builder.getInt32(Part * VF)); in vectorizeMemoryInstruction()
[all …]
/minix3/external/bsd/file/dist/magic/magdir/
H A Djpeg106 >20 string \x6a\x70\x32\x20 Part 1 (JP2)
108 >20 string \x6a\x70\x78\x20 Part 2 (JPX)
110 >20 string \x6a\x70\x6d\x20 Part 6 (JPM)
112 >20 string \x6d\x6a\x70\x32 Part 3 (MJ2)
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dbitcast-v2i8.ll3 ; Part of PR21549: going through the stack isn't ideal but is correct.
H A Darm64-aapcs.ll19 ; Part of last store. Blasted scheduler.
H A Darm64-neon-select_cc.ll210 ; Part of PR21549.
/minix3/sys/ufs/lfs/
H A DREADME.wc3 (Part of the premise of splitting lfs from ufs is that in the long run
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1856 std::string Part = *AI; in GenerateHasAttrSpellingStringSwitch() local
1857 Test += "T.getArch() == llvm::Triple::" + Part; in GenerateHasAttrSpellingStringSwitch()
1868 std::string Part = *AI; in GenerateHasAttrSpellingStringSwitch() local
1870 Test += "T.getOS() == llvm::Triple::" + Part; in GenerateHasAttrSpellingStringSwitch()
2392 std::string Part = (*I)->getValueAsString("Name"); in GenerateLangOptRequirements() local
2393 Test += "S.LangOpts." + Part; in GenerateLangOptRequirements()
2396 FnName += Part; in GenerateLangOptRequirements()
2461 std::string Part = *I; in GenerateTargetRequirements() local
2462 Test += "Arch == llvm::Triple::" + Part; in GenerateTargetRequirements()
2465 FnName += Part; in GenerateTargetRequirements()
[all …]
/minix3/crypto/external/bsd/openssl/dist/doc/
H A Dstandards.txt122 1421 Privacy Enhancement for Internet Electronic Mail: Part I: Message
127 1422 Privacy Enhancement for Internet Electronic Mail: Part II:
131 1423 Privacy Enhancement for Internet Electronic Mail: Part III:
136 1424 Privacy Enhancement for Internet Electronic Mail: Part IV: Key
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp196 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? in ExpandRes_EXTRACT_ELEMENT() local
199 assert(Part.getValueType() == N->getValueType(0) && in ExpandRes_EXTRACT_ELEMENT()
202 GetPairElements(Part, Lo, Hi); in ExpandRes_EXTRACT_ELEMENT()
H A DSelectionDAGBuilder.cpp686 for (unsigned Value = 0, Part = 0, e = ValueVTs.size(); Value != e; ++Value) { in getCopyFromRegs() local
696 P = DAG.getCopyFromReg(Chain, dl, Regs[Part+i], RegisterVT); in getCopyFromRegs()
698 P = DAG.getCopyFromReg(Chain, dl, Regs[Part+i], RegisterVT, *Flag); in getCopyFromRegs()
707 if (!TargetRegisterInfo::isVirtualRegister(Regs[Part+i]) || in getCopyFromRegs()
712 FuncInfo.GetLiveOutRegInfo(Regs[Part+i]); in getCopyFromRegs()
759 Part += NumRegs; in getCopyFromRegs()
779 for (unsigned Value = 0, Part = 0, e = ValueVTs.size(); Value != e; ++Value) { in getCopyToRegs() local
788 &Parts[Part], NumParts, RegisterVT, V, ExtendKind); in getCopyToRegs()
789 Part += NumParts; in getCopyToRegs()
795 SDValue Part; in getCopyToRegs() local
[all …]
H A DLegalizeIntegerTypes.cpp784 SDValue Part = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[i]); in PromoteIntRes_VAARG() local
786 Part = DAG.getNode(ISD::SHL, dl, NVT, Part, in PromoteIntRes_VAARG()
789 Res = DAG.getNode(ISD::OR, dl, NVT, Res, Part); in PromoteIntRes_VAARG()
/minix3/etc/usr/
H A Drc120 # Part 1: collect all network drivers with supported PCI IDs
128 # Part 2: grab all PCI IDs of ethernet hardware devices (class 2/0)
130 # Part 3: first construct a PCI-ID-to-driver table based on the lines
/minix3/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc2831.txt1083 Part 1: Latin alphabet No. 1, ISO-8859-1:1987.
1084 Part 2: Latin alphabet No. 2, ISO-8859-2, 1987.
1085 Part 3: Latin alphabet No. 3, ISO-8859-3, 1988.
1086 Part 4: Latin alphabet No. 4, ISO-8859-4, 1988.
1087 Part 5: Latin/Cyrillic alphabet, ISO-8859-5, 1988.
1088 Part 6: Latin/Arabic alphabet, ISO-8859-6, 1987.
1089 Part 7: Latin/Greek alphabet, ISO-8859-7, 1987.
1090 Part 8: Latin/Hebrew alphabet, ISO-8859-8, 1988.
1091 Part 9: Latin alphabet No. 5, ISO-8859-9, 1990.
1100 Part Three: Message Header Extensions for Non-ASCII Text",
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/Reassociate/
H A Dcrash.ll38 %B = mul i32 %Arg, %x2 ;; Part of add operation being factored, also used by C
/minix3/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes-lib.com240 $! All Done With This Library Part.
/minix3/crypto/external/bsd/openssl/lib/libdes/
H A Ddes_modes.pod244 Part 5.2: Modes of operation for an n-bit block cipher algorithm
/minix3/crypto/external/bsd/openssl/dist/doc/crypto/
H A Ddes_modes.pod246 Part 5.2: Modes of operation for an n-bit block cipher algorithm
/minix3/crypto/external/bsd/openssl/dist/test/
H A Dmaketests.com287 $! All Done With This Library Part.
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dsecurity-syntax-checks.m37 // Part of recommendation: 300-BSI (buildsecurityin.us-cert.gov)
/minix3/external/bsd/llvm/dist/clang/docs/
H A DClangTools.rst127 * ``make_shared`` / ``make_unique`` conversion. Part of this transformation
/minix3/usr.bin/sed/
H A DPOSIX6 Part 2: Shell and Utilities
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/
H A DOCamlLangImpl8.rst26 Part of the idea of this tutorial was to show you how easy and fun it
H A DLangImpl9.rst26 Part of the idea of this tutorial was to show you how easy and fun it
/minix3/external/bsd/flex/dist/tests/test-yyextra/
H A Dtest.input232 Militia, and for governing such Part of them as may be employed in the
530 either Case, shall be valid to all Intents and Purposes, as Part of

123