Home
last modified time | relevance | path

Searched refs:version_count (Results 1 – 25 of 26) sorted by relevance

12

/dports/dns/yadifa/yadifa-2.5.3-10333/bin/yadifa/
H A Dmodule.c129 module_program_print_help(const char *program_name, int help_count, int version_count) in module_program_print_help() argument
131 yadifa_show_version(version_count); // level 0 prints nothing in module_program_print_help()
133 if(help_count > 0 || version_count == 0) in module_program_print_help()
245 int version_count = 0; in module_get_from_args() local
256 ++version_count; in module_get_from_args()
272 module_program_print_help(argv[0], help_count, version_count); in module_get_from_args()
/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/
H A Drcs_junk.cc42 int version_count; member
330 for (i = 0; i < (rcs->version_count-1); i += 1)
404 for (i = 0; i < rcs->version_count; i += 1)
596 for (i = 0; i < rcs->version_count; i += 1)
599 for (i = 0; i < rcs->version_count; i += 1)
615 for (i = 0; i < rcs->version_count; i += 1)
620 for (i = 0; i < rcs->version_count; i += 1)
684 if (version_i >= rcs->version_count)
757 for (i = 0; i < rcs->version_count; i += 1)
787 if (walker->min_versions > rcs->version_count)
[all …]
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/
H A Drcs_junk.cc42 int version_count; member
330 for (i = 0; i < (rcs->version_count-1); i += 1)
404 for (i = 0; i < rcs->version_count; i += 1)
596 for (i = 0; i < rcs->version_count; i += 1)
599 for (i = 0; i < rcs->version_count; i += 1)
615 for (i = 0; i < rcs->version_count; i += 1)
620 for (i = 0; i < rcs->version_count; i += 1)
684 if (version_i >= rcs->version_count)
757 for (i = 0; i < rcs->version_count; i += 1)
787 if (walker->min_versions > rcs->version_count)
[all …]
/dports/x11/libICE/libICE-1.0.10/src/
H A Dprotosetup.c147 extra += (myProtocol->orig_client->version_count * 4); in IceProtocolSetup()
156 pMsg->versionCount = myProtocol->orig_client->version_count; in IceProtocolSetup()
170 for (i = 0; i < myProtocol->orig_client->version_count; i++) in IceProtocolSetup()
220 myProtocol->orig_client->version_count) in IceProtocolSetup()
H A Dregister.c95 p->version_count = versionCount; in IceRegisterForProtocolSetup()
191 p->version_count = versionCount; in IceRegisterForProtocolReply()
/dports/x11/libICE/libICE-1.0.10/include/X11/ICE/
H A DICEconn.h53 int version_count; member
64 int version_count; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c53 u32 version_count; in nfs4_ff_alloc_deviceid_node() local
99 version_count = be32_to_cpup(p); in nfs4_ff_alloc_deviceid_node()
100 dprintk("%s: version count %d\n", __func__, version_count); in nfs4_ff_alloc_deviceid_node()
102 ds_versions = kcalloc(version_count, in nfs4_ff_alloc_deviceid_node()
108 for (i = 0; i < version_count; i++) { in nfs4_ff_alloc_deviceid_node()
148 new_ds->ds_versions_cnt = version_count; in nfs4_ff_alloc_deviceid_node()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c53 u32 version_count; in nfs4_ff_alloc_deviceid_node() local
99 version_count = be32_to_cpup(p); in nfs4_ff_alloc_deviceid_node()
100 dprintk("%s: version count %d\n", __func__, version_count); in nfs4_ff_alloc_deviceid_node()
102 ds_versions = kcalloc(version_count, in nfs4_ff_alloc_deviceid_node()
108 for (i = 0; i < version_count; i++) { in nfs4_ff_alloc_deviceid_node()
148 new_ds->ds_versions_cnt = version_count; in nfs4_ff_alloc_deviceid_node()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c53 u32 version_count; in nfs4_ff_alloc_deviceid_node() local
99 version_count = be32_to_cpup(p); in nfs4_ff_alloc_deviceid_node()
100 dprintk("%s: version count %d\n", __func__, version_count); in nfs4_ff_alloc_deviceid_node()
102 ds_versions = kcalloc(version_count, in nfs4_ff_alloc_deviceid_node()
108 for (i = 0; i < version_count; i++) { in nfs4_ff_alloc_deviceid_node()
148 new_ds->ds_versions_cnt = version_count; in nfs4_ff_alloc_deviceid_node()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_versions_test.cc470 int version_count = all_versions.size(); in TEST_F() local
471 for (int i = -5; i <= version_count + 1; ++i) { in TEST_F()
472 if (i >= 0 && i < version_count) { in TEST_F()
482 int version_count = all_versions.size(); in TEST_F() local
483 for (int i = -5; i <= version_count + 1; ++i) { in TEST_F()
484 if (i >= 0 && i < version_count) { in TEST_F()
H A Dquic_versions.cc406 int version_count = versions.size(); in VersionOfIndex() local
407 if (index >= 0 && index < version_count) { in VersionOfIndex()
419 int version_count = versions.size(); in ParsedVersionOfIndex() local
420 if (index >= 0 && index < version_count) { in ParsedVersionOfIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_versions_test.cc459 int version_count = all_versions.size(); in TEST_F() local
460 for (int i = -5; i <= version_count + 1; ++i) { in TEST_F()
462 if (i >= 0 && i < version_count) { in TEST_F()
472 int version_count = all_versions.size(); in TEST_F() local
473 for (int i = -5; i <= version_count + 1; ++i) { in TEST_F()
475 if (i >= 0 && i < version_count) { in TEST_F()
H A Dquic_versions.cc456 int version_count = versions.size(); in VersionOfIndex() local
457 if (index >= 0 && index < version_count) { in VersionOfIndex()
469 int version_count = versions.size(); in ParsedVersionOfIndex() local
470 if (index >= 0 && index < version_count) { in ParsedVersionOfIndex()
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/applications/
H A Dseafile.inc.php84 $version_count = $data['clients']; variable
89 'version' => $version_count,
/dports/devel/py-oci/oci-2.53.1/src/oci/opsi/models/
H A Dsql_stats.py908 def version_count(self): member in SqlStats
919 @version_count.setter
920 def version_count(self, version_count): argument
929 self._version_count = version_count
/dports/x11/libSM/libSM-1.2.3/src/
H A Dsm_manager.c125 int version_count = 1; in SmsInitialize() local
146 vendor, release, version_count, versions, in SmsInitialize()
H A Dsm_client.c80 int version_count = 1; in SmcOpenConnection() local
98 SmVendorString, SmReleaseString, version_count, versions, in SmcOpenConnection()
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/src/
H A Dparser.c985 uint32_t version_count = ts_stack_version_count(self->stack); in ts_parser__do_all_potential_reductions() local
986 if (version >= version_count) break; in ts_parser__do_all_potential_reductions()
1056 version = version_count; in ts_parser__do_all_potential_reductions()
1076 uint32_t version_count = ts_stack_version_count(self->stack); in ts_parser__handle_error() local
1082 for (StackVersion v = version; v < version_count;) { in ts_parser__handle_error()
1137 for (unsigned i = previous_version_count; i < version_count; i++) { in ts_parser__handle_error()
1870 uint32_t position = 0, last_position = 0, version_count = 0; in ts_parser_parse() local
1880 version_count = ts_stack_version_count(self->stack), version < version_count; in ts_parser_parse()
1882 bool allow_node_reuse = version_count == 1; in ts_parser_parse()
1914 } while (version_count != 0); in ts_parser_parse()
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/src/
H A Dparser.c983 uint32_t version_count = ts_stack_version_count(self->stack); in ts_parser__do_all_potential_reductions() local
984 if (version >= version_count) break; in ts_parser__do_all_potential_reductions()
1054 version = version_count; in ts_parser__do_all_potential_reductions()
1074 uint32_t version_count = ts_stack_version_count(self->stack); in ts_parser__handle_error() local
1080 for (StackVersion v = version; v < version_count;) { in ts_parser__handle_error()
1135 for (unsigned i = previous_version_count; i < version_count; i++) { in ts_parser__handle_error()
1868 uint32_t position = 0, last_position = 0, version_count = 0; in ts_parser_parse() local
1878 version_count = ts_stack_version_count(self->stack), version < version_count; in ts_parser_parse()
1880 bool allow_node_reuse = version_count == 1; in ts_parser_parse()
1912 } while (version_count != 0); in ts_parser_parse()
/dports/devel/radare2/radare2-5.1.1/shlr/tree-sitter/lib/src/
H A Dparser.c955 uint32_t version_count = ts_stack_version_count(self->stack); in ts_parser__do_all_potential_reductions() local
956 if (version >= version_count) break; in ts_parser__do_all_potential_reductions()
1026 version = version_count; in ts_parser__do_all_potential_reductions()
1046 uint32_t version_count = ts_stack_version_count(self->stack); in ts_parser__handle_error() local
1052 for (StackVersion v = version; v < version_count;) { in ts_parser__handle_error()
1107 for (unsigned i = previous_version_count; i < version_count; i++) { in ts_parser__handle_error()
1844 uint32_t position = 0, last_position = 0, version_count = 0; in ts_parser_parse() local
1854 version_count = ts_stack_version_count(self->stack), version < version_count; in ts_parser_parse()
1856 bool allow_node_reuse = version_count == 1; in ts_parser_parse()
1888 } while (version_count != 0); in ts_parser_parse()
/dports/lang/fpc-source/fpc-3.2.2/tests/utils/testsuite/
H A Dutests.pp1868 os_count,cpu_count,version_count: PStatusLA;
1886 version_count:=nil;
2025 version_count:=GetMem(version_size);
2026 FillChar(version_count^,version_size,#0);
2222 if version_count^[version_id,TS]=0 then
2242 inc(version_count^[version_id,TS]);
2343 if assigned(version_count) then
2346 if version_count^[i,TS]>0 then
2353 DumpLn(Format('%d',[version_count^[i,TS]]));
2552 if assigned(version_count) then
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/fs/
H A Dyaffs.cpp653 uint32_t *version_count,
664 *version_count = 0;
676 *version_count += 1;
2364 unsigned int obj_count, version_count;
2385 &version_count, &version_first, &version_last);
2390 tsk_fprintf(hFile, "Number of Total Object Versions: %u\n", version_count);
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/fs/
H A Dyaffs.cpp653 uint32_t *version_count, in yaffscache_objects_stats() argument
664 *version_count = 0; in yaffscache_objects_stats()
676 *version_count += 1; in yaffscache_objects_stats()
2362 unsigned int obj_count, version_count; in yaffsfs_fsstat() local
2383 &version_count, &version_first, &version_last); in yaffsfs_fsstat()
2388 tsk_fprintf(hFile, "Number of Total Object Versions: %u\n", version_count); in yaffsfs_fsstat()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dmanaged_instance_groups_utils.py1288 version_count = len(_GetInstanceTemplatesSet(igm_templates, new_templates))
1289 if version_count > 2:
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c1431 static const int version_count = sizeof(versions) / sizeof(versions[0]); in nlm_register_services() local
1445 for (i = 0; i < version_count; i++) { in nlm_register_services()

12