Home
last modified time | relevance | path

Searched refs:fixedCount (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/diagnostics/eventing/TraceLogging/
H A DFieldMetadata.cs34 private readonly ushort fixedCount; field in Microsoft.Diagnostics.Tracing.FieldMetadata
65 ushort fixedCount) in FieldMetadata() argument
71 fixedCount, in FieldMetadata()
101 ushort fixedCount = 0, in FieldMetadata() argument
120 this.fixedCount = fixedCount; in FieldMetadata()
209 metadata[pos + 0] = unchecked((byte)this.fixedCount); in Encode()
210 metadata[pos + 1] = (byte)(this.fixedCount >> 8); in Encode()
216 this.fixedCount != 0) in Encode()
220 Buffer.BlockCopy(this.custom, 0, metadata, pos, this.fixedCount); in Encode()
222 pos += this.fixedCount; in Encode()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/
H A DFieldMetadata.cs39 private readonly ushort fixedCount; field in Microsoft.Diagnostics.Tracing.FieldMetadata
70 ushort fixedCount) in FieldMetadata() argument
76 fixedCount, in FieldMetadata()
106 ushort fixedCount = 0, in FieldMetadata() argument
125 this.fixedCount = fixedCount; in FieldMetadata()
214 metadata[pos + 0] = unchecked((byte)this.fixedCount); in Encode()
215 metadata[pos + 1] = (byte)(this.fixedCount >> 8); in Encode()
221 this.fixedCount != 0) in Encode()
225 Buffer.BlockCopy(this.custom, 0, metadata, pos, this.fixedCount); in Encode()
227 pos += this.fixedCount; in Encode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/
H A DFieldMetadata.cs39 private readonly ushort fixedCount; field in Microsoft.Diagnostics.Tracing.FieldMetadata
70 ushort fixedCount) in FieldMetadata() argument
76 fixedCount, in FieldMetadata()
106 ushort fixedCount = 0, in FieldMetadata() argument
125 this.fixedCount = fixedCount; in FieldMetadata()
214 metadata[pos + 0] = unchecked((byte)this.fixedCount); in Encode()
215 metadata[pos + 1] = (byte)(this.fixedCount >> 8); in Encode()
221 this.fixedCount != 0) in Encode()
225 Buffer.BlockCopy(this.custom, 0, metadata, pos, this.fixedCount); in Encode()
227 pos += this.fixedCount; in Encode()
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Files/
H A DDummyFile.php68 * @param int $fixedCount The number of errors that were fixed.
72 public function setErrorCounts($errorCount, $warningCount, $fixableCount, $fixedCount) argument
77 $this->fixedCount = $fixedCount;
H A DFile.php171 protected $fixedCount = 0; variable in PHP_CodeSniffer\\Files\\File
546 $this->fixedCount += $this->fixer->getFixCount();
1160 return $this->fixedCount;
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/model/
H A DWaveformOversampler.cpp34 sv_frame_t fixedCount = fixedRatio.size(); in getOversampledData() local
35 sv_frame_t targetCount = (fixedCount / m_filterRatio) * oversampleBy; in getOversampledData()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/jvxl/readers/
H A DPmeshReader.java116 protected int fixedCount; field in PmeshReader
260 int intCount = (fixedCount == 0 ? getInt() : fixedCount); in readPolygonsPM()
H A DMsmsReader.java54 fixedCount = 3; in init2()
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Reports/
H A DCbf.php112 $fixedCount = ($errors - $fixableCount);
113 echo $report['filename'].">>$errorCount>>$warningCount>>$fixableCount>>$fixedCount".PHP_EOL;
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_dataview_model_columns.ts426 var fixedCount = 0; variable
452 fixedCount++;
527 var diff = Math.round(remaining_width / fixedCount);
H A Detemplate2.min.js.map1 …,"setColumnVisibilitySet","_set","col","_larger","tw","totalRelative","fixedCount","usedTotal","co…
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DGenerateXMB.java1483 String fixedCount = lastPathInfo.path.replace("other", pluralTag); in endElement() local
1484 myData.put(fixedCount, pluralTagValue); in endElement()
/dports/math/stp/stp-2.3.3/tools/test_constantbitprop/
H A Dtest_cbitp.cpp691 const int BBFixed = BBP.fixedCount(); in exhaustively_check()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A Djvm.cpp372 int fixedCount = 2; variable
379 objArrayOop r = oopFactory::new_objArray(ik, (count + fixedCount) * 2, CHECK_NULL);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A Djvm.cpp368 int fixedCount = 2; variable
375 objArrayOop r = oopFactory::new_objArray(ik, (count + fixedCount) * 2, CHECK_NULL);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A Djvm.cpp372 int fixedCount = 2; variable
379 objArrayOop r = oopFactory::new_objArray(ik, (count + fixedCount) * 2, CHECK_NULL);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A Djvm.cpp383 int fixedCount = 2; variable
390 objArrayOop r = oopFactory::new_objArray(ik, (count + fixedCount) * 2, CHECK_NULL);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A Djvm.cpp327 int fixedCount = 2; variable
334 objArrayOop r = oopFactory::new_objArray(ik, (count + fixedCount) * 2, CHECK_NULL);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A Djvm.cpp378 int fixedCount = 2; variable
385 objArrayOop r = oopFactory::new_objArray(ik, (count + fixedCount) * 2, CHECK_NULL);