Home
last modified time | relevance | path

Searched refs:reqtype (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/parsers/au0828/
H A Dparse_au0828.pl35 my $reqtype = shift;
38 if ($reqtype & 0x80) {
43 if (($reqtype & 0x60) == 0x20) {
45 } elsif (($reqtype & 0x60) == 0x40) {
47 } elsif (($reqtype & 0x60) == 0x60) {
51 if (($reqtype & 0x1f) == 0x00) {
53 } elsif (($reqtype & 0x1f) == 0x01) {
55 } elsif (($reqtype & 0x1f) == 0x02) {
57 } elsif (($reqtype & 0x1f) == 0x03) {
80 my $reqtype = hex($2);
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/parsers/au0828/
H A Dparse_au0828.pl35 my $reqtype = shift;
38 if ($reqtype & 0x80) {
43 if (($reqtype & 0x60) == 0x20) {
45 } elsif (($reqtype & 0x60) == 0x40) {
47 } elsif (($reqtype & 0x60) == 0x60) {
51 if (($reqtype & 0x1f) == 0x00) {
53 } elsif (($reqtype & 0x1f) == 0x01) {
55 } elsif (($reqtype & 0x1f) == 0x02) {
57 } elsif (($reqtype & 0x1f) == 0x03) {
80 my $reqtype = hex($2);
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/parsers/au0828/
H A Dparse_au0828.pl35 my $reqtype = shift;
38 if ($reqtype & 0x80) {
43 if (($reqtype & 0x60) == 0x20) {
45 } elsif (($reqtype & 0x60) == 0x40) {
47 } elsif (($reqtype & 0x60) == 0x60) {
51 if (($reqtype & 0x1f) == 0x00) {
53 } elsif (($reqtype & 0x1f) == 0x01) {
55 } elsif (($reqtype & 0x1f) == 0x02) {
57 } elsif (($reqtype & 0x1f) == 0x03) {
80 my $reqtype = hex($2);
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/parsers/usb_parse/
H A Dparse_usb.pl27 my $reqtype = shift;
30 if ($reqtype & 0x80) {
35 if (($reqtype & 0x60) == 0x20) {
37 } elsif (($reqtype & 0x60) == 0x40) {
39 } elsif (($reqtype & 0x60) == 0x60) {
43 if (($reqtype & 0x1f) == 0x00) {
45 } elsif (($reqtype & 0x1f) == 0x01) {
47 } elsif (($reqtype & 0x1f) == 0x02) {
49 } elsif (($reqtype & 0x1f) == 0x03) {
66 my $reqtype = hex($2);
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/parsers/usb_parse/
H A Dparse_usb.pl27 my $reqtype = shift;
30 if ($reqtype & 0x80) {
35 if (($reqtype & 0x60) == 0x20) {
37 } elsif (($reqtype & 0x60) == 0x40) {
39 } elsif (($reqtype & 0x60) == 0x60) {
43 if (($reqtype & 0x1f) == 0x00) {
45 } elsif (($reqtype & 0x1f) == 0x01) {
47 } elsif (($reqtype & 0x1f) == 0x02) {
49 } elsif (($reqtype & 0x1f) == 0x03) {
66 my $reqtype = hex($2);
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/parsers/usb_parse/
H A Dparse_usb.pl27 my $reqtype = shift;
30 if ($reqtype & 0x80) {
35 if (($reqtype & 0x60) == 0x20) {
37 } elsif (($reqtype & 0x60) == 0x40) {
39 } elsif (($reqtype & 0x60) == 0x60) {
43 if (($reqtype & 0x1f) == 0x00) {
45 } elsif (($reqtype & 0x1f) == 0x01) {
47 } elsif (($reqtype & 0x1f) == 0x02) {
49 } elsif (($reqtype & 0x1f) == 0x03) {
66 my $reqtype = hex($2);
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/parsers/sn9c201/
H A Dparse_sn9c201.pl72 my $reqtype = shift;
75 if ($reqtype & 0x80) {
80 if (($reqtype & 0x60) == 0x20) {
82 } elsif (($reqtype & 0x60) == 0x40) {
84 } elsif (($reqtype & 0x60) == 0x60) {
88 if (($reqtype & 0x1f) == 0x00) {
113 my $reqtype = hex($1);
164 if ($reqtype & 0x80) {
182 if ($reqtype & 0x80) {
199 if ($reqtype == 0xc1) {
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/parsers/sn9c201/
H A Dparse_sn9c201.pl72 my $reqtype = shift;
75 if ($reqtype & 0x80) {
80 if (($reqtype & 0x60) == 0x20) {
82 } elsif (($reqtype & 0x60) == 0x40) {
84 } elsif (($reqtype & 0x60) == 0x60) {
88 if (($reqtype & 0x1f) == 0x00) {
113 my $reqtype = hex($1);
164 if ($reqtype & 0x80) {
182 if ($reqtype & 0x80) {
199 if ($reqtype == 0xc1) {
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/parsers/sn9c201/
H A Dparse_sn9c201.pl72 my $reqtype = shift;
75 if ($reqtype & 0x80) {
80 if (($reqtype & 0x60) == 0x20) {
82 } elsif (($reqtype & 0x60) == 0x40) {
84 } elsif (($reqtype & 0x60) == 0x60) {
88 if (($reqtype & 0x1f) == 0x00) {
113 my $reqtype = hex($1);
164 if ($reqtype & 0x80) {
182 if ($reqtype & 0x80) {
199 if ($reqtype == 0xc1) {
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/parsers/dib0700/
H A Dparse_dib0700.pl54 my $reqtype = shift;
57 if ($reqtype & 0x80) {
62 if (($reqtype & 0x60) == 0x20) {
64 } elsif (($reqtype & 0x60) == 0x40) {
66 } elsif (($reqtype & 0x60) == 0x60) {
70 if (($reqtype & 0x1f) == 0x00) {
72 } elsif (($reqtype & 0x1f) == 0x01) {
74 } elsif (($reqtype & 0x1f) == 0x02) {
97 my $reqtype = hex($2);
200 if (($reqtype & 0xf0) == 0xc0) {
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/parsers/dib0700/
H A Dparse_dib0700.pl54 my $reqtype = shift;
57 if ($reqtype & 0x80) {
62 if (($reqtype & 0x60) == 0x20) {
64 } elsif (($reqtype & 0x60) == 0x40) {
66 } elsif (($reqtype & 0x60) == 0x60) {
70 if (($reqtype & 0x1f) == 0x00) {
72 } elsif (($reqtype & 0x1f) == 0x01) {
74 } elsif (($reqtype & 0x1f) == 0x02) {
97 my $reqtype = hex($2);
200 if (($reqtype & 0xf0) == 0xc0) {
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/parsers/dib0700/
H A Dparse_dib0700.pl54 my $reqtype = shift;
57 if ($reqtype & 0x80) {
62 if (($reqtype & 0x60) == 0x20) {
64 } elsif (($reqtype & 0x60) == 0x40) {
66 } elsif (($reqtype & 0x60) == 0x60) {
70 if (($reqtype & 0x1f) == 0x00) {
72 } elsif (($reqtype & 0x1f) == 0x01) {
74 } elsif (($reqtype & 0x1f) == 0x02) {
97 my $reqtype = hex($2);
200 if (($reqtype & 0xf0) == 0xc0) {
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/CPAN/lib/CPAN/
H A DQueue.pm18 sub reqtype { subroutine
20 $self->{reqtype};
112 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @All)
124 unless (defined $what[0]{reqtype}) {
127 $what[0]{reqtype} = "c";
129 my $inherit_reqtype = $what[0]{reqtype} =~ /^(c|r)$/ ? "r" : "b";
131 my($qmod,$reqtype,$optional) = @$what_tuple{qw(qmod reqtype optional)};
132 if ($reqtype eq "r"
136 $reqtype = "b";
150 reqtype => $reqtype,
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/CPAN/lib/CPAN/
H A DQueue.pm18 sub reqtype { subroutine
20 $self->{reqtype};
112 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @All)
124 unless (defined $what[0]{reqtype}) {
127 $what[0]{reqtype} = "c";
129 my $inherit_reqtype = $what[0]{reqtype} =~ /^(c|r)$/ ? "r" : "b";
131 my($qmod,$reqtype,$optional) = @$what_tuple{qw(qmod reqtype optional)};
132 if ($reqtype eq "r"
136 $reqtype = "b";
150 reqtype => $reqtype,
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/CPAN/lib/CPAN/
H A DQueue.pm18 sub reqtype { subroutine
20 $self->{reqtype};
112 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @All)
124 unless (defined $what[0]{reqtype}) {
127 $what[0]{reqtype} = "c";
129 my $inherit_reqtype = $what[0]{reqtype} =~ /^(c|r)$/ ? "r" : "b";
131 my($qmod,$reqtype,$optional) = @$what_tuple{qw(qmod reqtype optional)};
132 if ($reqtype eq "r"
136 $reqtype = "b";
150 reqtype => $reqtype,
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/CPAN/lib/CPAN/
H A DQueue.pm18 sub reqtype { subroutine
20 $self->{reqtype};
112 … join("",map {sprintf " %s\[%s][%s]\n",$_->{qmod},$_->{reqtype},$_->{optional}} @All)
124 unless (defined $what[0]{reqtype}) {
127 $what[0]{reqtype} = "c";
129 my $inherit_reqtype = $what[0]{reqtype} =~ /^(c|r)$/ ? "r" : "b";
131 my($qmod,$reqtype,$optional) = @$what_tuple{qw(qmod reqtype optional)};
132 if ($reqtype eq "r"
136 $reqtype = "b";
150 reqtype => $reqtype,
[all …]
/dports/net/gnu-radius/radius-1.6.1/raddb/
H A Dlog-hook.rw47 if (reqtype == 1)
49 else if (reqtype == 2)
51 else if (reqtype == 3)
53 else if (reqtype == 4)
55 else if (reqtype == 5)
57 else if (reqtype == 6)
59 else if (reqtype == 7)
61 else if (reqtype == 8)
63 else if (reqtype == 9)
65 else if (reqtype == 10)
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/parsers/cx231xx/
H A Dparse_cx231xx.pl51 my $reqtype = shift;
77 if ($reqtype > 128) {
106 my $reqtype = shift;
129 $reqtype, $req, $wlen, $wvalue, $windex, $gpio_bit, $payload);
135 my $reqtype = hex($1);
142 if ($reqtype > 128 && (($req >= 4) && ($req <= 6))) {
143 parse_i2c($reqtype, $req, $wvalue, $windex, $wlen, $payload);
145 parse_i2c($reqtype, $req, $wvalue, $windex, $wlen, $payload);
161 $reqtype, $req, $wvalue, $windex, $wlen, $payload);
183 $reqtype, $req, $wvalue, $windex, $wlen, $payload);
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/parsers/cx231xx/
H A Dparse_cx231xx.pl51 my $reqtype = shift;
77 if ($reqtype > 128) {
106 my $reqtype = shift;
129 $reqtype, $req, $wlen, $wvalue, $windex, $gpio_bit, $payload);
135 my $reqtype = hex($1);
142 if ($reqtype > 128 && (($req >= 4) && ($req <= 6))) {
143 parse_i2c($reqtype, $req, $wvalue, $windex, $wlen, $payload);
145 parse_i2c($reqtype, $req, $wvalue, $windex, $wlen, $payload);
161 $reqtype, $req, $wvalue, $windex, $wlen, $payload);
183 $reqtype, $req, $wvalue, $windex, $wlen, $payload);
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/parsers/cx231xx/
H A Dparse_cx231xx.pl51 my $reqtype = shift;
77 if ($reqtype > 128) {
106 my $reqtype = shift;
129 $reqtype, $req, $wlen, $wvalue, $windex, $gpio_bit, $payload);
135 my $reqtype = hex($1);
142 if ($reqtype > 128 && (($req >= 4) && ($req <= 6))) {
143 parse_i2c($reqtype, $req, $wvalue, $windex, $wlen, $payload);
145 parse_i2c($reqtype, $req, $wvalue, $windex, $wlen, $payload);
161 $reqtype, $req, $wvalue, $windex, $wlen, $payload);
183 $reqtype, $req, $wvalue, $windex, $wlen, $payload);
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/parsers/tm6000/
H A Dparse_tm6000.pl567 my $reqtype = hex($2);
575 if ($req == 0 && $reqtype < 0x80 && !$wvalue && !$windex) {
578 } elsif ($req == 1 && $reqtype < 0x80 && !$wvalue && !$windex) {
581 } elsif ($req == 2 && $reqtype >= 0x80 && !$wvalue && !$windex) {
591 if ($reqtype >= 0x80) {
603 } elsif ($req == 4 && $reqtype < 0x80 && !$wlen) {
613 if ($reqtype >= 0x80) {
628 if ($reqtype >= 0x80) {
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/parsers/tm6000/
H A Dparse_tm6000.pl567 my $reqtype = hex($2);
575 if ($req == 0 && $reqtype < 0x80 && !$wvalue && !$windex) {
578 } elsif ($req == 1 && $reqtype < 0x80 && !$wvalue && !$windex) {
581 } elsif ($req == 2 && $reqtype >= 0x80 && !$wvalue && !$windex) {
591 if ($reqtype >= 0x80) {
603 } elsif ($req == 4 && $reqtype < 0x80 && !$wlen) {
613 if ($reqtype >= 0x80) {
628 if ($reqtype >= 0x80) {
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/parsers/tm6000/
H A Dparse_tm6000.pl567 my $reqtype = hex($2);
575 if ($req == 0 && $reqtype < 0x80 && !$wvalue && !$windex) {
578 } elsif ($req == 1 && $reqtype < 0x80 && !$wvalue && !$windex) {
581 } elsif ($req == 2 && $reqtype >= 0x80 && !$wvalue && !$windex) {
591 if ($reqtype >= 0x80) {
603 } elsif ($req == 4 && $reqtype < 0x80 && !$wlen) {
613 if ($reqtype >= 0x80) {
628 if ($reqtype >= 0x80) {
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/common/debugger/signaldata/
H A DAccLock.cpp33 Uint32 reqtype = sig->requestInfo & 0xFF; in printACC_LOCKREQ() local
57 switch (reqtype) { in printACC_LOCKREQ()
71 fprintf(output, " req=%u\n", reqtype); in printACC_LOCKREQ()
75 if (reqtype == AccLockReq::LockShared || in printACC_LOCKREQ()
76 reqtype == AccLockReq::LockExclusive) { in printACC_LOCKREQ()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/common/debugger/signaldata/
H A DAccLock.cpp33 Uint32 reqtype = sig->requestInfo & 0xFF; in printACC_LOCKREQ() local
57 switch (reqtype) { in printACC_LOCKREQ()
71 fprintf(output, " req=%u\n", reqtype); in printACC_LOCKREQ()
75 if (reqtype == AccLockReq::LockShared || in printACC_LOCKREQ()
76 reqtype == AccLockReq::LockExclusive) { in printACC_LOCKREQ()

12345678910>>...16