Home
last modified time | relevance | path

Searched refs:octet2 (Results 1 – 25 of 82) sorted by relevance

1234

/dports/net-mgmt/arts++/arts++-1.1.a13/classes/include/
H A DIpv4Network.hh185 uint8_t octet2 = 0; in read() local
196 is.read((char*)&octet2,sizeof(octet2)); in read()
202 is.read((char*)&octet2,sizeof(octet2)); in read()
251 rc = ::read(fd,&octet2,sizeof(octet2)); in read()
263 rc = ::read(fd,&octet2,sizeof(octet2)); in read()
299 uint8_t octet2 = 0; in write() local
315 os.write((char*)&octet2,sizeof(octet2)); in write()
323 os.write((char*)&octet2,sizeof(octet2)); in write()
352 uint8_t octet2 = 0; in write() local
373 rc = ::write(fd,&octet2,sizeof(octet2)); in write()
[all …]
/dports/net-mgmt/arts++/arts++-1.1.a13/classes/src/
H A DArtsPrimitive.cc666 uint8_t octet2 = 0; in ReadIpv4Network() local
677 is.read((char*)&octet2,sizeof(octet2)); in ReadIpv4Network()
682 is.read((char*)&octet2,sizeof(octet2)); in ReadIpv4Network()
711 uint8_t octet2 = 0; in ReadIpv4Network() local
728 rc += this->FdRead(fd,&octet2,sizeof(octet2)); in ReadIpv4Network()
733 rc += this->FdRead(fd,&octet2,sizeof(octet2)); in ReadIpv4Network()
764 uint8_t octet2 = 0; in WriteIpv4Network() local
778 os.write((char*)&octet2,sizeof(octet2)); in WriteIpv4Network()
786 os.write((char*)&octet2,sizeof(octet2)); in WriteIpv4Network()
830 rc += this->FdWrite(fd,&octet2,sizeof(octet2)); in WriteIpv4Network()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/physfs/src/
H A Dphysfs_unicode.c43 PHYSFS_uint32 octet2, octet3, octet4; in utf8codepoint() local
68 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
69 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
73 retval = ((octet << 6) | (octet2 - 128)); in utf8codepoint()
82 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
83 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
91 retval = ( ((octet << 12)) | ((octet2-128) << 6) | ((octet3-128)) ); in utf8codepoint()
115 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
116 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
128 retval = ( ((octet << 18)) | ((octet2 - 128) << 12) | in utf8codepoint()
/dports/devel/love/love-11.3/src/libraries/physfs/
H A Dphysfs_unicode.c43 PHYSFS_uint32 octet2, octet3, octet4; in utf8codepoint() local
68 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
69 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
73 retval = ((octet << 6) | (octet2 - 128)); in utf8codepoint()
82 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
83 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
91 retval = ( ((octet << 12)) | ((octet2-128) << 6) | ((octet3-128)) ); in utf8codepoint()
115 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
116 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
128 retval = ( ((octet << 18)) | ((octet2 - 128) << 12) | in utf8codepoint()
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/physfs/
H A Dphysfs_unicode.c43 PHYSFS_uint32 octet2, octet3, octet4; in utf8codepoint() local
68 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
69 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
73 retval = ((octet << 6) | (octet2 - 128)); in utf8codepoint()
82 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
83 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
91 retval = ( ((octet << 12)) | ((octet2-128) << 6) | ((octet3-128)) ); in utf8codepoint()
115 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
116 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
128 retval = ( ((octet << 18)) | ((octet2 - 128) << 12) | in utf8codepoint()
/dports/devel/physfs/physfs-3.0.2/src/
H A Dphysfs_unicode.c43 PHYSFS_uint32 octet2, octet3, octet4; in utf8codepoint() local
68 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
69 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
73 retval = ((octet << 6) | (octet2 - 128)); in utf8codepoint()
82 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
83 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
91 retval = ( ((octet << 12)) | ((octet2-128) << 6) | ((octet3-128)) ); in utf8codepoint()
115 octet2 = (PHYSFS_uint32) ((PHYSFS_uint8) *(++str)); in utf8codepoint()
116 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in utf8codepoint()
128 retval = ( ((octet << 18)) | ((octet2 - 128) << 12) | in utf8codepoint()
/dports/audio/faudio/FAudio-21.01/src/
H A DFAudio_platform_sdl2.c433 uint32_t octet2, octet3, octet4; in FAudio_UTF8_CodePoint() local
458 octet2 = (uint32_t) ((uint8_t) *(++str)); in FAudio_UTF8_CodePoint()
459 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in FAudio_UTF8_CodePoint()
463 retval = ((octet << 6) | (octet2 - 128)); in FAudio_UTF8_CodePoint()
472 octet2 = (uint32_t) ((uint8_t) *(++str)); in FAudio_UTF8_CodePoint()
473 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in FAudio_UTF8_CodePoint()
481 retval = ( ((octet << 12)) | ((octet2-128) << 6) | ((octet3-128)) ); in FAudio_UTF8_CodePoint()
505 octet2 = (uint32_t) ((uint8_t) *(++str)); in FAudio_UTF8_CodePoint()
506 if ((octet2 & (128+64)) != 128) /* Format isn't 10xxxxxx? */ in FAudio_UTF8_CodePoint()
518 retval = ( ((octet << 18)) | ((octet2 - 128) << 12) | in FAudio_UTF8_CodePoint()
/dports/audio/libbs2b/libbs2b-3.1.0/src/
H A Dbs2btypes.h66 int8_t octet2; member
73 uint8_t octet2; member
H A Dbs2b.c44 x->octet0 = x->octet2; in int24swap()
45 x->octet2 = x1; in int24swap()
70 ( ( uint32_t )in->octet2 ) | in int242double()
77 ( ( uint32_t )in->octet2 << 16 ) | in int242double()
78 ( ( in->octet2 < 0 ? ( uint32_t )-1 : 0 ) << 24 ); in int242double()
88 ( ( uint32_t )in->octet2 ) | in uint242double()
94 ( ( uint32_t )in->octet2 << 16 ); in uint242double()
105 out->octet2 = i & 0xff; in double2int24()
111 out->octet2 = ( i >> 16 ) & 0xff; in double2int24()
120 out->octet2 = i & 0xff; in double2uint24()
[all …]
/dports/security/hashcat/hashcat-6.2.5/tools/test_modules/
H A Dm00022.pm32 my $octet2 = ord (substr ($hash_buf, $pos + 1, 1));
35 | (($octet2 << 0) & 0x00ff);
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_cbch.c194 guint8 octet2; in dissect_schedule_message() local
197 octet2 = tvb_get_guint8(tvb, offset + 1); in dissect_schedule_message()
198 msg_id = ((octet1 &0x7F) << 8) + octet2; in dissect_schedule_message()
276 guint8 octet2; in dissect_schedule_message() local
279 octet2 = tvb_get_guint8(tvb, offset + 1); in dissect_schedule_message()
280 msg_id = ((octet1 &0x7F) << 8) + octet2; in dissect_schedule_message()
H A Dpacket-mpls.c240 guint8 octet2 = tvb_get_guint8(tvb, offset+2); in decode_mpls_label() local
242 *label = (octet0 << 12) + (octet1 << 4) + ((octet2 >> 4) & 0xff); in decode_mpls_label()
243 *exp = (octet2 >> 1) & 0x7; in decode_mpls_label()
244 *bos = (octet2 & 0x1); in decode_mpls_label()
H A Dpacket-rtp.c1830 guint8 octet1, octet2; in dissect_rtp() local
1926 octet2 = tvb_get_guint8( tvb, offset + 1 ); in dissect_rtp()
1927 marker_set = RTP_MARKER( octet2 ); in dissect_rtp()
1928 payload_type = RTP_PAYLOAD_TYPE( octet2 ); in dissect_rtp()
2088 1, octet2 ); in dissect_rtp()
2091 offset, 1, octet2, "Payload type: %s (%u)", pt, payload_type); in dissect_rtp()
2331 guint8 octet1, octet2; in dissect_rtp_shim_header() local
2377 octet2 = tvb_get_guint8( tvb, offset + 1 ); in dissect_rtp_shim_header()
2378 marker_set = RTP_MARKER( octet2 ); in dissect_rtp_shim_header()
2379 payload_type = RTP_PAYLOAD_TYPE( octet2 ); in dissect_rtp_shim_header()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_cbch.c194 guint8 octet2; in dissect_schedule_message() local
197 octet2 = tvb_get_guint8(tvb, offset + 1); in dissect_schedule_message()
198 msg_id = ((octet1 &0x7F) << 8) + octet2; in dissect_schedule_message()
276 guint8 octet2; in dissect_schedule_message() local
279 octet2 = tvb_get_guint8(tvb, offset + 1); in dissect_schedule_message()
280 msg_id = ((octet1 &0x7F) << 8) + octet2; in dissect_schedule_message()
H A Dpacket-mpls.c240 guint8 octet2 = tvb_get_guint8(tvb, offset+2); in decode_mpls_label() local
242 *label = (octet0 << 12) + (octet1 << 4) + ((octet2 >> 4) & 0xff); in decode_mpls_label()
243 *exp = (octet2 >> 1) & 0x7; in decode_mpls_label()
244 *bos = (octet2 & 0x1); in decode_mpls_label()
H A Dpacket-rtp.c1830 guint8 octet1, octet2; in dissect_rtp() local
1926 octet2 = tvb_get_guint8( tvb, offset + 1 ); in dissect_rtp()
1927 marker_set = RTP_MARKER( octet2 ); in dissect_rtp()
1928 payload_type = RTP_PAYLOAD_TYPE( octet2 ); in dissect_rtp()
2088 1, octet2 ); in dissect_rtp()
2091 offset, 1, octet2, "Payload type: %s (%u)", pt, payload_type); in dissect_rtp()
2331 guint8 octet1, octet2; in dissect_rtp_shim_header() local
2377 octet2 = tvb_get_guint8( tvb, offset + 1 ); in dissect_rtp_shim_header()
2378 marker_set = RTP_MARKER( octet2 ); in dissect_rtp_shim_header()
2379 payload_type = RTP_PAYLOAD_TYPE( octet2 ); in dissect_rtp_shim_header()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_cbch.c194 guint8 octet2;
197 octet2 = tvb_get_guint8(tvb, offset + 1);
198 msg_id = ((octet1 &0x7F) << 8) + octet2;
276 guint8 octet2;
279 octet2 = tvb_get_guint8(tvb, offset + 1);
280 msg_id = ((octet1 &0x7F) << 8) + octet2;
H A Dpacket-mpls.c240 guint8 octet2 = tvb_get_guint8(tvb, offset+2); in decode_mpls_label() local
242 *label = (octet0 << 12) + (octet1 << 4) + ((octet2 >> 4) & 0xff); in decode_mpls_label()
243 *exp = (octet2 >> 1) & 0x7; in decode_mpls_label()
244 *bos = (octet2 & 0x1); in decode_mpls_label()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_cbch.c194 guint8 octet2; in dissect_schedule_message() local
197 octet2 = tvb_get_guint8(tvb, offset + 1); in dissect_schedule_message()
198 msg_id = ((octet1 &0x7F) << 8) + octet2; in dissect_schedule_message()
276 guint8 octet2; in dissect_schedule_message() local
279 octet2 = tvb_get_guint8(tvb, offset + 1); in dissect_schedule_message()
280 msg_id = ((octet1 &0x7F) << 8) + octet2; in dissect_schedule_message()
H A Dpacket-mpls.c240 guint8 octet2 = tvb_get_guint8(tvb, offset+2); in decode_mpls_label() local
242 *label = (octet0 << 12) + (octet1 << 4) + ((octet2 >> 4) & 0xff); in decode_mpls_label()
243 *exp = (octet2 >> 1) & 0x7; in decode_mpls_label()
244 *bos = (octet2 & 0x1); in decode_mpls_label()
/dports/net/py-netaddr/netaddr-0.8.0/netaddr/ip/
H A Dglob.py46 (octet1, octet2) = [int(i) for i in octet.split('-')]
49 if octet1 >= octet2:
53 if not 1 <= octet2 <= 255:
/dports/security/elixir-comeonin/comeonin-3.2/lib/comeonin/bcrypt/
H A Dbase64.ex99 octet2 = (bits3x6 >>> 8) &&& 0xff
100 a ++ [octet1,octet2]
105 octet2 = (bits4x6 >>> 8) &&& 0xff
107 decode_l(cs, a ++ [octet1,octet2,octet3])
/dports/net/honeyd/honeyd-1.5c/regress/
H A Dnmap.py14 octet2 = count / 254
16 return "10.0.%d.%d" % (octet2 + 1, octet1 + 1)
/dports/net-im/libmesode/libmesode-0.10.1/src/
H A Dresolver.c33 uint8_t octet2; member
51 return (header->octet2 >> 7) & 1; in message_header_qr()
237 header.octet2 = buf[2]; in resolver_srv_lookup_buf()
/dports/devel/raylib/raylib-3.7.0/src/
H A Dtext.c1657 unsigned char octet2 = '\0'; in GetNextCodepoint() local
1661 octet2 = text[2]; in GetNextCodepoint()
1663 …if ((octet2 == '\0') || ((octet2 >> 6) != 2)) { *bytesProcessed = 3; return code; } // Unexpected … in GetNextCodepoint()
1677 code = ((octet & 0xf) << 12) | ((octet1 & 0x3f) << 6) | (octet2 & 0x3f); in GetNextCodepoint()
1687 unsigned char octet2 = '\0'; in GetNextCodepoint() local
1692 octet2 = text[2]; in GetNextCodepoint()
1694 …if ((octet2 == '\0') || ((octet2 >> 6) != 2)) { *bytesProcessed = 3; return code; } // Unexpected… in GetNextCodepoint()
1711 … code = ((octet & 0x7) << 18) | ((octet1 & 0x3f) << 12) | ((octet2 & 0x3f) << 6) | (octet3 & 0x3f); in GetNextCodepoint()

1234