Home
last modified time | relevance | path

Searched refs:octet (Results 1 – 25 of 6434) sorted by relevance

12345678910>>...258

/dports/math/miracl/miracl-5.6/
H A Dp1363.h212 …n P1363_API int DLSVDP_MQV(BOOL (*)(void),dl_domain *,octet *,octet *,octet *,octet *,octet *,octe…
213 …363_API int DLSVDP_MQVC(BOOL (*)(void),dl_domain *,octet *,octet *,octet *,octet *,octet *,BOOL,oc…
219 …ern P1363_API int DLSP_NR2(BOOL (*)(void),dl_domain *,octet *,octet *,octet *,octet *,octet *,octe…
220 extern P1363_API int DLVP_NR2(BOOL (*)(void),dl_domain *,octet *,octet *,octet *,octet *,octet *);
236 …P1363_API int ECPSVDP_MQV(BOOL (*)(void),ecp_domain *,octet *,octet *,octet *,octet *,octet *,octe…
237 …3_API int ECPSVDP_MQVC(BOOL (*)(void),ecp_domain *,octet *,octet *,octet *,octet *,octet *,BOOL,oc…
243 …n P1363_API int ECPSP_NR2(BOOL (*)(void),ecp_domain *,octet *,octet *,octet *,octet *,octet *,octe…
244 extern P1363_API int ECPVP_NR2(BOOL (*)(void),ecp_domain *,octet *,octet *,octet *,octet *,octet *);
260 …P1363_API int EC2SVDP_MQV(BOOL (*)(void),ec2_domain *,octet *,octet *,octet *,octet *,octet *,octe…
261 …3_API int EC2SVDP_MQVC(BOOL (*)(void),ec2_domain *,octet *,octet *,octet *,octet *,octet *,BOOL,oc…
[all …]
/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/nvx/
H A D_utf8validator.c176 if (octet >= 0x00 && octet <= 0x7f) { \
178 } else if (octet >= 0xc2 && octet <= 0xdf) { \
180 } else if ((octet >= 0xe1 && octet <= 0xec) || octet == 0xee || octet == 0xef) { \
188 } else if (octet == 0xf1 || octet == 0xf2 || octet == 0xf3) { \
196 if (octet >= 0x80 && octet <= 0xbf) { \
202 if (octet >= 0x80 && octet <= 0xbf) { \
208 if (octet >= 0xa0 && octet <= 0xbf) { \
214 if (octet >= 0x80 && octet <= 0x9f) { \
220 if (octet >= 0x90 && octet <= 0xbf) { \
226 if (octet >= 0x80 && octet <= 0xbf) { \
[all …]
/dports/devel/statsvn/statsvn-0.7.0/tests-src/net/sf/statsvn/input/samplefiles/
H A Dseg.jUCMNav.propget3 src\seg\jUCMNav\icons\Belief16.gif - application/octet-stream
5 src\seg\jUCMNav\icons\icon16.gif - application/octet-stream
12 icons\Stub16.gif - application/octet-stream
20 icons\Node16d.gif - application/octet-stream
37 icons\icon24.gif - application/octet-stream
59 icons\sample.gif - application/octet-stream
64 icons\AndFork16.gif - application/octet-stream
83 icons\icon16.gif - application/octet-stream
97 icons\Resp16.gif - application/octet-stream
104 icons\Node16.gif - application/octet-stream
[all …]
/dports/devel/statsvn/statsvn-0.7.0/bin/net/sf/statsvn/input/samplefiles/
H A Dseg.jUCMNav.propget3 src\seg\jUCMNav\icons\Belief16.gif - application/octet-stream
5 src\seg\jUCMNav\icons\icon16.gif - application/octet-stream
12 icons\Stub16.gif - application/octet-stream
20 icons\Node16d.gif - application/octet-stream
37 icons\icon24.gif - application/octet-stream
59 icons\sample.gif - application/octet-stream
64 icons\AndFork16.gif - application/octet-stream
83 icons\icon16.gif - application/octet-stream
97 icons\Resp16.gif - application/octet-stream
104 icons\Node16.gif - application/octet-stream
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/CharacterReader/
H A DUtf8ReaderTest.php23 for ($octet = 0xC0; $octet <= 0xDF; ++$octet) {
25 1, $this->_reader->validateByteSequence(array($octet), 1)
32 for ($octet = 0xE0; $octet <= 0xEF; ++$octet) {
34 2, $this->_reader->validateByteSequence(array($octet), 1)
41 for ($octet = 0xF0; $octet <= 0xF7; ++$octet) {
43 3, $this->_reader->validateByteSequence(array($octet), 1)
50 for ($octet = 0xF8; $octet <= 0xFB; ++$octet) {
52 4, $this->_reader->validateByteSequence(array($octet), 1)
59 for ($octet = 0xFC; $octet <= 0xFD; ++$octet) {
61 5, $this->_reader->validateByteSequence(array($octet), 1)
/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-dnp3-objects.c408 uint8_t octet; in DNP3DecodeObjectG1V1() local
465 uint8_t octet; in DNP3DecodeObjectG1V2() local
562 uint8_t octet; in DNP3DecodeObjectG2V2() local
619 uint8_t octet; in DNP3DecodeObjectG2V3() local
668 uint8_t octet; in DNP3DecodeObjectG3V1() local
725 uint8_t octet; in DNP3DecodeObjectG3V2() local
778 uint8_t octet; in DNP3DecodeObjectG4V1() local
831 uint8_t octet; in DNP3DecodeObjectG4V2() local
935 uint8_t octet; in DNP3DecodeObjectG10V1() local
1283 uint8_t octet; in DNP3DecodeObjectG12V3() local
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dutf_validate.c341 if (octet <= 0x7F) in svn_utf__last_valid2()
343 else if (octet <= 0xC1) in svn_utf__last_valid2()
345 else if (octet <= 0xDF) in svn_utf__last_valid2()
347 else if (octet == 0xE0) in svn_utf__last_valid2()
365 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
371 if (octet >= 0xA0 && octet <= 0xBF) in svn_utf__last_valid2()
377 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
383 if (octet >= 0x80 && octet <= 0x9F) in svn_utf__last_valid2()
389 if (octet >= 0x90 && octet <= 0xBF) in svn_utf__last_valid2()
395 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dutf_validate.c341 if (octet <= 0x7F) in svn_utf__last_valid2()
343 else if (octet <= 0xC1) in svn_utf__last_valid2()
345 else if (octet <= 0xDF) in svn_utf__last_valid2()
347 else if (octet == 0xE0) in svn_utf__last_valid2()
365 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
371 if (octet >= 0xA0 && octet <= 0xBF) in svn_utf__last_valid2()
377 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
383 if (octet >= 0x80 && octet <= 0x9F) in svn_utf__last_valid2()
389 if (octet >= 0x90 && octet <= 0xBF) in svn_utf__last_valid2()
395 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dutf_validate.c341 if (octet <= 0x7F) in svn_utf__last_valid2()
343 else if (octet <= 0xC1) in svn_utf__last_valid2()
345 else if (octet <= 0xDF) in svn_utf__last_valid2()
347 else if (octet == 0xE0) in svn_utf__last_valid2()
365 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
371 if (octet >= 0xA0 && octet <= 0xBF) in svn_utf__last_valid2()
377 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
383 if (octet >= 0x80 && octet <= 0x9F) in svn_utf__last_valid2()
389 if (octet >= 0x90 && octet <= 0xBF) in svn_utf__last_valid2()
395 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dutf_validate.c341 if (octet <= 0x7F) in svn_utf__last_valid2()
343 else if (octet <= 0xC1) in svn_utf__last_valid2()
345 else if (octet <= 0xDF) in svn_utf__last_valid2()
347 else if (octet == 0xE0) in svn_utf__last_valid2()
365 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
371 if (octet >= 0xA0 && octet <= 0xBF) in svn_utf__last_valid2()
377 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
383 if (octet >= 0x80 && octet <= 0x9F) in svn_utf__last_valid2()
389 if (octet >= 0x90 && octet <= 0xBF) in svn_utf__last_valid2()
395 if (octet >= 0x80 && octet <= 0xBF) in svn_utf__last_valid2()
[all …]
/dports/science/p5-Geo-BUFR/Geo-BUFR-1.38/
H A DBUFR.xs95 int octet = bitpos/8;
103 str[i] = bitstream[octet+i];
154 bitstream[octet] &= SetFirstBits[startbit];
161 bitstream[octet] |= word >> 24;
166 bitstream[++octet] = word >> 24;
171 bitstream[octet] |= SetLastBits[num_onebits];
183 bitstream[octet++] |= word >> 24;
186 bitstream[octet++] = word >> 24;
214 bitstream[octet+i] = ascii[i];
219 bitstream[octet] = (bitstream[octet] & SetFirstBits[startbit]) |
[all …]
/dports/news/nntp/nntp-1.5.12.2_10/inetd/
H A Daccess_inet.c105 int octet[4]; local
108 octet[0] = (sin->sin_addr.s_addr>>24)&0xff;
109 octet[1] = (sin->sin_addr.s_addr>>16)&0xff;
110 octet[2] = (sin->sin_addr.s_addr>>8 )&0xff;
111 octet[3] = (sin->sin_addr.s_addr )&0xff;
119 octet[0],octet[1],octet[2],octet[3]);
121 if (octet[0] < 128) /* CLASS A address */
122 (void) sprintf(net_name,"%d",octet[0]);
125 octet[0],octet[1]);
128 octet[0],octet[1],octet[2]);
[all …]
/dports/news/nntp/nntp-1.5.12.2_10/server/
H A Daccess_inet.c105 int octet[4]; local
108 octet[0] = (sin->sin_addr.s_addr>>24)&0xff;
109 octet[1] = (sin->sin_addr.s_addr>>16)&0xff;
110 octet[2] = (sin->sin_addr.s_addr>>8 )&0xff;
111 octet[3] = (sin->sin_addr.s_addr )&0xff;
119 octet[0],octet[1],octet[2],octet[3]);
121 if (octet[0] < 128) /* CLASS A address */
122 (void) sprintf(net_name,"%d",octet[0]);
125 octet[0],octet[1]);
128 octet[0],octet[1],octet[2]);
[all …]
/dports/net-mgmt/lldpd/lldpd-1.0.8/tests/
H A Dcheck_snmp.c413 char *octet; member
484 { .string = { .octet = (char *)zeroDotZero,
494 { .octet = "chassis2",
504 { .octet = "Giga1/7", .len = 7 }} },
531 { .string = { .octet = "\x8", .len = 1 }} },
536 { .string = { .octet = "\x8", .len = 1 }} },
558 { .string = { .octet = (char *)zeroDotZero,
561 { .string = { .octet = (char *)zeroDotZero,
566 { .string = { .octet = (char *)zeroDotZero,
569 { .string = { .octet = (char *)zeroDotZero,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/interfaces/
H A Dwebusb.idl7 octet classCode;
8 octet subclassCode;
9 octet protocolCode;
39 readonly attribute octet usbVersionMajor;
40 readonly attribute octet usbVersionMinor;
42 readonly attribute octet deviceClass;
43 readonly attribute octet deviceSubclass;
44 readonly attribute octet deviceProtocol;
61 Promise<void> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
94 required octet request;
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/webidls/unstable/
H A DWebUSB.webidl4 octet classCode;
5 octet subclassCode;
6 octet protocolCode;
47 readonly attribute octet usbVersionMajor;
50 readonly attribute octet deviceClass;
51 readonly attribute octet deviceSubclass;
52 readonly attribute octet deviceProtocol;
69 Promise<undefined> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
102 required octet request;
231 required octet vendorId;
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/webidls/unstable/
H A DWebUSB.webidl4 octet classCode;
5 octet subclassCode;
6 octet protocolCode;
47 readonly attribute octet usbVersionMajor;
50 readonly attribute octet deviceClass;
51 readonly attribute octet deviceSubclass;
52 readonly attribute octet deviceProtocol;
69 Promise<undefined> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
102 required octet request;
231 required octet vendorId;
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/unstable/
H A DWebUSB.webidl4 octet classCode;
5 octet subclassCode;
6 octet protocolCode;
47 readonly attribute octet usbVersionMajor;
50 readonly attribute octet deviceClass;
51 readonly attribute octet deviceSubclass;
52 readonly attribute octet deviceProtocol;
69 Promise<undefined> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
102 required octet request;
231 required octet vendorId;
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/unstable/
H A DWebUSB.webidl4 octet classCode;
5 octet subclassCode;
6 octet protocolCode;
47 readonly attribute octet usbVersionMajor;
50 readonly attribute octet deviceClass;
51 readonly attribute octet deviceSubclass;
52 readonly attribute octet deviceProtocol;
69 Promise<undefined> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
102 required octet request;
231 required octet vendorId;
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/webidls/unstable/
H A DWebUSB.webidl4 octet classCode;
5 octet subclassCode;
6 octet protocolCode;
47 readonly attribute octet usbVersionMajor;
50 readonly attribute octet deviceClass;
51 readonly attribute octet deviceSubclass;
52 readonly attribute octet deviceProtocol;
69 Promise<undefined> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
102 required octet request;
231 required octet vendorId;
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/webidls/unstable/
H A DWebUSB.webidl4 octet classCode;
5 octet subclassCode;
6 octet protocolCode;
47 readonly attribute octet usbVersionMajor;
50 readonly attribute octet deviceClass;
51 readonly attribute octet deviceSubclass;
52 readonly attribute octet deviceProtocol;
69 Promise<undefined> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
102 required octet request;
231 required octet vendorId;
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/webidls/unstable/
H A DWebUSB.webidl4 octet classCode;
5 octet subclassCode;
6 octet protocolCode;
47 readonly attribute octet usbVersionMajor;
50 readonly attribute octet deviceClass;
51 readonly attribute octet deviceSubclass;
52 readonly attribute octet deviceProtocol;
69 Promise<undefined> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
102 required octet request;
231 required octet vendorId;
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/webidls/unstable/
H A DWebUSB.webidl4 octet classCode;
5 octet subclassCode;
6 octet protocolCode;
47 readonly attribute octet usbVersionMajor;
50 readonly attribute octet deviceClass;
51 readonly attribute octet deviceSubclass;
52 readonly attribute octet deviceProtocol;
69 Promise<undefined> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
102 required octet request;
231 required octet vendorId;
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.55/webidls/unstable/
H A DWebUSB.webidl4 octet classCode;
5 octet subclassCode;
6 octet protocolCode;
47 readonly attribute octet usbVersionMajor;
50 readonly attribute octet deviceClass;
51 readonly attribute octet deviceSubclass;
52 readonly attribute octet deviceProtocol;
69 Promise<undefined> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
102 required octet request;
231 required octet vendorId;
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/webidls/unstable/
H A DWebUSB.webidl4 octet classCode;
5 octet subclassCode;
6 octet protocolCode;
47 readonly attribute octet usbVersionMajor;
50 readonly attribute octet deviceClass;
51 readonly attribute octet deviceSubclass;
52 readonly attribute octet deviceProtocol;
69 Promise<undefined> selectAlternateInterface(octet interfaceNumber, octet alternateSetting);
102 required octet request;
231 required octet vendorId;
[all …]

12345678910>>...258