Home
last modified time | relevance | path

Searched refs:ByteLength (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/compiler/
H A Ddtfield.c57 UINT32 ByteLength);
63 UINT32 ByteLength);
69 UINT32 ByteLength);
96 UINT32 ByteLength, in DtCompileOneField() argument
165 UINT32 ByteLength) in DtCompileString() argument
174 if (Length > ByteLength) in DtCompileString()
178 Length = ByteLength; in DtCompileString()
206 UINT32 ByteLength) in DtCompileUnicode() argument
245 UINT32 ByteLength) in DtCompileUuid() argument
298 if ((ByteLength > 8) || (ByteLength == 0)) in DtCompileInteger()
[all …]
H A Ddtutils.c496 ByteLength = 0; in DtGetFieldLength()
518 ByteLength = 1; in DtGetFieldLength()
527 ByteLength = 2; in DtGetFieldLength()
532 ByteLength = 3; in DtGetFieldLength()
540 ByteLength = 4; in DtGetFieldLength()
545 ByteLength = 5; in DtGetFieldLength()
551 ByteLength = 6; in DtGetFieldLength()
557 ByteLength = 7; in DtGetFieldLength()
563 ByteLength = 8; in DtGetFieldLength()
616 ByteLength = 10; in DtGetFieldLength()
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/compiler/
H A Ddtfield.c203 UINT32 ByteLength, in DtCompileOneField() argument
272 UINT32 ByteLength) in DtCompileString() argument
281 if (Length > ByteLength) in DtCompileString()
287 Length = ByteLength; in DtCompileString()
315 UINT32 ByteLength) in DtCompileUnicode() argument
354 UINT32 ByteLength) in DtCompileUuid() argument
397 UINT32 ByteLength, in DtCompileInteger() argument
407 if ((ByteLength > 8) || (ByteLength == 0)) in DtCompileInteger()
579 if (Count != ByteLength) in DtCompileBuffer()
583 Count, ByteLength); in DtCompileBuffer()
[all …]
H A Ddtutils.c572 ByteLength = 0; in DtGetFieldLength()
606 ByteLength = 1; in DtGetFieldLength()
617 ByteLength = 2; in DtGetFieldLength()
622 ByteLength = 3; in DtGetFieldLength()
633 ByteLength = 4; in DtGetFieldLength()
638 ByteLength = 5; in DtGetFieldLength()
644 ByteLength = 6; in DtGetFieldLength()
650 ByteLength = 7; in DtGetFieldLength()
656 ByteLength = 8; in DtGetFieldLength()
726 ByteLength = 10; in DtGetFieldLength()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/common/
H A Ddmtable.c619 if (ByteLength) in AcpiDmLineHeader()
637 if (ByteLength) in AcpiDmLineHeader()
666 if (ByteLength) in AcpiDmLineHeader2()
679 if (ByteLength) in AcpiDmLineHeader2()
795 ByteLength = 1; in AcpiDmDumpTable()
803 ByteLength = 2; in AcpiDmDumpTable()
808 ByteLength = 3; in AcpiDmDumpTable()
816 ByteLength = 4; in AcpiDmDumpTable()
821 ByteLength = 5; in AcpiDmDumpTable()
827 ByteLength = 6; in AcpiDmDumpTable()
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/common/
H A Ddmtable.c909 if (ByteLength) in AcpiDmLineHeader()
927 if (ByteLength) in AcpiDmLineHeader()
956 if (ByteLength) in AcpiDmLineHeader2()
969 if (ByteLength) in AcpiDmLineHeader2()
1097 ByteLength = 1; in AcpiDmDumpTable()
1107 ByteLength = 2; in AcpiDmDumpTable()
1112 ByteLength = 3; in AcpiDmDumpTable()
1123 ByteLength = 4; in AcpiDmDumpTable()
1128 ByteLength = 5; in AcpiDmDumpTable()
1134 ByteLength = 6; in AcpiDmDumpTable()
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/debugger/
H A Ddbtest.c190 UINT32 ByteLength);
431 UINT32 ByteLength = 0; in AcpiDbTestOneObject() local
455 ByteLength = ObjDesc->String.Length; in AcpiDbTestOneObject()
461 ByteLength = ObjDesc->Buffer.Length; in AcpiDbTestOneObject()
462 BitLength = ByteLength * 8; in AcpiDbTestOneObject()
698 UINT32 ByteLength; in AcpiDbTestBufferType() local
704 if (ByteLength == 0) in AcpiDbTestBufferType()
751 WriteValue.Buffer.Length = ByteLength; in AcpiDbTestBufferType()
775 WriteValue.Buffer.Length = ByteLength; in AcpiDbTestBufferType()
825 UINT32 ByteLength) in AcpiDbTestStringType() argument
[all …]
/dports/net/samba412/samba-4.12.15/source3/registry/
H A Dreg_perfcount.c736 inst->counter_data.ByteLength = data.dsize + sizeof(inst->counter_data.ByteLength); in _reg_perfcount_get_instance_info()
787 if((pad = (inst->ByteLength % 8))) in _reg_perfcount_get_instance_info()
795 inst->ByteLength += pad; in _reg_perfcount_get_instance_info()
1055 …counter_data->ByteLength = counter->CounterOffset + counter->CounterSize + sizeof(counter_data->By… in _reg_perfcount_perf_data_block_fixup()
1059 counter_data->ByteLength- sizeof(counter_data->ByteLength)); in _reg_perfcount_perf_data_block_fixup()
1063 memset(temp, 0, counter_data->ByteLength - sizeof(counter_data->ByteLength)); in _reg_perfcount_perf_data_block_fixup()
1073 if((pad = (counter_data->ByteLength % 8))) in _reg_perfcount_perf_data_block_fixup()
1080 counter_data->ByteLength - sizeof(counter_data->ByteLength) + pad); in _reg_perfcount_perf_data_block_fixup()
1084 … memset(counter_data->data, 0, counter_data->ByteLength - sizeof(counter_data->ByteLength) + pad); in _reg_perfcount_perf_data_block_fixup()
1085 memcpy(counter_data->data, temp, counter_data->ByteLength - sizeof(counter_data->ByteLength)); in _reg_perfcount_perf_data_block_fixup()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/debugger/
H A Ddbtest.c81 UINT32 ByteLength);
317 UINT32 ByteLength = 0; in AcpiDbTestOneObject() local
341 ByteLength = ObjDesc->String.Length; in AcpiDbTestOneObject()
347 ByteLength = ObjDesc->Buffer.Length; in AcpiDbTestOneObject()
348 BitLength = ByteLength * 8; in AcpiDbTestOneObject()
603 UINT32 ByteLength; in AcpiDbTestBufferType() local
609 if (ByteLength == 0) in AcpiDbTestBufferType()
617 Buffer = ACPI_ALLOCATE_ZEROED (ByteLength); in AcpiDbTestBufferType()
656 WriteValue.Buffer.Length = ByteLength; in AcpiDbTestBufferType()
680 WriteValue.Buffer.Length = ByteLength; in AcpiDbTestBufferType()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DBufferTest.cs143 public void ByteLength () in ByteLength() method in MonoTests.System.BufferTest
155 Buffer.ByteLength (null); in ByteLength()
164 Buffer.ByteLength (someArray); in ByteLength()
172 numBytes = Buffer.ByteLength (floatArray); in ByteLength()
175 numBytes = Buffer.ByteLength (floatArray2); in ByteLength()
178 numBytes = Buffer.ByteLength (floatArray3); in ByteLength()
181 numBytes = Buffer.ByteLength (floatArray4); in ByteLength()
184 numBytes = Buffer.ByteLength (floatArray5); in ByteLength()
187 numBytes = Buffer.ByteLength (floatArray6); in ByteLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dhost_array_buffer_var.cc57 uint32_t HostArrayBufferVar::ByteLength() { in ByteLength() function in content::HostArrayBufferVar
58 return base::checked_cast<uint32_t>(buffer_.ByteLength()); in ByteLength()
66 base::UnsafeSharedMemoryRegion::Create(ByteLength()); in CopyToNewShmem()
70 base::WritableSharedMemoryMapping shm_mapping = shm.MapAt(0, ByteLength()); in CopyToNewShmem()
73 memcpy(shm_mapping.memory(), Map(), ByteLength()); in CopyToNewShmem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/typed_arrays/
H A Ddom_array_piece.h35 return ByteLength() == other.ByteLength() &&
36 memcmp(Data(), other.Data(), ByteLength()) == 0;
43 size_t ByteLength() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/encryptedmedia/
H A Dmedia_key_status_map.cc50 std::min(a->KeyId()->ByteLength(), b->KeyId()->ByteLength())); in CompareLessThan()
55 DCHECK_NE(a->KeyId()->ByteLength(), b->KeyId()->ByteLength()); in CompareLessThan()
56 return a->KeyId()->ByteLength() < b->KeyId()->ByteLength(); in CompareLessThan()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dhost_array_buffer_var.cc58 uint32_t HostArrayBufferVar::ByteLength() { in ByteLength() function in content::HostArrayBufferVar
67 base::UnsafeSharedMemoryRegion::Create(ByteLength()); in CopyToNewShmem()
71 base::WritableSharedMemoryMapping shm_mapping = shm.MapAt(0, ByteLength()); in CopyToNewShmem()
74 memcpy(shm_mapping.memory(), Map(), ByteLength()); in CopyToNewShmem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dplugin_array_buffer_var.cc56 uint32_t PluginArrayBufferVar::ByteLength() { in ByteLength() function in ppapi::PluginArrayBufferVar
71 instance, ByteLength(), host_handle_id, &plugin_handle)); in CopyToNewShmem()
79 base::WritableSharedMemoryMapping s = tmp_handle.MapAt(0, ByteLength()); in CopyToNewShmem()
82 memcpy(s.memory(), Map(), ByteLength()); in CopyToNewShmem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dplugin_array_buffer_var.cc56 uint32_t PluginArrayBufferVar::ByteLength() { in ByteLength() function in ppapi::PluginArrayBufferVar
71 instance, ByteLength(), host_handle_id, &plugin_handle)); in CopyToNewShmem()
79 base::WritableSharedMemoryMapping s = tmp_handle.MapAt(0, ByteLength()); in CopyToNewShmem()
82 memcpy(s.memory(), Map(), ByteLength()); in CopyToNewShmem()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DWinPerfTest.java120 perfCounterOffset += perfCounter.ByteLength; in testPerfDataBLock()
130 assertEquals(0, perfInstance.ByteLength % 8); in testPerfDataBLock()
135 long perfCounterBlockOffset = perfInstanceOffset + perfInstance.ByteLength; in testPerfDataBLock()
137 assertTrue(perfCounterBlock.ByteLength >= 4 + idProcessOffset); in testPerfDataBLock()
138 assertEquals(0, perfCounterBlock.ByteLength % 4); in testPerfDataBLock()
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/resources/
H A Drsmemory.c274 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
300 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
328 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
348 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/resources/
H A Drsmemory.c166 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
192 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
220 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
240 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/ReferenceSources/
H A DBuffer.cs5 public static int ByteLength (Array array) in ByteLength() method in System.Buffer
22 if (index < 0 || index >= ByteLength (array)) in GetByte()
30 if (index < 0 || index >= ByteLength (array)) in SetByte()
60 if ((srcOffset > ByteLength (src) - count) || (dstOffset > ByteLength (dst) - count)) in BlockCopy()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DBufferTests.cs73 public static void ByteLength(Type type, int size) in ByteLength() method in System.Tests.BufferTests
77 Assert.Equal(Length * size, Buffer.ByteLength(array)); in ByteLength()
83 …AssertExtensions.Throws<ArgumentNullException>("array", () => Buffer.ByteLength(null)); // Array i… in ByteLength_Invalid()
85 …AssertExtensions.Throws<ArgumentException>("array", () => Buffer.ByteLength(Array.CreateInstance(t… in ByteLength_Invalid()
86 …AssertExtensions.Throws<ArgumentException>("array", () => Buffer.ByteLength(Array.CreateInstance(t… in ByteLength_Invalid()
87 …AssertExtensions.Throws<ArgumentException>("array", () => Buffer.ByteLength(Array.CreateInstance(t… in ByteLength_Invalid()
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DByteBuffer.cs258 int len = System.Buffer.ByteLength(seq); in getBoolSeq()
271 int len = System.Buffer.ByteLength(seq); in putBoolSeq()
339 int len = System.Buffer.ByteLength(seq); in getShortSeq()
378 int len = System.Buffer.ByteLength(seq); in putShortSeq()
421 int len = System.Buffer.ByteLength(seq); in getIntSeq()
479 int len = System.Buffer.ByteLength(seq); in putIntSeq()
538 int len = System.Buffer.ByteLength(seq); in getLongSeq()
595 int len = System.Buffer.ByteLength(seq); in putLongSeq()
644 int len = System.Buffer.ByteLength(seq); in getFloatSeq()
689 int len = System.Buffer.ByteLength(seq); in putFloatSeq()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DByteBuffer.cs258 int len = System.Buffer.ByteLength(seq); in getBoolSeq()
271 int len = System.Buffer.ByteLength(seq); in putBoolSeq()
339 int len = System.Buffer.ByteLength(seq); in getShortSeq()
378 int len = System.Buffer.ByteLength(seq); in putShortSeq()
421 int len = System.Buffer.ByteLength(seq); in getIntSeq()
479 int len = System.Buffer.ByteLength(seq); in putIntSeq()
538 int len = System.Buffer.ByteLength(seq); in getLongSeq()
595 int len = System.Buffer.ByteLength(seq); in putLongSeq()
644 int len = System.Buffer.ByteLength(seq); in getFloatSeq()
689 int len = System.Buffer.ByteLength(seq); in putFloatSeq()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DByteBuffer.cs258 int len = System.Buffer.ByteLength(seq); in getBoolSeq()
271 int len = System.Buffer.ByteLength(seq); in putBoolSeq()
339 int len = System.Buffer.ByteLength(seq); in getShortSeq()
378 int len = System.Buffer.ByteLength(seq); in putShortSeq()
421 int len = System.Buffer.ByteLength(seq); in getIntSeq()
479 int len = System.Buffer.ByteLength(seq); in putIntSeq()
538 int len = System.Buffer.ByteLength(seq); in getLongSeq()
595 int len = System.Buffer.ByteLength(seq); in putLongSeq()
644 int len = System.Buffer.ByteLength(seq); in getFloatSeq()
689 int len = System.Buffer.ByteLength(seq); in putFloatSeq()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.UnmanagedMemoryStream/tests/
H A DUmsSafeBuffer.cs63 Assert.True(ByteLength <= int.MaxValue); in ToArray()
64 int count = (int)this.ByteLength; in ToArray()
98 … var stream = new UnmanagedMemoryStream(buffer, 0, (long)buffer.ByteLength, FileAccess.Write); in WriteSafeBuffer()
119 … var stream = new UnmanagedMemoryStream(buffer, 0, (long)buffer.ByteLength, FileAccess.ReadWrite); in ReadWriteByteSafeBuffer()

12345678910>>...31