Home
last modified time | relevance | path

Searched defs:bits (Results 226 – 250 of 36975) sorted by relevance

12345678910>>...1479

/dports/lang/mono/mono-5.10.1.57/mcs/tools/pdb2mdb/
H A DPdbFunction.cs45 BitAccess bits, uint limit, in LoadManagedFunctions()
138 internal static void CountScopesAndSlots(BitAccess bits, uint limit, in CountScopesAndSlots()
193 internal PdbFunction(string module, ManProcSym proc, BitAccess bits) { in PdbFunction()
310 private void ReadCustomMetadata(BitAccess bits) { in ReadCustomMetadata()
332 private void ReadForwardIterator(BitAccess bits) { in ReadForwardIterator()
336 private void ReadIteratorLocals(BitAccess bits) { in ReadIteratorLocals()
349 private void ReadForwardedToModuleInfo(BitAccess bits) { in ReadForwardedToModuleInfo()
352 private void ReadForwardInfo(BitAccess bits) { in ReadForwardInfo()
355 private void ReadUsingInfo(BitAccess bits) { in ReadUsingInfo()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/
H A Dbyteswap.h85 #define __cpu_to_leNN( bits, value ) (value) argument
86 #define __cpu_to_beNN( bits, value ) __bswap_ ## bits (value) argument
87 #define __leNN_to_cpu( bits, value ) (value) argument
88 #define __beNN_to_cpu( bits, value ) __bswap_ ## bits (value) argument
89 #define __cpu_to_leNNs( bits, ptr ) do { } while ( 0 ) argument
91 #define __leNN_to_cpus( bits, ptr ) do { } while ( 0 ) argument
96 #define __cpu_to_leNN( bits, value ) __bswap_ ## bits (value) argument
97 #define __cpu_to_beNN( bits, value ) (value) argument
99 #define __beNN_to_cpu( bits, value ) (value) argument
101 #define __cpu_to_beNNs( bits, ptr ) do { } while ( 0 ) argument
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_open_vecval_c.cpp47 static void _invert(int bits, svBitVecVal o[], const svBitVecVal i[]) { in _invert()
51 static void _invert(int bits, svLogicVecVal o[], const svLogicVecVal i[]) { in _invert()
60 static bool _same(int bits, const svBitVecVal o[], const svBitVecVal i[]) { in _same()
68 static bool _same(int bits, const svLogicVecVal o[], const svLogicVecVal i[]) { in _same()
82 static void _dpii_bit_vecval_ux(int bits, int p, int u, const svOpenArrayHandle i, in _dpii_bit_vecval_ux()
130 void dpii_bit_vecval_p1_u1(int bits, int p, int u, const svOpenArrayHandle i, in dpii_bit_vecval_p1_u1()
134 void dpii_bit61_vecval_p1_u1(int bits, int p, int u, const svOpenArrayHandle i, in dpii_bit61_vecval_p1_u1()
138 void dpii_bit92_vecval_p1_u1(int bits, int p, int u, const svOpenArrayHandle i, in dpii_bit92_vecval_p1_u1()
142 void dpii_bit12_vecval_p1_u2(int bits, int p, int u, const svOpenArrayHandle i, in dpii_bit12_vecval_p1_u2()
146 void dpii_bit29_vecval_p1_u3(int bits, int p, int u, const svOpenArrayHandle i, in dpii_bit29_vecval_p1_u3()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/
H A Dbyteswap.h85 #define __cpu_to_leNN( bits, value ) (value) argument
86 #define __cpu_to_beNN( bits, value ) __bswap_ ## bits (value) argument
87 #define __leNN_to_cpu( bits, value ) (value) argument
88 #define __beNN_to_cpu( bits, value ) __bswap_ ## bits (value) argument
89 #define __cpu_to_leNNs( bits, ptr ) do { } while ( 0 ) argument
91 #define __leNN_to_cpus( bits, ptr ) do { } while ( 0 ) argument
96 #define __cpu_to_leNN( bits, value ) __bswap_ ## bits (value) argument
97 #define __cpu_to_beNN( bits, value ) (value) argument
99 #define __beNN_to_cpu( bits, value ) (value) argument
101 #define __cpu_to_beNNs( bits, ptr ) do { } while ( 0 ) argument
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/
H A Dbyteswap.h85 #define __cpu_to_leNN( bits, value ) (value) argument
86 #define __cpu_to_beNN( bits, value ) __bswap_ ## bits (value) argument
87 #define __leNN_to_cpu( bits, value ) (value) argument
88 #define __beNN_to_cpu( bits, value ) __bswap_ ## bits (value) argument
89 #define __cpu_to_leNNs( bits, ptr ) do { } while ( 0 ) argument
91 #define __leNN_to_cpus( bits, ptr ) do { } while ( 0 ) argument
96 #define __cpu_to_leNN( bits, value ) __bswap_ ## bits (value) argument
97 #define __cpu_to_beNN( bits, value ) (value) argument
99 #define __beNN_to_cpu( bits, value ) (value) argument
101 #define __cpu_to_beNNs( bits, ptr ) do { } while ( 0 ) argument
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/
H A Dbyteswap.h85 #define __cpu_to_leNN( bits, value ) (value) argument
86 #define __cpu_to_beNN( bits, value ) __bswap_ ## bits (value) argument
87 #define __leNN_to_cpu( bits, value ) (value) argument
88 #define __beNN_to_cpu( bits, value ) __bswap_ ## bits (value) argument
89 #define __cpu_to_leNNs( bits, ptr ) do { } while ( 0 ) argument
91 #define __leNN_to_cpus( bits, ptr ) do { } while ( 0 ) argument
96 #define __cpu_to_leNN( bits, value ) __bswap_ ## bits (value) argument
97 #define __cpu_to_beNN( bits, value ) (value) argument
99 #define __beNN_to_cpu( bits, value ) (value) argument
101 #define __cpu_to_beNNs( bits, ptr ) do { } while ( 0 ) argument
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/
H A Dbyteswap.h85 #define __cpu_to_leNN( bits, value ) (value) argument
86 #define __cpu_to_beNN( bits, value ) __bswap_ ## bits (value) argument
87 #define __leNN_to_cpu( bits, value ) (value) argument
88 #define __beNN_to_cpu( bits, value ) __bswap_ ## bits (value) argument
89 #define __cpu_to_leNNs( bits, ptr ) do { } while ( 0 ) argument
91 #define __leNN_to_cpus( bits, ptr ) do { } while ( 0 ) argument
96 #define __cpu_to_leNN( bits, value ) __bswap_ ## bits (value) argument
97 #define __cpu_to_beNN( bits, value ) (value) argument
99 #define __beNN_to_cpu( bits, value ) (value) argument
101 #define __cpu_to_beNNs( bits, ptr ) do { } while ( 0 ) argument
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/
H A Dbyteswap.h85 #define __cpu_to_leNN( bits, value ) (value) argument
86 #define __cpu_to_beNN( bits, value ) __bswap_ ## bits (value) argument
87 #define __leNN_to_cpu( bits, value ) (value) argument
88 #define __beNN_to_cpu( bits, value ) __bswap_ ## bits (value) argument
89 #define __cpu_to_leNNs( bits, ptr ) do { } while ( 0 ) argument
91 #define __leNN_to_cpus( bits, ptr ) do { } while ( 0 ) argument
96 #define __cpu_to_leNN( bits, value ) __bswap_ ## bits (value) argument
97 #define __cpu_to_beNN( bits, value ) (value) argument
99 #define __beNN_to_cpu( bits, value ) (value) argument
101 #define __cpu_to_beNNs( bits, ptr ) do { } while ( 0 ) argument
[all …]
/dports/net/ipxe/ipxe-2265a65/src/include/
H A Dbyteswap.h85 #define __cpu_to_leNN( bits, value ) (value) argument
86 #define __cpu_to_beNN( bits, value ) __bswap_ ## bits (value) argument
87 #define __leNN_to_cpu( bits, value ) (value) argument
88 #define __beNN_to_cpu( bits, value ) __bswap_ ## bits (value) argument
89 #define __cpu_to_leNNs( bits, ptr ) do { } while ( 0 ) argument
91 #define __leNN_to_cpus( bits, ptr ) do { } while ( 0 ) argument
96 #define __cpu_to_leNN( bits, value ) __bswap_ ## bits (value) argument
97 #define __cpu_to_beNN( bits, value ) (value) argument
99 #define __beNN_to_cpu( bits, value ) (value) argument
101 #define __cpu_to_beNNs( bits, ptr ) do { } while ( 0 ) argument
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/
H A Dbyteswap.h85 #define __cpu_to_leNN( bits, value ) (value) argument
86 #define __cpu_to_beNN( bits, value ) __bswap_ ## bits (value) argument
87 #define __leNN_to_cpu( bits, value ) (value) argument
88 #define __beNN_to_cpu( bits, value ) __bswap_ ## bits (value) argument
89 #define __cpu_to_leNNs( bits, ptr ) do { } while ( 0 ) argument
91 #define __leNN_to_cpus( bits, ptr ) do { } while ( 0 ) argument
96 #define __cpu_to_leNN( bits, value ) __bswap_ ## bits (value) argument
97 #define __cpu_to_beNN( bits, value ) (value) argument
99 #define __beNN_to_cpu( bits, value ) (value) argument
101 #define __cpu_to_beNNs( bits, ptr ) do { } while ( 0 ) argument
[all …]
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/core/
H A DIntFormat.java128 public int strLen(int bits) { in strLen()
216 final int bits = inValue.getBits(); in format() local
229 public int strLen(int bits) { in strLen()
285 public int strLen(int bits) { in strLen()
291 final int bits = inValue.getBits(); in format() local
319 public int strLen(int bits) { in strLen()
350 public int strLen(int bits) { in strLen()
372 public int strLen(int bits) { in strLen()
393 private static int decStrLen(int bits) { in decStrLen()
444 public int strLen(int bits) { in strLen()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/alacritty_terminal/tests/ref/selective_erasure/
H A Dgrid.json1 …"c":" ","fg":{"Named":"Foreground"},"bg":{"Named":"Background"},"flags":{"bits":0}},{"c":" ","fg":… number
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/codeGenerator/
H A DdbTechLayerCornerSpacingRule.json11 "bits": 1 number
16 "bits": 1 number
21 "bits": 1 number
31 "bits": 1 number
41 "bits": 1 number
51 "bits": 1 number
61 "bits": 1 number
66 "bits": 1 number
76 "bits": 1 number
81 "bits": 1 number
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/utils/FPUtil/
H A DClassificationFunctions.h21 template <typename BitsType> static inline bool bitsAreInf(BitsType bits) { in bitsAreInf()
34 template <typename BitsType> static inline bool bitsAreNaN(BitsType bits) { in bitsAreNaN()
47 template <typename BitsType> static inline bool bitsAreInfOrNaN(BitsType bits) { in bitsAreInfOrNaN()
52 template <typename BitsType> static inline bool bitsAreZero(BitsType bits) { in bitsAreZero()
71 BitsType bits = valueAsBits(x); in isQuietNaN() local
82 BitsType bits = valueAsBits(x); in isNegativeQuietNaN() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/utils/FPUtil/
H A DClassificationFunctions.h21 template <typename BitsType> static inline bool bitsAreInf(BitsType bits) { in bitsAreInf()
34 template <typename BitsType> static inline bool bitsAreNaN(BitsType bits) { in bitsAreNaN()
47 template <typename BitsType> static inline bool bitsAreInfOrNaN(BitsType bits) { in bitsAreInfOrNaN()
52 template <typename BitsType> static inline bool bitsAreZero(BitsType bits) { in bitsAreZero()
71 BitsType bits = valueAsBits(x); in isQuietNaN() local
82 BitsType bits = valueAsBits(x); in isNegativeQuietNaN() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/utils/FPUtil/
H A DClassificationFunctions.h21 template <typename BitsType> static inline bool bitsAreInf(BitsType bits) { in bitsAreInf()
34 template <typename BitsType> static inline bool bitsAreNaN(BitsType bits) { in bitsAreNaN()
47 template <typename BitsType> static inline bool bitsAreInfOrNaN(BitsType bits) { in bitsAreInfOrNaN()
52 template <typename BitsType> static inline bool bitsAreZero(BitsType bits) { in bitsAreZero()
71 BitsType bits = valueAsBits(x); in isQuietNaN() local
82 BitsType bits = valueAsBits(x); in isNegativeQuietNaN() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/utils/FPUtil/
H A DClassificationFunctions.h21 template <typename BitsType> static inline bool bitsAreInf(BitsType bits) { in bitsAreInf()
34 template <typename BitsType> static inline bool bitsAreNaN(BitsType bits) { in bitsAreNaN()
47 template <typename BitsType> static inline bool bitsAreInfOrNaN(BitsType bits) { in bitsAreInfOrNaN()
52 template <typename BitsType> static inline bool bitsAreZero(BitsType bits) { in bitsAreZero()
71 BitsType bits = valueAsBits(x); in isQuietNaN() local
82 BitsType bits = valueAsBits(x); in isNegativeQuietNaN() local
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/
H A Dworkfactor.cpp14 size_t ecp_work_factor(size_t bits) in ecp_work_factor()
21 size_t nfs_workfactor(size_t bits, double log2_k) in nfs_workfactor()
38 size_t if_work_factor(size_t bits) in if_work_factor()
46 size_t dl_work_factor(size_t bits) in dl_work_factor()
52 size_t dl_exponent_size(size_t bits) in dl_exponent_size()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/
H A Dworkfactor.cpp14 size_t ecp_work_factor(size_t bits) in ecp_work_factor()
21 size_t nfs_workfactor(size_t bits, double log2_k) in nfs_workfactor()
38 size_t if_work_factor(size_t bits) in if_work_factor()
46 size_t dl_work_factor(size_t bits) in dl_work_factor()
52 size_t dl_exponent_size(size_t bits) in dl_exponent_size()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/
H A Dworkfactor.cpp14 size_t ecp_work_factor(size_t bits) in ecp_work_factor()
21 size_t nfs_workfactor(size_t bits, double log2_k) in nfs_workfactor()
38 size_t if_work_factor(size_t bits) in if_work_factor()
46 size_t dl_work_factor(size_t bits) in dl_work_factor()
52 size_t dl_exponent_size(size_t bits) in dl_exponent_size()
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DdirtyBitsTranslator.cpp77 const HdDirtyBits bits, HdDataSourceLocatorSet *set) in RprimDirtyBitsToLocatorSet()
184 const HdDirtyBits bits, HdDataSourceLocatorSet *set) in SprimDirtyBitsToLocatorSet()
272 const HdDirtyBits bits, HdDataSourceLocatorSet *set) in InstancerDirtyBitsToLocatorSet()
305 const HdDirtyBits bits, HdDataSourceLocatorSet *set) in BprimDirtyBitsToLocatorSet()
382 HdDirtyBits bits = HdChangeTracker::Clean; in RprimLocatorSetToDirtyBits() local
551 HdDirtyBits bits = HdChangeTracker::Clean; in SprimLocatorSetToDirtyBits() local
673 HdDirtyBits bits = HdChangeTracker::Clean; in InstancerLocatorSetToDirtyBits() local
703 HdDirtyBits bits = HdChangeTracker::Clean; in BprimLocatorSetToDirtyBits() local
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/symbols/pdb/Microsoft.Cci.Pdb/
H A DPdbFunction.cs56 BitAccess bits, uint limit, in LoadManagedFunctions()
149 internal static void CountScopesAndSlots(BitAccess bits, uint limit, in CountScopesAndSlots()
204 internal PdbFunction(/*string module, */ManProcSym proc, BitAccess bits) { in PdbFunction()
341 private void ReadCustomMetadata(BitAccess bits) { in ReadCustomMetadata()
364 private void ReadForwardIterator(BitAccess bits) { in ReadForwardIterator()
368 private void ReadIteratorLocals(BitAccess bits) { in ReadIteratorLocals()
384 private void ReadForwardInfo(BitAccess bits) { in ReadForwardInfo()
388 private void ReadUsingInfo(BitAccess bits) { in ReadUsingInfo()
462 internal PdbSynchronizationInformation(BitAccess bits) { in PdbSynchronizationInformation()
483 internal PdbSynchronizationPoint(BitAccess bits) { in PdbSynchronizationPoint()
/dports/lang/mono/mono-5.10.1.57/external/cecil/symbols/pdb/Microsoft.Cci.Pdb/
H A DPdbFunction.cs56 BitAccess bits, uint limit, in LoadManagedFunctions()
149 internal static void CountScopesAndSlots(BitAccess bits, uint limit, in CountScopesAndSlots()
204 internal PdbFunction(/*string module, */ManProcSym proc, BitAccess bits) { in PdbFunction()
341 private void ReadCustomMetadata(BitAccess bits) { in ReadCustomMetadata()
364 private void ReadForwardIterator(BitAccess bits) { in ReadForwardIterator()
368 private void ReadIteratorLocals(BitAccess bits) { in ReadIteratorLocals()
384 private void ReadForwardInfo(BitAccess bits) { in ReadForwardInfo()
388 private void ReadUsingInfo(BitAccess bits) { in ReadUsingInfo()
462 internal PdbSynchronizationInformation(BitAccess bits) { in PdbSynchronizationInformation()
483 internal PdbSynchronizationPoint(BitAccess bits) { in PdbSynchronizationPoint()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/symbols/pdb/Microsoft.Cci.Pdb/
H A DPdbFunction.cs56 BitAccess bits, uint limit, in LoadManagedFunctions()
149 internal static void CountScopesAndSlots(BitAccess bits, uint limit, in CountScopesAndSlots()
204 internal PdbFunction(/*string module, */ManProcSym proc, BitAccess bits) { in PdbFunction()
341 private void ReadCustomMetadata(BitAccess bits) { in ReadCustomMetadata()
364 private void ReadForwardIterator(BitAccess bits) { in ReadForwardIterator()
368 private void ReadIteratorLocals(BitAccess bits) { in ReadIteratorLocals()
384 private void ReadForwardInfo(BitAccess bits) { in ReadForwardInfo()
388 private void ReadUsingInfo(BitAccess bits) { in ReadUsingInfo()
462 internal PdbSynchronizationInformation(BitAccess bits) { in PdbSynchronizationInformation()
483 internal PdbSynchronizationPoint(BitAccess bits) { in PdbSynchronizationPoint()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/pdb/Microsoft.Cci.Pdb/
H A DPdbFunction.cs56 BitAccess bits, uint limit, in LoadManagedFunctions()
149 internal static void CountScopesAndSlots(BitAccess bits, uint limit, in CountScopesAndSlots()
204 internal PdbFunction(/*string module, */ManProcSym proc, BitAccess bits) { in PdbFunction()
341 private void ReadCustomMetadata(BitAccess bits) { in ReadCustomMetadata()
364 private void ReadForwardIterator(BitAccess bits) { in ReadForwardIterator()
368 private void ReadIteratorLocals(BitAccess bits) { in ReadIteratorLocals()
384 private void ReadForwardInfo(BitAccess bits) { in ReadForwardInfo()
388 private void ReadUsingInfo(BitAccess bits) { in ReadUsingInfo()
462 internal PdbSynchronizationInformation(BitAccess bits) { in PdbSynchronizationInformation()
483 internal PdbSynchronizationPoint(BitAccess bits) { in PdbSynchronizationPoint()

12345678910>>...1479