Home
last modified time | relevance | path

Searched refs:format_version (Results 1 – 25 of 1187) sorted by relevance

12345678910>>...48

/dports/devel/libscca/libscca-20210419/libscca/
H A Dlibscca_file_information.c185 if( ( io_handle->format_version != 17 ) in libscca_file_information_read_data()
186 && ( io_handle->format_version != 23 ) in libscca_file_information_read_data()
187 && ( io_handle->format_version != 26 ) in libscca_file_information_read_data()
226 if( ( io_handle->format_version == 30 ) in libscca_file_information_read_data()
239 if( io_handle->format_version == 17 ) in libscca_file_information_read_data()
313 if( io_handle->format_version < 26 ) in libscca_file_information_read_data()
325 if( io_handle->format_version == 17 ) in libscca_file_information_read_data()
345 if( io_handle->format_version == 17 ) in libscca_file_information_read_data()
420 if( io_handle->format_version == 23 ) in libscca_file_information_read_data()
484 if( io_handle->format_version == 17 ) in libscca_file_information_read_data()
[all …]
H A Dlibscca_file_metrics.c224 if( io_handle->format_version == 17 ) in libscca_file_metrics_read_data()
228 else if( ( io_handle->format_version == 23 ) in libscca_file_metrics_read_data()
229 || ( io_handle->format_version == 26 ) in libscca_file_metrics_read_data()
287 if( io_handle->format_version == 17 ) in libscca_file_metrics_read_data()
297 else if( ( io_handle->format_version == 23 ) in libscca_file_metrics_read_data()
298 || ( io_handle->format_version == 26 ) in libscca_file_metrics_read_data()
328 if( ( io_handle->format_version == 23 ) in libscca_file_metrics_read_data()
329 || ( io_handle->format_version == 26 ) in libscca_file_metrics_read_data()
330 || ( io_handle->format_version == 30 ) ) in libscca_file_metrics_read_data()
345 if( io_handle->format_version == 17 ) in libscca_file_metrics_read_data()
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/stkutils/
H A Dogf.pm234 if ($self->{format_version} == 4) {
243 if ($self->{format_version} == 3) {
244 if ($cf->find_chunk($chunk_names{$self->{format_version}}{'OGF_BBOX'})) {
252 …if ($self->{format_version} == 3 && $cf->find_chunk($chunk_names{$self->{format_version}}{'OGF_BSP…
257 if ($cf->find_chunk($chunk_names{$self->{format_version}}{'OGF_S_DESC'})) {
261 …if ($self->{format_version} == 3 && $cf->find_chunk($chunk_names{$self->{format_version}}{'OGF_TEX…
273 …if ($self->{format_version} == 4 && $cf->find_chunk($chunk_names{$self->{format_version}}{'OGF_GCO…
315 …if ($self->{format_version} == 4 && $cf->find_chunk($chunk_names{$self->{format_version}}{'OGF_SWI…
331 if ($self->{format_version} == 4) {
368 …if ($self->{format_version} == 4 && $cf->find_chunk($chunk_names{$self->{format_version}}{'OGF_S_M…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/subresource_filter/content/browser/
H A Druleset_version.cc36 int format_version) in IndexedRulesetVersion() argument
37 : content_version(content_version), format_version(format_version) {} in IndexedRulesetVersion()
56 format_version = in ReadFromPrefs()
64 return format_version != 0 && !content_version.empty(); in IsValid()
68 return format_version == CurrentFormatVersion(); in IsCurrentFormatVersion()
73 format_version); in SaveToPrefs()
83 value->SetInteger("format_version", format_version); in ToTracedValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/subresource_filter/content/browser/
H A Druleset_version.cc32 int format_version) in IndexedRulesetVersion() argument
33 : content_version(content_version), format_version(format_version) {} in IndexedRulesetVersion()
52 format_version = in ReadFromPrefs()
60 return format_version != 0 && !content_version.empty(); in IsValid()
64 return format_version == CurrentFormatVersion(); in IsCurrentFormatVersion()
69 format_version); in SaveToPrefs()
79 value->SetInteger("format_version", format_version); in ToTracedValue()
/dports/devel/libfsxfs/libfsxfs-20210726/libfsxfs/
H A Dlibfsxfs_block_directory_header.c149 uint8_t format_version = 0; in libfsxfs_block_directory_header_read_data() local
198 format_version = 2; in libfsxfs_block_directory_header_read_data()
208 format_version = 2; in libfsxfs_block_directory_header_read_data()
216 format_version = 3; in libfsxfs_block_directory_header_read_data()
226 format_version = 3; in libfsxfs_block_directory_header_read_data()
253 if( ( format_version != 2 ) in libfsxfs_block_directory_header_read_data()
254 && ( format_version != 3 ) ) in libfsxfs_block_directory_header_read_data()
265 block_directory_header->format_version = format_version; in libfsxfs_block_directory_header_read_data()
/dports/devel/libqcow/libqcow-20210419/libqcow/
H A Dlibqcow_file_header.c212 file_header->format_version ); in libqcow_file_header_read_data()
214 if( file_header->format_version == 1 ) in libqcow_file_header_read_data()
218 else if( file_header->format_version == 2 ) in libqcow_file_header_read_data()
222 else if( file_header->format_version == 3 ) in libqcow_file_header_read_data()
234 file_header->format_version ); in libqcow_file_header_read_data()
283 file_header->format_version ); in libqcow_file_header_read_data()
297 if( file_header->format_version == 3 ) in libqcow_file_header_read_data()
311 if( file_header->format_version == 1 ) in libqcow_file_header_read_data()
375 else if( ( file_header->format_version == 2 ) in libqcow_file_header_read_data()
473 if( file_header->format_version == 3 ) in libqcow_file_header_read_data()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/rocksdb-lite/rocksdb-6.26.1/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/rocksdb/rocksdb-6.26.1/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/docs/_posts/
H A D2019-03-08-format-version-4.markdown2 title: format_version 4
8format_version` is 2, the format of index and data blocks are the same: index blocks use the same …
12 Using `format_version`=4 significantly reduces the index block size, in some cases around 4-5x. Thi…
16 Being _forward-incompatible_ means that if you enable `format_version=`4 you cannot downgrade to a …
20 - `BlockBasedTableOptions::format_version` = 4
23 ### What is format_version 3?
24 …`seq` is not necessary for keys in the index blocks. In such cases, `format_version`=3 skips encod…
26 ### What is format_version 4?
29 The index format in `format_version=4` would be as follows:
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/parsers/parse_ogf/
H A Dparse_ogf.cpp22 char format_version; member
29 unsigned char format_version; member
69 if (oh3.format_version == 4) in main()
79 printf(" X-Ray OGF v%d (type 0x%02X)\n",oh4.format_version,oh4.type); in main()
106 printf(" X-Ray OGF v%d (type 0x%02X)\n",oh4.format_version,oh4.type); in main()
123 else if (oh3.format_version == 3) in main()
133 printf(" X-Ray OGF v%d (type 0x%02X)\n",oh3.format_version,oh3.type); in main()
160 printf(" X-Ray OGF v%d (type 0x%02X)\n",oh3.format_version,oh3.type); in main()
/dports/devel/libfsapfs/libfsapfs-20210424/libfsapfs/
H A Dlibfsapfs_key_bag_header.c148 uint16_t format_version = 0; in libfsapfs_key_bag_header_read_data() local
201 ( (fsapfs_key_bag_header_t *) data )->format_version, in libfsapfs_key_bag_header_read_data()
202 format_version ); in libfsapfs_key_bag_header_read_data()
218 format_version ); in libfsapfs_key_bag_header_read_data()
243 if( format_version != 2 ) in libfsapfs_key_bag_header_read_data()
251 format_version ); in libfsapfs_key_bag_header_read_data()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/scripts/
H A Dglibc_check.py24 def format_version(version): function
43 print("%s %s" % (filename, format_version(requires_glibc)))
54 format_version(given))
57 "Minimum is: %s" % (format_version(given), format_version(wanted)))
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-Tile.cc49 const uint32_t format_version = 0; variable
55 format_version, data_type, tile_size, cell_size, dim_num)
159 const uint32_t format_version = 0; variable
166 format_version, data_type, tile_size, cell_size, dim_num)
188 CHECK(tile2.format_version() == tile1.format_version());
219 const uint32_t format_version = 0; variable
251 CHECK(tile3.format_version() == tile2.format_version());
275 const uint32_t format_version = 0; variable
304 CHECK(tile2.format_version() == tile1.format_version());
335 const uint32_t format_version = 0; variable
[all …]
/dports/comms/libimobiledevice/libimobiledevice-1.3.0/cython/
H A Dsbservices.pxi13 …t sbservices_get_icon_state(sbservices_client_t client, plist.plist_t *state, char *format_version)
31 cdef char* format_version
35 self.format_version = "2"
45 property format_version:
47 return <bytes>self.format_version
49 self.format_version = newversion
56 err = sbservices_get_icon_state(self._c_client, &c_node, self.format_version)
/dports/comms/py-libimobiledevice/libimobiledevice-1.3.0/cython/
H A Dsbservices.pxi13 …t sbservices_get_icon_state(sbservices_client_t client, plist.plist_t *state, char *format_version)
31 cdef char* format_version
35 self.format_version = "2"
45 property format_version:
47 return <bytes>self.format_version
49 self.format_version = newversion
56 err = sbservices_get_icon_state(self._c_client, &c_node, self.format_version)

12345678910>>...48