Home
last modified time | relevance | path

Searched refs:Nops (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_symop.cpp464 Nops = 0; in InitSymOps()
478 Nops = 0; in FreeMemory()
661 Nops = npops*ncops; in SetGroup()
843 for (i=0;i<Nops;i++) in AddSymOp()
847 i = Nops; in AddSymOp()
849 Nops++; in AddSymOp()
860 return Nops; in GetNofSymOps()
910 Nops = SymOps->Nops; in Copy()
911 if (Nops>0) { in Copy()
927 for (i=0;i<Nops;i++) in write()
[all …]
H A Dmmdb_symop.h156 int Nops; variable
H A Dmmdb_coormngr.cpp215 if (Nops>nOpAlloc) { in AddSymOp()
216 ch1ID = new PChainID[Nops]; in AddSymOp()
217 ch2ID = new PChainID[Nops]; in AddSymOp()
224 for (i=nOpAlloc;i<Nops;i++) { in AddSymOp()
235 nOpAlloc = Nops; in AddSymOp()
244 if ((0<=Nop) && (Nop<Nops)) { in AddRenChain()
266 if (Nops>0) { in Copy()
267 nOpAlloc = Nops; in Copy()
268 chID1 = new PChainID[Nops]; in Copy()
269 chID2 = new PChainID[Nops]; in Copy()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86AsmBackend.cpp129 static const uint8_t Nops[16][16] = { in WriteNopData() local
175 OW->Write8(Nops[OptimalCount - 1][i]); in WriteNopData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp683 int Nops = 0; in tryPackedUnwind() local
794 Nops++; in tryPackedUnwind()
841 if (Nops != 0 && Nops != 4) in tryPackedUnwind()
843 int H = Nops == 4; in tryPackedUnwind()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCWin64EH.cpp684 int Nops = 0; in tryPackedUnwind() local
795 Nops++; in tryPackedUnwind()
842 if (Nops != 0 && Nops != 4) in tryPackedUnwind()
844 int H = Nops == 4; in tryPackedUnwind()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/
H A DMCWin64EH.cpp684 int Nops = 0; in tryPackedUnwind() local
795 Nops++; in tryPackedUnwind()
842 if (Nops != 0 && Nops != 4) in tryPackedUnwind()
844 int H = Nops == 4; in tryPackedUnwind()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCWin64EH.cpp684 int Nops = 0; in tryPackedUnwind() local
795 Nops++; in tryPackedUnwind()
842 if (Nops != 0 && Nops != 4) in tryPackedUnwind()
844 int H = Nops == 4; in tryPackedUnwind()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp684 int Nops = 0; in tryPackedUnwind() local
795 Nops++; in tryPackedUnwind()
842 if (Nops != 0 && Nops != 4) in tryPackedUnwind()
844 int H = Nops == 4; in tryPackedUnwind()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MC/
H A DMCWin64EH.cpp684 int Nops = 0; in tryPackedUnwind() local
795 Nops++; in tryPackedUnwind()
842 if (Nops != 0 && Nops != 4) in tryPackedUnwind()
844 int H = Nops == 4; in tryPackedUnwind()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCWin64EH.cpp684 int Nops = 0; in tryPackedUnwind() local
795 Nops++; in tryPackedUnwind()
842 if (Nops != 0 && Nops != 4) in tryPackedUnwind()
844 int H = Nops == 4; in tryPackedUnwind()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCWin64EH.cpp684 int Nops = 0; in tryPackedUnwind() local
795 Nops++; in tryPackedUnwind()
842 if (Nops != 0 && Nops != 4) in tryPackedUnwind()
844 int H = Nops == 4; in tryPackedUnwind()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCWin64EH.cpp684 int Nops = 0;
795 Nops++;
842 if (Nops != 0 && Nops != 4)
844 int H = Nops == 4;
/dports/math/mpir/mpir-3.0.0/mpn/ia64/
H A DREADME65 * Nops take up resources like any plain instructions.
69 * Nops take up resources like any plain instructions.
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/texgraph/
H A Dtexgraph_macros_texmacs.mac33 for $k from 1 to Nops(L) do
48 Ligne(%1,1,0), $Nbr:=Nops(%1),
147 Droite(%1[1],%1[2]), Point(%1), $Nbr:=Nops(%1),
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp351 const uint8_t (*Nops)[10] = HasNopl ? TrueNops : AltNops; in writeNopData() local
363 OW->write8(Nops[Rest - 1][i]); in writeNopData()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp318 static const char Nops[10][11] = { in writeNopData() local
368 OS.write(Nops[Rest - 1], Rest); in writeNopData()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp322 static const char Nops[10][11] = {
372 OS.write(Nops[Rest - 1], Rest);
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp322 static const char Nops[10][11] = {
372 OS.write(Nops[Rest - 1], Rest);
/dports/math/gmp/gmp-6.2.1/mpn/ia64/
H A DREADME74 * Nops take up resources like any plain instructions.
78 * Nops take up resources like any plain instructions.
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/ia64/
H A DREADME74 * Nops take up resources like any plain instructions.
78 * Nops take up resources like any plain instructions.
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/ia64/
H A DREADME74 * Nops take up resources like any plain instructions.
78 * Nops take up resources like any plain instructions.
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/ia64/
H A DREADME74 * Nops take up resources like any plain instructions.
78 * Nops take up resources like any plain instructions.
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Bus/Pci/NvmExpressDxe/
H A DNvmExpressHci.h313 UINT8 Nops:1; /* Non-Operational State */ member
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Include/IndustryStandard/
H A DNvme.h306 UINT8 Nops:1; /* Non-Operational State */ member

12345678