Home
last modified time | relevance | path

Searched refs:prot_type (Results 1 – 25 of 99) sorted by relevance

1234

/dports/biology/p5-transdecoder/TransDecoder-TransDecoder-v5.4.0/
H A DTransDecoder.LongOrfs334 my $prot_type = "";
336 $prot_type = "complete";
338 $prot_type = "3prime_partial";
340 $prot_type = "5prime_partial";
342 $prot_type = "internal";
345 $gene_obj->{com_name} = "ORF type:$prot_type len:$length ($orient)";
349 …my $pep_header = ">$model_id type:$prot_type len:$length gc:$genetic_code $acc:$start-$stop($orien…
350 my $cds_header = ">$model_id type:$prot_type len:$length $acc:$start-$stop($orient)\n";
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Durl.c72 u32 prot_type = URL_GetProtocolType(pathName); in gf_url_get_absolute_path() local
75 if (prot_type == GF_URL_TYPE_FILE) { in gf_url_get_absolute_path()
83 if (prot_type == GF_URL_TYPE_ANY) return NULL; in gf_url_get_absolute_path()
87 prot_type = URL_GetProtocolType(parentPath); in gf_url_get_absolute_path()
89 if (prot_type == GF_URL_TYPE_FILE) return gf_url_concatenate(parentPath, pathName); in gf_url_get_absolute_path()
90 if (prot_type != GF_URL_TYPE_RELATIVE) return NULL; in gf_url_get_absolute_path()
98 u32 pathSepCount, i, prot_type; in gf_url_concatenate() local
113 prot_type = URL_GetProtocolType(pathName); in gf_url_concatenate()
114 if (prot_type != GF_URL_TYPE_RELATIVE) { in gf_url_concatenate()
/dports/biology/p5-transdecoder/TransDecoder-TransDecoder-v5.4.0/PerlLib/
H A DLongest_orf.pm322 my $prot_type = "";
324 $prot_type = "complete";
326 $prot_type = "3prime_partial";
328 $prot_type = "5prime_partial";
330 $prot_type = "internal";
332 print "Setting type $prot_type\n" if($SEE);
336 type => $prot_type,
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/src/
H A Dudp-private.h205 uint16_t prot_type;
214 uint16_t prot_type;
220 uint16_t prot_type;
227 uint16_t prot_type;
235 uint16_t prot_type;
243 uint16_t prot_type;
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/
H A DMemoryInterface.cpp133 MIProtType prot_type; member
161 mmio->Register(base | MI_PROT_TYPE, MMIO::DirectRead<u16>(&g_mi_mem.prot_type.hex), in RegisterMMIO()
162 MMIO::DirectWrite<u16>(&g_mi_mem.prot_type.hex)); in RegisterMMIO()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/utils/
H A Durl.c103 u32 prot_type = URL_GetProtocolType(pathName); in gf_url_get_absolute_path() local
105 switch (prot_type) { in gf_url_get_absolute_path()
155 u32 pathSepCount, i, prot_type; in gf_url_concatenate_ex() local
186 prot_type = URL_GetProtocolType(pathName); in gf_url_concatenate_ex()
187 if (prot_type != GF_URL_TYPE_RELATIVE) { in gf_url_concatenate_ex()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/utils/
H A Durl.c103 u32 prot_type = URL_GetProtocolType(pathName); in gf_url_get_absolute_path() local
105 switch (prot_type) { in gf_url_get_absolute_path()
155 u32 pathSepCount, i, prot_type; in gf_url_concatenate_ex() local
186 prot_type = URL_GetProtocolType(pathName); in gf_url_concatenate_ex()
187 if (prot_type != GF_URL_TYPE_RELATIVE) { in gf_url_concatenate_ex()
/dports/multimedia/libv4l/linux-5.13-rc2/include/scsi/
H A Dscsi_cmnd.h91 unsigned char prot_type; member
277 scmd->prot_type = type; in scsi_set_prot_type()
282 return scmd->prot_type; in scsi_get_prot_type()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/scsi/
H A Dscsi_cmnd.h91 unsigned char prot_type; member
277 scmd->prot_type = type; in scsi_set_prot_type()
282 return scmd->prot_type; in scsi_get_prot_type()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/scsi/
H A Dscsi_cmnd.h91 unsigned char prot_type; member
277 scmd->prot_type = type; in scsi_set_prot_type()
282 return scmd->prot_type; in scsi_get_prot_type()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/iscsi/
H A Discsi_target_tpg.c860 u32 prot_type) in iscsit_ta_fabric_prot_type() argument
864 if ((prot_type != 0) && (prot_type != 1) && (prot_type != 3)) { in iscsit_ta_fabric_prot_type()
865 pr_err("Illegal value for fabric_prot_type: %u\n", prot_type); in iscsit_ta_fabric_prot_type()
869 a->fabric_prot_type = prot_type; in iscsit_ta_fabric_prot_type()
871 tpg->tpgt, prot_type); in iscsit_ta_fabric_prot_type()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/target/iscsi/
H A Discsi_target_tpg.c860 u32 prot_type) in iscsit_ta_fabric_prot_type() argument
864 if ((prot_type != 0) && (prot_type != 1) && (prot_type != 3)) { in iscsit_ta_fabric_prot_type()
865 pr_err("Illegal value for fabric_prot_type: %u\n", prot_type); in iscsit_ta_fabric_prot_type()
869 a->fabric_prot_type = prot_type; in iscsit_ta_fabric_prot_type()
871 tpg->tpgt, prot_type); in iscsit_ta_fabric_prot_type()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/iscsi/
H A Discsi_target_tpg.c860 u32 prot_type) in iscsit_ta_fabric_prot_type() argument
864 if ((prot_type != 0) && (prot_type != 1) && (prot_type != 3)) { in iscsit_ta_fabric_prot_type()
865 pr_err("Illegal value for fabric_prot_type: %u\n", prot_type); in iscsit_ta_fabric_prot_type()
869 a->fabric_prot_type = prot_type; in iscsit_ta_fabric_prot_type()
871 tpg->tpgt, prot_type); in iscsit_ta_fabric_prot_type()
/dports/science/py-oddt/oddt-0.7/oddt/scoring/descriptors/
H A D__init__.py172 pairs = [(mol_type, prot_type)
174 for prot_type in self.protein_types]
184 for mol_type, prot_type in pairs:
185 d = distance(prot_dict[prot_type]['coords'],
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/
H A Dtarget_core_sbc.c659 sbc_set_prot_op_checks(u8 protect, bool fabric_prot, enum target_prot_type prot_type, in sbc_set_prot_op_checks() argument
674 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
678 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
697 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
701 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
778 cmd->prot_type = pi_prot_type; in sbc_check_prot()
792 __func__, cmd->prot_type, cmd->data_length, cmd->prot_length, in sbc_check_prot()
1301 if (cmd->prot_type == TARGET_DIF_TYPE1_PROT) in sbc_dif_generate()
1342 if (cmd->prot_type == TARGET_DIF_TYPE1_PROT && in sbc_dif_v1_verify()
1350 if (cmd->prot_type == TARGET_DIF_TYPE2_PROT && in sbc_dif_v1_verify()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/target/
H A Dtarget_core_sbc.c659 sbc_set_prot_op_checks(u8 protect, bool fabric_prot, enum target_prot_type prot_type, in sbc_set_prot_op_checks() argument
674 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
678 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
697 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
701 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
778 cmd->prot_type = pi_prot_type; in sbc_check_prot()
792 __func__, cmd->prot_type, cmd->data_length, cmd->prot_length, in sbc_check_prot()
1301 if (cmd->prot_type == TARGET_DIF_TYPE1_PROT) in sbc_dif_generate()
1342 if (cmd->prot_type == TARGET_DIF_TYPE1_PROT && in sbc_dif_v1_verify()
1350 if (cmd->prot_type == TARGET_DIF_TYPE2_PROT && in sbc_dif_v1_verify()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/
H A Dtarget_core_sbc.c659 sbc_set_prot_op_checks(u8 protect, bool fabric_prot, enum target_prot_type prot_type, in sbc_set_prot_op_checks() argument
674 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
678 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
697 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
701 if (prot_type == TARGET_DIF_TYPE1_PROT) in sbc_set_prot_op_checks()
778 cmd->prot_type = pi_prot_type; in sbc_check_prot()
792 __func__, cmd->prot_type, cmd->data_length, cmd->prot_length, in sbc_check_prot()
1301 if (cmd->prot_type == TARGET_DIF_TYPE1_PROT) in sbc_dif_generate()
1342 if (cmd->prot_type == TARGET_DIF_TYPE1_PROT && in sbc_dif_v1_verify()
1350 if (cmd->prot_type == TARGET_DIF_TYPE2_PROT && in sbc_dif_v1_verify()
/dports/devel/boost-docs/boost_1_72_0/libs/beast/doc/docca/example/include/docca/
H A Dexample.hpp671 struct prot_type struct in example::class_type
685 prot_type prot_rvmemfn();
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/doc/docca/example/include/docca/
H A Dexample.hpp671 struct prot_type struct in example::class_type
685 prot_type prot_rvmemfn();
/dports/devel/boost-libs/boost_1_72_0/libs/beast/doc/docca/example/include/docca/
H A Dexample.hpp671 struct prot_type struct in example::class_type
685 prot_type prot_rvmemfn();
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/cpp/src/thrift/
H A DVirtualProfiling.cpp287 const std::type_info& prot_type) { in profile_generic_protocol() argument
290 Key k(&bt, template_type, prot_type); in profile_generic_protocol()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/src/thrift/
H A DVirtualProfiling.cpp287 const std::type_info& prot_type) { in profile_generic_protocol() argument
290 Key k(&bt, template_type, prot_type); in profile_generic_protocol()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/cpp/src/thrift/
H A DVirtualProfiling.cpp287 const std::type_info& prot_type) { in profile_generic_protocol() argument
290 Key k(&bt, template_type, prot_type); in profile_generic_protocol()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/src/thrift/
H A DVirtualProfiling.cpp287 const std::type_info& prot_type) { in profile_generic_protocol() argument
290 Key k(&bt, template_type, prot_type); in profile_generic_protocol()
/dports/devel/thrift/thrift-0.14.0/lib/cpp/src/thrift/
H A DVirtualProfiling.cpp287 const std::type_info& prot_type) { in profile_generic_protocol() argument
290 Key k(&bt, template_type, prot_type); in profile_generic_protocol()

1234