Home
last modified time | relevance | path

Searched refs:comp_types (Results 1 – 25 of 70) sorted by relevance

123

/dports/net-mgmt/nfsen/nfsen-1.3.8/libexec/
H A DNfAlert.pm569 my @comp_types;
570 $comp_types[0][0] = 0;
571 $comp_types[0][1] = $$alertstatus{'avg10m'}{'flows'};
572 $comp_types[0][2] = $$alertstatus{'avg30m'}{'flows'};
573 $comp_types[0][3] = $$alertstatus{'avg1h'}{'flows'};
574 $comp_types[0][4] = $$alertstatus{'avg6h'}{'flows'};
578 $comp_types[1][0] = 0;
586 $comp_types[2][0] = 0;
589 $comp_types[2][3] = $$alertstatus{'avg1h'}{'bytes'};
590 $comp_types[2][4] = $$alertstatus{'avg6h'}{'bytes'};
[all …]
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Dchdist.pl556 my @comp_types = ('Sources_Bin', 'Packages');
598 = uniq sort (map { keys(%{ $packages{$_} }) } @comp_types);
605 foreach my $type (@comp_types) {
614 my @versions = map { $packages{$_}{$package}{'Version'} } @comp_types;
618 if (!@comp_types) {
626 $status = "newer_in_$comp_types[1]";
628 $details = " local_changes_in_$comp_types[1]";
631 $status = "newer_in_$comp_types[0]";
633 $details = " local_changes_in_$comp_types[0]";
/dports/devel/libical/libical-3.0.8/scripts/
H A Dmkderivedproperties.pl68 my @comp_types = @{$valuemap{$value}->{'components'}};
69 return ($uc, $lc, $lcvalue, $ucvalue, $type, @comp_types);
90 my ($uc, $lc, $lcvalue, $ucvalue, $type, @comp_types) = fudge_data($prop);
100 if (@comp_types) {
101 foreach $comp (@comp_types) {
/dports/science/silo/silo-4.10.2-bsd/src/netcdf/
H A Dsilo_netcdf_private.h175 static int comp_ids[64], comp_types[64] ; \
184 comp_types[ncomps] = SILO_TYPE_DIM; \
191 comp_types[ncomps] = SILO_TYPE_DIR; \
198 comp_types[ncomps] = SILO_TYPE_VAR; \
205 comp_types[ncomps] = SILO_TYPE_OBJ; \
212 comp_types[ncomps] = SILO_TYPE_LIT; \
H A Dapi.c674 int comp_types[], int comp_pars[]) in silonetcdf_ncobjget() argument
683 ASSERT_PTR(comp_types, OOPS); in silonetcdf_ncobjget()
692 comp_types[i] = ent->comptypes[i]; in silonetcdf_ncobjget()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/binlog/monitoring/
H A Dcontext.cc245 auto comp_types = std::set<binary_log::transaction::compression::type>(); in init() local
248 comp_types.insert(binary_log::transaction::compression::type::NONE); in init()
249 comp_types.insert(binary_log::transaction::compression::type::ZSTD); in init()
256 for (auto compression : comp_types) { in init()
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/
H A Dbinned_array.py46 comp_types = { variable
52 comp_types['zlib'] = (zlib.compress, zlib.decompress)
58 comp_types['lzo'] = (lzo.compress, lzo.decompress)
140 compress, _ = comp_types[comp_type]
201 self.decompress = comp_types[self.comp_type][1]
290 self.compress = comp_types[comp_type][0]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-warn.c696 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
823 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
829 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
838 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
862 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
878 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
902 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
918 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
942 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
958 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-warn.c696 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
823 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
829 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
838 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
862 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
878 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
902 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
918 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
942 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
958 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-warn.c696 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
823 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
829 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
838 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
862 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
878 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
902 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
918 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
942 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
958 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-warn.c696 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
823 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
829 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
838 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
862 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
878 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
902 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
918 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
942 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
958 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c-family/
H A Dc-warn.c696 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
823 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
829 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
838 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
862 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
878 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
902 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
918 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
942 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
958 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/c-family/
H A Dc-warn.c696 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
823 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
829 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
838 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
862 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
878 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
902 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
918 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
942 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
958 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dc-warn.c768 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
912 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
918 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
927 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
951 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
967 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
991 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
1007 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
1031 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
1047 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-warn.c769 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
913 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
919 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
928 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
952 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
968 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
992 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
1008 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
1032 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
1048 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-warn.c778 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
922 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
928 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
937 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
961 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
977 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
1001 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
1017 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
1041 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
1057 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-warn.c778 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
922 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
928 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
937 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
961 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
977 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
1001 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
1017 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
1041 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
1057 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dc-warn.c768 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
912 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
918 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
927 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
951 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
967 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
991 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
1007 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
1031 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
1047 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/
H A Dc-warn.c768 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
912 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
918 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
927 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
951 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
967 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
991 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
1007 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
1031 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
1047 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-warn.c780 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
924 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
930 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
939 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
963 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
979 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
1003 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
1019 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
1043 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
1059 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc-warn.c780 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
924 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
930 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
939 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
963 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
979 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
1003 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
1019 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
1043 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
1059 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-warn.c780 bool (*comp_types) (tree, tree)) in sizeof_pointer_memaccess_warning()
924 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
930 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type)) in sizeof_pointer_memaccess_warning()
939 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
963 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
979 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
1003 && comp_types (TREE_TYPE (src), type) in sizeof_pointer_memaccess_warning()
1019 && comp_types (TREE_TYPE (dest), type)) in sizeof_pointer_memaccess_warning()
1043 && comp_types (TREE_TYPE (dest), type) in sizeof_pointer_memaccess_warning()
1059 && comp_types (TREE_TYPE (src), type)) in sizeof_pointer_memaccess_warning()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc-warn.c780 bool (*comp_types) (tree, tree))
924 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type))
930 && comp_types (TREE_TYPE (TREE_TYPE (tem)), type))
939 && comp_types (TREE_TYPE (dest), type))
963 && comp_types (TREE_TYPE (dest), type)
979 && comp_types (TREE_TYPE (src), type))
1003 && comp_types (TREE_TYPE (src), type)
1019 && comp_types (TREE_TYPE (dest), type))
1043 && comp_types (TREE_TYPE (dest), type)
1059 && comp_types (TREE_TYPE (src), type))
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dtruemotion1.c116 typedef struct comp_types { struct
121 } comp_types; argument
124 static const comp_types compression_types[17] = {
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dtruemotion1.c112 typedef struct comp_types { struct
117 } comp_types; argument
120 static comp_types compression_types[17] = {

123