Home
last modified time | relevance | path

Searched refs:length_type (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/dports/sysutils/fusefs-securefs/securefs-0.12.0/sources/
H A Dstreams.h25 virtual length_type read(void* output, offset_type offset, length_type length) = 0;
33 virtual length_type size() const = 0;
41 virtual void resize(length_type) = 0;
65 virtual length_type max_header_length() const noexcept = 0;
88 length_type m_block_size;
93 virtual void adjust_logical_size(length_type length) = 0;
96 length_type
104 void zero_fill(offset_type offset, length_type length);
105 void unchecked_resize(length_type current_size, length_type new_size);
111 length_type read(void* output, offset_type offset, length_type length) override;
[all …]
H A Dlite_stream.h32 length_type get_block_size() const noexcept { return m_block_size; }
34 length_type get_iv_size() const noexcept { return m_iv_size; }
38 static constexpr length_type get_header_size() noexcept { return 16; }
40 length_type get_underlying_block_size() const noexcept
46 length_type read_block(offset_type block_number, void* output) override;
48 void write_block(offset_type block_number, const void* input, length_type size) override;
50 void adjust_logical_size(length_type length) override;
61 virtual length_type size() const override;
67 static length_type calculate_real_size(length_type underlying_size,
68 length_type block_size,
[all …]
H A Dstreams.cpp124 length_type size() const override
132 length_type read(void* output, offset_type off, length_type len) override
143 void resize(length_type len) override
170 length_type BlockBasedStream::read_block(offset_type block_number,
218 length_type BlockBasedStream::read(void* output, offset_type offset, length_type length)
220 length_type total = 0;
283 void BlockBasedStream::unchecked_resize(length_type current_size, length_type new_size)
384 length_type length) override
414 length_type length) override
446 void adjust_logical_size(length_type length) override
[all …]
H A Dlite_stream.cpp70 length_type AESGCMCryptStream::read_block(offset_type block_number, void* output) in read_block()
76 length_type rc in read_block()
114 AESGCMCryptStream::write_block(offset_type block_number, const void* input, length_type size) in write_block()
151 length_type AESGCMCryptStream::size() const in size()
156 void AESGCMCryptStream::adjust_logical_size(length_type length) in adjust_logical_size()
164 length_type AESGCMCryptStream::calculate_real_size(length_type underlying_size, in calculate_real_size()
165 length_type block_size, in calculate_real_size()
166 length_type iv_size) noexcept in calculate_real_size()
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dfile_gpg.c116 *length_type=2; in old_format_packet_length()
119 *length_type=3; in old_format_packet_length()
122 *length_type=5; in old_format_packet_length()
137 *length_type=1; in new_format_packet_length()
143 *length_type=2; in new_format_packet_length()
149 *length_type=5; in new_format_packet_length()
153 *length_type=1; in new_format_packet_length()
270 length_type++; in file_check_gpg()
287 i+=length_type; in file_check_gpg()
437 length_type++; in header_check_gpg()
[all …]
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-ether.c148 u_short length_type; in ether_common_print() local
201 length_type = GET_BE_U_2(p); in ether_common_print()
218 ether_type_print(ndo, length_type); in ether_common_print()
238 length_type = GET_BE_U_2(p); in ether_common_print()
253 length_type == ETHERTYPE_8021QinQ) { in ether_common_print()
272 ether_type_print(ndo, length_type); in ether_common_print()
281 length_type = GET_BE_U_2(p + 2); in ether_common_print()
297 if (length_type < length) { in ether_common_print()
298 length = length_type; in ether_common_print()
356 ether_type_print(ndo, length_type); in ether_common_print()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dpath_coord.h57 using length_type = float; variable
73 length_type clen;
86 …constexpr PathCoord(const MapCoordF& pos, size_type index, param_type param, length_type clen) noe…
172 using length_type = PathCoord::length_type;
184 length_type clen;
243 length_type length,
252 length_type length
266 …oord(const MapCoordF& pos, size_type index, param_type param, PathCoord::length_type clen) noexcept in PathCoord()
286 SplitPathCoord SplitPathCoord::at(const PathCoordVector& path_coords, SplitPathCoord::length_type l… in at()
H A Dvirtual_path.h93 PathCoord::length_type length,
102 PathCoord::length_type length,
111 PathCoord::length_type length() const;
227 PathCoord::length_type length() const;
322 std::vector<PathCoord::length_type>& out_lengths
345 PathCoord::length_type length, in lowerBound()
364 PathCoord::length_type length, in upperBound()
393 PathCoord::length_type VirtualPath::length() const in length()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaarraytype.vala43 public DataType? length_type {
177 if (length_type != null) {
178 result.length_type = length_type.copy ();
245 if (!length_type.compatible (target_array_type.length_type)) {
263 if (length_type != null) {
264 length_type.accept (visitor);
273 length_type = new_type;
278 if (length_type != null && !length_type.is_accessible (sym)) {
315 if (length_type == null) {
319 length_type.check (context);
[all …]
H A Dvalaarraycreationexpression.vala47 public DataType? length_type {
113 if (length_type != null) {
114 length_type.accept (visitor);
141 if (length_type != null && !length_type.is_accessible (sym)) {
192 length_type = new_type;
256 if (length_type == null) {
260 length_type.check (context);
261 if (!(length_type is IntegerType) || length_type.nullable) {
274 ((ArrayType) initlist.target_type).length_type = length_type.copy ();
288 ((ArrayType) actual_type).length_type = length_type;
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/header/
H A Dctb.rs130 length_type: PacketLengthType, field
152 let length_type = match length { in new() localVariable
176 length_type, in new()
186 pub fn length_type(&self) -> PacketLengthType { in length_type() method
187 self.length_type in length_type()
254 let length_type = ptag & 0b0000_0011; in try_from() localVariable
260 length_type: PacketLengthType::try_from(length_type)?, in try_from()
273 assert_eq!(ctb.length_type, PacketLengthType::TwoOctets); in ctb()
281 assert_eq!(ctb.length_type, PacketLengthType::Indeterminate); in ctb()
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/header/
H A Dctb.rs130 length_type: PacketLengthType, field
152 let length_type = match length { in new() localVariable
176 length_type, in new()
186 pub fn length_type(&self) -> PacketLengthType { in length_type() method
187 self.length_type in length_type()
254 let length_type = ptag & 0b0000_0011; in try_from() localVariable
260 length_type: PacketLengthType::try_from(length_type)?, in try_from()
273 assert_eq!(ctb.length_type, PacketLengthType::TwoOctets); in ctb()
281 assert_eq!(ctb.length_type, PacketLengthType::Indeterminate); in ctb()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/usnic/src/usnic_direct/
H A Drq_enet_desc.h50 __le16 length_type; member
71 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) | in rq_enet_desc_enc()
79 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK; in rq_enet_desc_dec()
80 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) & in rq_enet_desc_dec()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/fnic/
H A Drq_enet_desc.h24 __le16 length_type; member
45 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) | in rq_enet_desc_enc()
53 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK; in rq_enet_desc_dec()
54 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) & in rq_enet_desc_dec()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/cisco/enic/
H A Drq_enet_desc.h26 __le16 length_type; member
47 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) | in rq_enet_desc_enc()
55 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK; in rq_enet_desc_dec()
56 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) & in rq_enet_desc_dec()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/cisco/enic/
H A Drq_enet_desc.h26 __le16 length_type; member
47 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) | in rq_enet_desc_enc()
55 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK; in rq_enet_desc_dec()
56 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) & in rq_enet_desc_dec()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/cisco/enic/
H A Drq_enet_desc.h26 __le16 length_type; member
47 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) | in rq_enet_desc_enc()
55 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK; in rq_enet_desc_dec()
56 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) & in rq_enet_desc_dec()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/fnic/
H A Drq_enet_desc.h24 __le16 length_type; member
45 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) | in rq_enet_desc_enc()
53 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK; in rq_enet_desc_dec()
54 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) & in rq_enet_desc_dec()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/fnic/
H A Drq_enet_desc.h24 __le16 length_type; member
45 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) | in rq_enet_desc_enc()
53 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK; in rq_enet_desc_dec()
54 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) & in rq_enet_desc_dec()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/test/
H A Dtest_streams.cpp91 length_type length) override in pg_log_v()
94 for (length_type i = 0; i < length; ++i) in pg_log_v()
103 length_type length) override
109 explicit DummpyCryptStream(std::shared_ptr<StreamBase> stream, length_type block_size)
125 length_type size() const override
137 length_type read_block(offset_type block_number, void* output) override
145 void write_block(offset_type block_number, const void* input, length_type length) override
155 void adjust_logical_size(length_type length) override { (void)length; }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_primitive_value.cc405 LengthUnitType& length_type) { in UnitTypeToLengthUnitType() argument
415 length_type = kUnitTypePixels; in UnitTypeToLengthUnitType()
419 length_type = kUnitTypeFontSize; in UnitTypeToLengthUnitType()
422 length_type = kUnitTypeFontXSize; in UnitTypeToLengthUnitType()
425 length_type = kUnitTypeRootFontSize; in UnitTypeToLengthUnitType()
428 length_type = kUnitTypeZeroCharacterWidth; in UnitTypeToLengthUnitType()
431 length_type = kUnitTypePercentage; in UnitTypeToLengthUnitType()
434 length_type = kUnitTypeViewportWidth; in UnitTypeToLengthUnitType()
437 length_type = kUnitTypeViewportHeight; in UnitTypeToLengthUnitType()
440 length_type = kUnitTypeViewportMin; in UnitTypeToLengthUnitType()
[all …]
H A Dcss_numeric_literal_value.cc120 LengthUnitType length_type; in AccumulateLengthArray() local
121 bool conversion_success = UnitTypeToLengthUnitType(GetType(), length_type); in AccumulateLengthArray()
123 length_array.values[length_type] += in AccumulateLengthArray()
125 length_array.type_flags.set(length_type); in AccumulateLengthArray()
133 LengthUnitType length_type; in AccumulateLengthUnitTypes() local
134 bool conversion_success = UnitTypeToLengthUnitType(GetType(), length_type); in AccumulateLengthUnitTypes()
136 types.set(length_type); in AccumulateLengthUnitTypes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_primitive_value.cc405 LengthUnitType& length_type) { in UnitTypeToLengthUnitType() argument
415 length_type = kUnitTypePixels; in UnitTypeToLengthUnitType()
419 length_type = kUnitTypeFontSize; in UnitTypeToLengthUnitType()
422 length_type = kUnitTypeFontXSize; in UnitTypeToLengthUnitType()
425 length_type = kUnitTypeRootFontSize; in UnitTypeToLengthUnitType()
428 length_type = kUnitTypeZeroCharacterWidth; in UnitTypeToLengthUnitType()
431 length_type = kUnitTypePercentage; in UnitTypeToLengthUnitType()
434 length_type = kUnitTypeViewportWidth; in UnitTypeToLengthUnitType()
437 length_type = kUnitTypeViewportHeight; in UnitTypeToLengthUnitType()
440 length_type = kUnitTypeViewportMin; in UnitTypeToLengthUnitType()
[all …]
H A Dcss_numeric_literal_value.cc120 LengthUnitType length_type; in AccumulateLengthArray() local
121 bool conversion_success = UnitTypeToLengthUnitType(GetType(), length_type); in AccumulateLengthArray()
123 length_array.values[length_type] += in AccumulateLengthArray()
125 length_array.type_flags.set(length_type); in AccumulateLengthArray()
133 LengthUnitType length_type; in AccumulateLengthUnitTypes() local
134 bool conversion_success = UnitTypeToLengthUnitType(GetType(), length_type); in AccumulateLengthUnitTypes()
136 types.set(length_type); in AccumulateLengthUnitTypes()
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_client_coro/
H A Dlength_types.phpt12 foreach (tcp_length_types() as $length_type => $type_length) {
17 'package_length_type' => $length_type,
40 $length_type = array_keys(tcp_length_types())[$fd - 1];
42 Assert::assert($server->send($fd, tcp_pack($pm->getRandomData(), $length_type)));

12345678910>>...26