Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 25 of 11067) sorted by relevance

12345678910>>...443

/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dutil.c198 (0x61 <= bytes[0] && bytes[0] <= 0x7A) in isulower()
213 (0xB8 <= bytes[1] && bytes[1] <= 0xBF) in isulower()
285 (0xBE <= bytes[1] && bytes[1] <= 0xBF) in isulower()
310 (0xBD <= bytes[1] && bytes[1] <= 0xBF) in isulower()
575 (bytes[1] == 0xB4 && 0x80 <= bytes[2] && bytes[2] <= 0xAB) || in isulower()
1046 (bytes[2] == 0x90 && 0xA8 <= bytes[3] && bytes[3] <= 0xBF) in isulower()
1048 (bytes[2] == 0x91 && 0x80 <= bytes[3] && bytes[3] <= 0x8F) in isulower()
1055 (bytes[2] == 0x90 && 0x9A <= bytes[3] && bytes[3] <= 0xB3) in isulower()
1097 bytes[2] == 0x95 && 0x92 <= bytes[3] && bytes[3] <= 0xAB in isulower()
1124 (bytes[2] == 0x99 && 0x96 <= bytes[3] && bytes[3] <= 0xAF) in isulower()
[all …]
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DWindows1251Encoding.cpp103 case 0x0402: if (bytes && length >= 1) *bytes = 0x80; return 1; in convert()
104 case 0x0403: if (bytes && length >= 1) *bytes = 0x81; return 1; in convert()
105 case 0x201a: if (bytes && length >= 1) *bytes = 0x82; return 1; in convert()
106 case 0x0453: if (bytes && length >= 1) *bytes = 0x83; return 1; in convert()
107 case 0x201e: if (bytes && length >= 1) *bytes = 0x84; return 1; in convert()
108 case 0x2026: if (bytes && length >= 1) *bytes = 0x85; return 1; in convert()
109 case 0x2020: if (bytes && length >= 1) *bytes = 0x86; return 1; in convert()
110 case 0x2021: if (bytes && length >= 1) *bytes = 0x87; return 1; in convert()
111 case 0x20ac: if (bytes && length >= 1) *bytes = 0x88; return 1; in convert()
112 case 0x2030: if (bytes && length >= 1) *bytes = 0x89; return 1; in convert()
[all …]
H A DWindows1250Encoding.cpp103 case 0x20ac: if (bytes && length >= 1) *bytes = 0x80; return 1; in convert()
104 case 0x201a: if (bytes && length >= 1) *bytes = 0x82; return 1; in convert()
105 case 0x201e: if (bytes && length >= 1) *bytes = 0x84; return 1; in convert()
106 case 0x2026: if (bytes && length >= 1) *bytes = 0x85; return 1; in convert()
107 case 0x2020: if (bytes && length >= 1) *bytes = 0x86; return 1; in convert()
108 case 0x2021: if (bytes && length >= 1) *bytes = 0x87; return 1; in convert()
109 case 0x2030: if (bytes && length >= 1) *bytes = 0x89; return 1; in convert()
110 case 0x0160: if (bytes && length >= 1) *bytes = 0x8a; return 1; in convert()
111 case 0x2039: if (bytes && length >= 1) *bytes = 0x8b; return 1; in convert()
112 case 0x015a: if (bytes && length >= 1) *bytes = 0x8c; return 1; in convert()
[all …]
H A DLatin2Encoding.cpp102 case 0x0104: if (bytes && length >= 1) *bytes = 0xa1; return 1; in convert()
103 case 0x02d8: if (bytes && length >= 1) *bytes = 0xa2; return 1; in convert()
104 case 0x0141: if (bytes && length >= 1) *bytes = 0xa3; return 1; in convert()
105 case 0x013d: if (bytes && length >= 1) *bytes = 0xa5; return 1; in convert()
106 case 0x015a: if (bytes && length >= 1) *bytes = 0xa6; return 1; in convert()
107 case 0x0160: if (bytes && length >= 1) *bytes = 0xa9; return 1; in convert()
108 case 0x015e: if (bytes && length >= 1) *bytes = 0xaa; return 1; in convert()
109 case 0x0164: if (bytes && length >= 1) *bytes = 0xab; return 1; in convert()
110 case 0x0179: if (bytes && length >= 1) *bytes = 0xac; return 1; in convert()
111 case 0x017d: if (bytes && length >= 1) *bytes = 0xae; return 1; in convert()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/common/chdr_resource/
H A Drfnoc_packets_ctrl_mgmt.py6 peer0_0 = bytes([ # Packet 3074
12 peer1_0 = bytes([ # Packet 3078
17 peer0_1 = bytes([ # Packet 3079
23 peer1_1 = bytes([ # Packet 3080
27 peer0_2 = bytes([ # Packet 3081
34 peer1_2 = bytes([ # Packet 3082
39 peer0_3 = bytes([ # Packet 3083
46 peer1_3 = bytes([ # Packet 3084
50 peer0_4 = bytes([ # Packet 3085
58 peer0_5 = bytes([ # Packet 3113
[all …]
H A Drfnoc_packets_data.py6 peer0_0 = bytes([ # Packet 893
12 peer1_0 = bytes([ # Packet 894
16 peer0_1 = bytes([ # Packet 895
22 peer1_1 = bytes([ # Packet 896
26 peer0_2 = bytes([ # Packet 897
33 peer1_2 = bytes([ # Packet 898
37 peer0_3 = bytes([ # Packet 899
46 peer1_3 = bytes([ # Packet 900
51 peer0_4 = bytes([ # Packet 901
64 peer1_4 = bytes([ # Packet 902
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/hdfimport/
H A Dhdfimport.out14 Ref no 1 92 bytes
7 Ref no 14 4 bytes
8 Ref no 17 4 bytes
9 Ref no 20 4 bytes
12 Ref no 14 22 bytes
13 Ref no 17 14 bytes
14 Ref no 20 14 bytes
17 Ref no 4 12 bytes
18 Ref no 6 16 bytes
19 Ref no 7 48 bytes
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wasm-encoder/src/
H A Dcode.rs36 bytes: Vec<u8>, field
44 bytes: vec![], in new()
56 func.encode(&mut self.bytes); in function()
106 bytes: Vec<u8>, field
117 let mut bytes = vec![]; in new() localVariable
121 bytes.push(ty.into()); in new()
123 Function { bytes } in new()
137 self.bytes.extend(bytes); in raw()
142 bytes.extend( in encode()
781 m.encode(bytes); in encode()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/peek-poke/src/
H A Deuclid.rs21 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
22 let bytes = self.y.poke_into(bytes); in poke_into() localVariable
42 let bytes = self.origin.poke_into(bytes); in poke_into() localVariable
43 let bytes = self.size.poke_into(bytes); in poke_into() localVariable
63 let bytes = self.min.poke_into(bytes); in poke_into() localVariable
64 let bytes = self.max.poke_into(bytes); in poke_into() localVariable
84 let bytes = self.top.poke_into(bytes); in poke_into() localVariable
87 let bytes = self.left.poke_into(bytes); in poke_into() localVariable
130 let bytes = self.m11.poke_into(bytes); in poke_into() localVariable
179 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
[all …]
/dports/www/firefox/firefox-99.0/gfx/wr/peek-poke/src/
H A Deuclid.rs21 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
22 let bytes = self.y.poke_into(bytes); in poke_into() localVariable
42 let bytes = self.origin.poke_into(bytes); in poke_into() localVariable
43 let bytes = self.size.poke_into(bytes); in poke_into() localVariable
63 let bytes = self.min.poke_into(bytes); in poke_into() localVariable
64 let bytes = self.max.poke_into(bytes); in poke_into() localVariable
84 let bytes = self.top.poke_into(bytes); in poke_into() localVariable
87 let bytes = self.left.poke_into(bytes); in poke_into() localVariable
130 let bytes = self.m11.poke_into(bytes); in poke_into() localVariable
179 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/peek-poke/src/
H A Deuclid.rs21 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
22 let bytes = self.y.poke_into(bytes); in poke_into() localVariable
42 let bytes = self.origin.poke_into(bytes); in poke_into() localVariable
43 let bytes = self.size.poke_into(bytes); in poke_into() localVariable
63 let bytes = self.min.poke_into(bytes); in poke_into() localVariable
64 let bytes = self.max.poke_into(bytes); in poke_into() localVariable
84 let bytes = self.top.poke_into(bytes); in poke_into() localVariable
87 let bytes = self.left.poke_into(bytes); in poke_into() localVariable
130 let bytes = self.m11.poke_into(bytes); in poke_into() localVariable
179 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
[all …]
/dports/sysutils/i2c-tools/i2c-tools-4.1/eeprom/
H A Ddecode-dimms765 $k = $bytes->[5] * $bytes->[17];
772 $bytes->[5] . "," . $bytes->[17]);
1051 $k = $bytes->[5] * $bytes->[17];
1062 join(' x ', $bytes->[17], $bytes->[3], $bytes->[4], $bytes->[6]));
1313 join(' x ', $bytes->[17], $bytes->[3], $bytes->[4], $bytes->[6]));
1593 $mtb = $bytes->[10] / $bytes->[11];
1916 ($bytes->[21] << 8) + $bytes->[20];
2042 $ii = ($bytes->[4] & 0x0f) + ($bytes->[4] >> 4) + ($bytes->[5] & 0x07) - 13;
2048 $bytes->[4], $bytes->[5]));
2062 $ii = ($bytes->[3] & 0x0f) + ($bytes->[3] >> 4) + ($bytes->[5] & 0x07) - 13;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/peek-poke/src/
H A Deuclid.rs21 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
22 let bytes = self.y.poke_into(bytes); in poke_into() localVariable
42 let bytes = self.origin.poke_into(bytes); in poke_into() localVariable
43 let bytes = self.size.poke_into(bytes); in poke_into() localVariable
63 let bytes = self.top.poke_into(bytes); in poke_into() localVariable
66 let bytes = self.left.poke_into(bytes); in poke_into() localVariable
109 let bytes = self.m11.poke_into(bytes); in poke_into() localVariable
110 let bytes = self.m12.poke_into(bytes); in poke_into() localVariable
111 let bytes = self.m13.poke_into(bytes); in poke_into() localVariable
158 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/peek-poke/src/
H A Deuclid.rs21 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
22 let bytes = self.y.poke_into(bytes); in poke_into() localVariable
42 let bytes = self.origin.poke_into(bytes); in poke_into() localVariable
43 let bytes = self.size.poke_into(bytes); in poke_into() localVariable
63 let bytes = self.top.poke_into(bytes); in poke_into() localVariable
66 let bytes = self.left.poke_into(bytes); in poke_into() localVariable
109 let bytes = self.m11.poke_into(bytes); in poke_into() localVariable
110 let bytes = self.m12.poke_into(bytes); in poke_into() localVariable
111 let bytes = self.m13.poke_into(bytes); in poke_into() localVariable
158 let bytes = self.x.poke_into(bytes); in poke_into() localVariable
[all …]
/dports/net/ndpi/nDPI-92a1be2/tests/result/
H A Dsynscan.pcap.out59 …64.13.134.52:22 [proto: 92/SSH][cat: RemoteAccess/12][5 pkts/298 bytes -> 0 pkts/0 bytes][Goodput …
61 …6050 <-> 64.13.134.52:80 [proto: 7/HTTP][cat: Web/5][1 pkts/58 bytes <-> 4 pkts/240 bytes][Goodput…
62 …050 <-> 64.13.134.52:25 [proto: 3/SMTP][cat: Email/3][1 pkts/58 bytes <-> 1 pkts/60 bytes][Goodput…
67 …8:36050 -> 64.13.134.52:81 [proto: 7/HTTP][cat: Web/5][1 pkts/58 bytes -> 0 pkts/0 bytes][Goodput …
104 …46 TCP 172.16.0.8:36050 -> 64.13.134.52:3260 [proto: 264/iSCSI][1 pkts/58 bytes -> 0 pkts/0 bytes]…
192 …5 TCP 172.16.0.8:36050 -> 64.13.134.52:1 [proto: 0/Unknown][1 pkts/58 bytes -> 0 pkts/0 bytes][Goo…
193 …6 TCP 172.16.0.8:36050 -> 64.13.134.52:3 [proto: 0/Unknown][1 pkts/58 bytes -> 0 pkts/0 bytes][Goo…
194 …7 TCP 172.16.0.8:36050 -> 64.13.134.52:4 [proto: 0/Unknown][1 pkts/58 bytes -> 0 pkts/0 bytes][Goo…
195 …8 TCP 172.16.0.8:36050 -> 64.13.134.52:6 [proto: 0/Unknown][1 pkts/58 bytes -> 0 pkts/0 bytes][Goo…
196 …9 TCP 172.16.0.8:36050 -> 64.13.134.52:7 [proto: 0/Unknown][1 pkts/58 bytes -> 0 pkts/0 bytes][Goo…
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/github.com/google/pprof/profile/testdata/
H A Dcppbench.growth.string1 PeriodType: space bytes
4 objects/count space/bytes
6 bytes:[2097152]
8 bytes:[2097152]
10 bytes:[2097152]
12 bytes:[2097152]
14 bytes:[2097152]
16 bytes:[2097152]
18 bytes:[2097152]
20 bytes:[2097152]
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/profile/testdata/
H A Dcppbench.growth.string1 PeriodType: space bytes
4 objects/count space/bytes
6 bytes:[2097152]
8 bytes:[2097152]
10 bytes:[2097152]
12 bytes:[2097152]
14 bytes:[2097152]
16 bytes:[2097152]
18 bytes:[2097152]
20 bytes:[2097152]
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/profile/testdata/
H A Dcppbench.growth.string1 PeriodType: space bytes
4 objects/count space/bytes
6 bytes:[2097152]
8 bytes:[2097152]
10 bytes:[2097152]
12 bytes:[2097152]
14 bytes:[2097152]
16 bytes:[2097152]
18 bytes:[2097152]
20 bytes:[2097152]
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/profile/testdata/
H A Dcppbench.growth.string1 PeriodType: space bytes
4 objects/count space/bytes
6 bytes:[2097152]
8 bytes:[2097152]
10 bytes:[2097152]
12 bytes:[2097152]
14 bytes:[2097152]
16 bytes:[2097152]
18 bytes:[2097152]
20 bytes:[2097152]
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/profile/testdata/
H A Dcppbench.growth.string1 PeriodType: space bytes
4 objects/count space/bytes
6 bytes:[2097152]
8 bytes:[2097152]
10 bytes:[2097152]
12 bytes:[2097152]
14 bytes:[2097152]
16 bytes:[2097152]
18 bytes:[2097152]
20 bytes:[2097152]
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/profile/testdata/
H A Dcppbench.growth.string1 PeriodType: space bytes
4 objects/count space/bytes
6 bytes:[2097152]
8 bytes:[2097152]
10 bytes:[2097152]
12 bytes:[2097152]
14 bytes:[2097152]
16 bytes:[2097152]
18 bytes:[2097152]
20 bytes:[2097152]
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/profile/testdata/
H A Dcppbench.growth.string1 PeriodType: space bytes
4 objects/count space/bytes
6 bytes:[2097152]
8 bytes:[2097152]
10 bytes:[2097152]
12 bytes:[2097152]
14 bytes:[2097152]
16 bytes:[2097152]
18 bytes:[2097152]
20 bytes:[2097152]
[all …]
/dports/devel/pprof/pprof-acf8798/profile/testdata/
H A Dcppbench.growth.string1 PeriodType: space bytes
4 objects/count space/bytes
6 bytes:[2097152]
8 bytes:[2097152]
10 bytes:[2097152]
12 bytes:[2097152]
14 bytes:[2097152]
16 bytes:[2097152]
18 bytes:[2097152]
20 bytes:[2097152]
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/arm/
H A Daasmcpu.pas2986 bytes:=bytes or (typ shl 4);
3083 bytes:=bytes or (1 shl 20);
3964 bytes:=bytes or (doublerec.bytes[6] and $f);
4082 bytes:=bytes or (Rm shl 0);
4084 bytes:=bytes or (D shl 22);
4085 bytes:=bytes or (N shl 7);
4086 bytes:=bytes or (M shl 5);
4378 bytes:=bytes or rn;
4417 bytes:=bytes or rn;
5559 bytes:=bytes or (1 shl 8);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/arm/
H A Daasmcpu.pas2986 bytes:=bytes or (typ shl 4);
3083 bytes:=bytes or (1 shl 20);
3964 bytes:=bytes or (doublerec.bytes[6] and $f);
4082 bytes:=bytes or (Rm shl 0);
4084 bytes:=bytes or (D shl 22);
4085 bytes:=bytes or (N shl 7);
4086 bytes:=bytes or (M shl 5);
4378 bytes:=bytes or rn;
4417 bytes:=bytes or rn;
5559 bytes:=bytes or (1 shl 8);
[all …]

12345678910>>...443