Home
last modified time | relevance | path

Searched refs:sizebytes (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/lang/python/wiredtiger/
H A Dfpacking.py51 sizebytes = 0
54 sizebytes += 1
56 if f in 'Su' and sizebytes > 0:
60 sizebytes = 0
82 sizebytes = 0
92 i = sizebytes = 0
96 if sizebytes == 0:
101 sizebytes = len(str(l))
112 sizebytes += 1
114 if f != 's' and sizebytes > 0:
[all …]
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Dsendmail-largeboxes32 my $sizebytes = $sizethresh;
34 $sizebytes = $1 * 1024 ** 4;
36 $sizebytes = $1 * 1024 ** 3;
38 $sizebytes = $1 * 1024 ** 2;
40 $sizebytes = $1 * 1024;
42 $title .= ($sizethresh ne $sizebytes) ? " ($sizebytes bytes)\n" : "\n";
64 if ($checksize >= $sizebytes) {
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/id3-0.5.3/src/stream/frame/
H A Dv2.rs17 let sizebytes = &frame_header[3..6]; in decode() localVariable
19 (u32::from(sizebytes[0]) << 16) | (u32::from(sizebytes[1]) << 8) | u32::from(sizebytes[2]); in decode()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DDataStorage.h72 virtual void AllocateNewData(int sizebytes) in AllocateNewData() argument
75 nReservedMemorySize = sizebytes; in AllocateNewData()
76 pData = new char[sizebytes]; in AllocateNewData()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/core/dsm/
H A DXdmfDSMCommMPI.hpp268 int sizebytes,
1257 int sizebytes,
1305 int sizebytes,
H A DXdmfDSMCommMPI.cpp321 int sizebytes, in Broadcast() argument
329 status = MPI_Bcast(pointer, sizebytes, MPI_UNSIGNED_CHAR, root, IntraComm); in Broadcast()
333 status = MPI_Bcast(pointer, sizebytes, MPI_UNSIGNED_CHAR, root, InterComm); in Broadcast()
807 int sizebytes, in Send() argument
815 sizebytes, in Send()
823 sizebytes, in Send()
833 int sizebytes, in Receive() argument
842 sizebytes, in Receive()
851 sizebytes, in Receive()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DFieldsReader.cs421 var sizebytes = new byte[4]; in AddFieldSize()
422 sizebytes[0] = (byte) (Number.URShift(bytesize, 24)); in AddFieldSize()
423 sizebytes[1] = (byte) (Number.URShift(bytesize, 16)); in AddFieldSize()
424 sizebytes[2] = (byte) (Number.URShift(bytesize, 8)); in AddFieldSize()
425 sizebytes[3] = (byte) bytesize; in AddFieldSize()
426 doc.Add(new Field(fi.name, sizebytes, Field.Store.YES)); in AddFieldSize()
/dports/audio/zmusic/ZMusic-1.1.8/source/decoder/
H A Dsounddecoder.cpp90 short* dumb_decode_vorbis(int outlen, const void* oggstream, int sizebytes) in dumb_decode_vorbis() argument
98 MusicIO::MemoryReader* reader = new MusicIO::MemoryReader((const uint8_t*)oggstream, sizebytes); in dumb_decode_vorbis()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DFieldsReader.cpp311 ByteArray sizebytes(ByteArray::newInstance(4)); in addFieldSize() local
312 sizebytes[0] = (uint8_t)MiscUtils::unsignedShift(bytesize, 24); in addFieldSize()
313 sizebytes[1] = (uint8_t)MiscUtils::unsignedShift(bytesize, 16); in addFieldSize()
314 sizebytes[2] = (uint8_t)MiscUtils::unsignedShift(bytesize, 8); in addFieldSize()
315 sizebytes[3] = (uint8_t)(bytesize); in addFieldSize()
316 doc->add(newLucene<Field>(fi->name, sizebytes, Field::STORE_YES)); in addFieldSize()
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/images/testing/
H A Drequests_test.go278 sizebytes := int64(2254249)
292 SizeBytes: sizebytes,
435 sizebytes := int64(2254249)
448 SizeBytes: sizebytes,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/images/testing/
H A Drequests_test.go262 sizebytes := int64(2254249)
275 SizeBytes: sizebytes,
417 sizebytes := int64(2254249)
430 SizeBytes: sizebytes,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/images/testing/
H A Drequests_test.go263 sizebytes := int64(2254249)
276 SizeBytes: sizebytes,
418 sizebytes := int64(2254249)
431 SizeBytes: sizebytes,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/images/testing/
H A Drequests_test.go278 sizebytes := int64(2254249)
292 SizeBytes: sizebytes,
435 sizebytes := int64(2254249)
448 SizeBytes: sizebytes,
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/images/testing/
H A Drequests_test.go263 sizebytes := int64(2254249)
276 SizeBytes: sizebytes,
418 sizebytes := int64(2254249)
431 SizeBytes: sizebytes,
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/images/testing/
H A Drequests_test.go262 sizebytes := int64(2254249)
275 SizeBytes: sizebytes,
417 sizebytes := int64(2254249)
430 SizeBytes: sizebytes,
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/images/testing/
H A Drequests_test.go268 sizebytes := int64(2254249)
281 SizeBytes: sizebytes,
424 sizebytes := int64(2254249)
437 SizeBytes: sizebytes,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/images/testing/
H A Drequests_test.go263 sizebytes := int64(2254249)
276 SizeBytes: sizebytes,
418 sizebytes := int64(2254249)
431 SizeBytes: sizebytes,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/images/testing/
H A Drequests_test.go262 sizebytes := int64(2254249)
275 SizeBytes: sizebytes,
417 sizebytes := int64(2254249)
430 SizeBytes: sizebytes,
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/images/testing/
H A Drequests_test.go268 sizebytes := int64(2254249)
281 SizeBytes: sizebytes,
424 sizebytes := int64(2254249)
437 SizeBytes: sizebytes,
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/index/
H A DFieldsReaderTest.cpp160 static void checkSizeEquals(int32_t size, const uint8_t* sizebytes) { in checkSizeEquals() argument
161 EXPECT_EQ((uint8_t)MiscUtils::unsignedShift(size, 24), sizebytes[0]); in checkSizeEquals()
162 EXPECT_EQ((uint8_t)MiscUtils::unsignedShift(size, 16), sizebytes[1]); in checkSizeEquals()
163 EXPECT_EQ((uint8_t)MiscUtils::unsignedShift(size, 8), sizebytes[2]); in checkSizeEquals()
164 EXPECT_EQ((uint8_t)size, sizebytes[3]); in checkSizeEquals()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DFieldsReader.cpp335 ValueArray<uint8_t>* sizebytes = _CLNEW ValueArray<uint8_t>(4); in addFieldSize() local
336 sizebytes->values[0] = (uint8_t) (bytesize>>24); in addFieldSize()
337 sizebytes->values[1] = (uint8_t) (bytesize>>16); in addFieldSize()
338 sizebytes->values[2] = (uint8_t) (bytesize>> 8); in addFieldSize()
339 sizebytes->values[3] = (uint8_t) bytesize ; in addFieldSize()
340 doc.add(*_CLNEW Field(fi->name, sizebytes, Field::STORE_YES, false)); in addFieldSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/freedreno/kgsl/
H A Dkgsl_pipe.c192 void *value, int sizebytes) in getprop() argument
197 .sizebytes = sizebytes, in getprop()
/dports/graphics/libdrm/libdrm-2.4.110/freedreno/kgsl/
H A Dkgsl_pipe.c192 void *value, int sizebytes) in getprop() argument
197 .sizebytes = sizebytes, in getprop()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libdrm/src/freedreno/kgsl/
H A Dkgsl_pipe.c192 void *value, int sizebytes) in getprop() argument
197 .sizebytes = sizebytes, in getprop()
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dmusic_dumb.cpp954 bool input_mod::read(SoundStream *stream, void *buffer, int sizebytes, void *userdata) in read() argument
959 memset(buffer, 0, sizebytes); in read()
963 while (sizebytes > 0) in read()
965 int written = state->decode_run(buffer, sizebytes / 8); in read()
974 memset(buffer, 0, sizebytes); in read()
986 sizebytes -= written * 8; in read()
1226 extern "C" short *DUMBCALLBACK dumb_decode_vorbis(int outlen, const void *oggstream, int sizebytes) in dumb_decode_vorbis() argument
1228 return GSnd->DecodeSample(outlen, oggstream, sizebytes, CODEC_Vorbis); in dumb_decode_vorbis()

12345678910>>...12