Home
last modified time | relevance | path

Searched refs:h16 (Results 1 – 25 of 781) sorted by relevance

12345678910>>...32

/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/uri/
H A Duri.ipp96 ipv6addresses[5] %= -qi::raw[h16] >> "::" >> h16 >> ':' >> ls32;
98 ipv6addresses[7] %= -qi::raw[h16] >> "::" >> h16;
100 ipv6addresses[9] %= -qi::raw[qi::repeat(1)[(h16 >> ':')] >> h16] >>
102 ipv6addresses[10] %= -qi::raw[qi::repeat(1)[(h16 >> ':')] >> h16] >>
109 "::" >> h16;
119 "::" >> h16;
127 "::" >> h16;
133 "::" >> h16;
137 "::" >> h16;
175 // ls32 = ( h16 ":" h16 ) / IPv4address
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/ipops/
H A Dip_parser.rl25 h16 = HEXDIG{1,4};
26 ls32 = ( h16 ":" h16 ) | IPv4address;
27 IPv6address = ( ( h16 ":" ){6} ls32 ) |
28 ( "::" ( h16 ":" ){5} ls32 ) |
29 ( h16? "::" ( h16 ":" ){4} ls32 ) |
30 ( ( ( h16 ":" )? h16 )? "::" ( h16 ":" ){3} ls32 ) |
31 ( ( ( h16 ":" ){,2} h16 )? "::" ( h16 ":" ){2} ls32 ) |
32 ( ( ( h16 ":" ){,3} h16 )? "::" h16 ":" ls32 ) |
33 ( ( ( h16 ":" ){,4} h16 )? "::" ls32 ) |
34 ( ( ( h16 ":" ){,5} h16 )? "::" h16 ) |
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwownt32.h30 #define HWND_32(h16) ((HWND) (WOWHandle32(h16,WOW_TYPE_HWND))) argument
31 #define HMENU_32(h16) ((HMENU) (WOWHandle32(h16,WOW_TYPE_HMENU))) argument
32 #define HDWP_32(h16) ((HDWP) (WOWHandle32(h16,WOW_TYPE_HDWP))) argument
33 #define HDROP_32(h16) ((HDROP) (WOWHandle32(h16,WOW_TYPE_HDROP))) argument
34 #define HDC_32(h16) ((HDC) (WOWHandle32(h16,WOW_TYPE_HDC))) argument
35 #define HFONT_32(h16) ((HFONT) (WOWHandle32(h16,WOW_TYPE_HFONT))) argument
37 #define HRGN_32(h16) ((HRGN) (WOWHandle32(h16,WOW_TYPE_HRGN))) argument
39 #define HBRUSH_32(h16) ((HBRUSH) (WOWHandle32(h16,WOW_TYPE_HBRUSH))) argument
41 #define HPEN_32(h16) ((HPEN) (WOWHandle32(h16,WOW_TYPE_HPEN))) argument
42 #define HACCEL_32(h16) ((HACCEL) (WOWHandle32(h16,WOW_TYPE_HACCEL))) argument
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwownt32.h30 #define HWND_32(h16) ((HWND) (WOWHandle32(h16,WOW_TYPE_HWND))) argument
31 #define HMENU_32(h16) ((HMENU) (WOWHandle32(h16,WOW_TYPE_HMENU))) argument
32 #define HDWP_32(h16) ((HDWP) (WOWHandle32(h16,WOW_TYPE_HDWP))) argument
33 #define HDROP_32(h16) ((HDROP) (WOWHandle32(h16,WOW_TYPE_HDROP))) argument
34 #define HDC_32(h16) ((HDC) (WOWHandle32(h16,WOW_TYPE_HDC))) argument
35 #define HFONT_32(h16) ((HFONT) (WOWHandle32(h16,WOW_TYPE_HFONT))) argument
37 #define HRGN_32(h16) ((HRGN) (WOWHandle32(h16,WOW_TYPE_HRGN))) argument
39 #define HBRUSH_32(h16) ((HBRUSH) (WOWHandle32(h16,WOW_TYPE_HBRUSH))) argument
41 #define HPEN_32(h16) ((HPEN) (WOWHandle32(h16,WOW_TYPE_HPEN))) argument
42 #define HACCEL_32(h16) ((HACCEL) (WOWHandle32(h16,WOW_TYPE_HACCEL))) argument
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php127 $h16 = "{$hex_digit}{1,4}";
129 $ls32 = "(?:$h16:$h16|$IPv4Address)";
132 "(?:$h16:){6}$ls32" .
133 "|::(?:$h16:){5}$ls32" .
134 "|(?:$h16)?::(?:$h16:){4}$ls32" .
135 "|(?:(?:$h16:){0,1}$h16)?::(?:$h16:){3}$ls32" .
136 "|(?:(?:$h16:){0,2}$h16)?::(?:$h16:){2}$ls32" .
137 "|(?:(?:$h16:){0,3}$h16)?::(?:$h16:){1}$ls32" .
138 "|(?:(?:$h16:){0,4}$h16)?::$ls32" .
139 "|(?:(?:$h16:){0,5}$h16)?::$h16" .
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawownt32.pas194 function HWND_32(h16: WORD): HANDLE;
196 function HMENU_32(h16: WORD): HANDLE;
198 function HDWP_32(h16: WORD): HANDLE;
202 function HDC_32(h16: WORD): HANDLE;
208 function HRGN_32(h16: WORD): HANDLE;
216 function HPEN_32(h16: WORD): HANDLE;
357 function HWND_32(h16: WORD): HANDLE;
367 function HDWP_32(h16: WORD): HANDLE;
377 function HDC_32(h16: WORD): HANDLE;
392 function HRGN_32(h16: WORD): HANDLE;
[all …]
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/contrib/
H A Duri.hpp35 struct h16 : rep_min_max< 1, 4, abnf::HEXDIG > {}; struct
36 struct ls32 : sor< seq< h16, colon, h16 >, IPv4address > {};
40 …struct IPv6address : sor< seq< rep< 6, h16, colon >,…
41 … seq< dcolon, rep< 5, h16, colon >, ls32 >,
42 … seq< opt< h16 >, dcolon, rep< 4, h16, colon >, ls32 >,
43 … seq< opt< h16, opt< colon, h16 > >, dcolon, rep< 3, h16, colon >, ls32 >,
44 … seq< opt< h16, rep_opt< 2, colon, h16 > >, dcolon, rep< 2, h16, colon >, ls32 >,
45 … seq< opt< h16, rep_opt< 3, colon, h16 > >, dcolon, h16, colon, ls32 >,
46 … seq< opt< h16, rep_opt< 4, colon, h16 > >, dcolon, ls32 >,
47 … seq< opt< h16, rep_opt< 5, colon, h16 > >, dcolon, h16 >,
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/contrib/
H A Duri.hpp40 struct h16 : rep_min_max< 1, 4, abnf::HEXDIG > {}; struct
41 struct ls32 : sor< seq< h16, colon, h16 >, IPv4address > {};
45 …struct IPv6address : sor< seq< rep< 6, h16, colon >,…
46 … seq< dcolon, rep< 5, h16, colon >, ls32 >,
47 … seq< opt< h16 >, dcolon, rep< 4, h16, colon >, ls32 >,
48 … seq< opt< h16, opt< colon, h16 > >, dcolon, rep< 3, h16, colon >, ls32 >,
49 … seq< opt< h16, rep_opt< 2, colon, h16 > >, dcolon, rep< 2, h16, colon >, ls32 >,
50 … seq< opt< h16, rep_opt< 3, colon, h16 > >, dcolon, h16, colon, ls32 >,
51 … seq< opt< h16, rep_opt< 4, colon, h16 > >, dcolon, ls32 >,
52 … seq< opt< h16, rep_opt< 5, colon, h16 > >, dcolon, h16 >,
[all …]
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/contrib/
H A Duri.hpp40 struct h16 : rep_min_max< 1, 4, abnf::HEXDIG > {}; struct
41 struct ls32 : sor< seq< h16, colon, h16 >, IPv4address > {};
45 …struct IPv6address : sor< seq< rep< 6, h16, colon >,…
46 … seq< dcolon, rep< 5, h16, colon >, ls32 >,
47 … seq< opt< h16 >, dcolon, rep< 4, h16, colon >, ls32 >,
48 … seq< opt< h16, opt< colon, h16 > >, dcolon, rep< 3, h16, colon >, ls32 >,
49 … seq< opt< h16, rep_opt< 2, colon, h16 > >, dcolon, rep< 2, h16, colon >, ls32 >,
50 … seq< opt< h16, rep_opt< 3, colon, h16 > >, dcolon, h16, colon, ls32 >,
51 … seq< opt< h16, rep_opt< 4, colon, h16 > >, dcolon, ls32 >,
52 … seq< opt< h16, rep_opt< 5, colon, h16 > >, dcolon, h16 >,
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/contrib/
H A Duri.hpp40 struct h16 : rep_min_max< 1, 4, abnf::HEXDIG > {}; struct
41 struct ls32 : sor< seq< h16, colon, h16 >, IPv4address > {};
45 …struct IPv6address : sor< seq< rep< 6, h16, colon >,…
46 … seq< dcolon, rep< 5, h16, colon >, ls32 >,
47 … seq< opt< h16 >, dcolon, rep< 4, h16, colon >, ls32 >,
48 … seq< opt< h16, opt< colon, h16 > >, dcolon, rep< 3, h16, colon >, ls32 >,
49 … seq< opt< h16, rep_opt< 2, colon, h16 > >, dcolon, rep< 2, h16, colon >, ls32 >,
50 … seq< opt< h16, rep_opt< 3, colon, h16 > >, dcolon, h16, colon, ls32 >,
51 … seq< opt< h16, rep_opt< 4, colon, h16 > >, dcolon, ls32 >,
52 … seq< opt< h16, rep_opt< 5, colon, h16 > >, dcolon, h16 >,
[all …]
/dports/math/cmh/cmh-1.1.0/src/
H A Djinvariants.c74 cadd(h16, h16, aux); in h12h16_from_th4th8()
80 cadd(h16, h16, aux); in h12h16_from_th4th8()
86 cadd(h16, h16, aux); in h12h16_from_th4th8()
92 cadd(h16, h16, aux); in h12h16_from_th4th8()
98 cadd(h16, h16, aux); in h12h16_from_th4th8()
104 cadd(h16, h16, aux); in h12h16_from_th4th8()
110 cadd(h16, h16, aux); in h12h16_from_th4th8()
116 cadd(h16, h16, aux); in h12h16_from_th4th8()
122 cadd(h16, h16, aux); in h12h16_from_th4th8()
128 cadd(h16, h16, aux); in h12h16_from_th4th8()
[all …]
/dports/mail/rmilter/rmilter-1.10.0/src/
H A Dcfg_file.l236 h16 [0-9A-Fa-f]{1,4}
237 ls32 {h16}:{h16}|{IPv4address}
238h16}:){6}{ls32}|::({h16}:){5}{ls32}|({h16})?::({h16}:){4}{ls32}|(({h16}:){0,1}{h16})?::({h16}:){3}…
/dports/deskutils/belcard/belcard-1.0.2-0/src/
H A Dvcard_grammar.cpp403 IPv6address = 6( h16 ":" ) ls32
404 / "::" 5( h16 ":" ) ls32
405 / [ h16 ] "::" 4( h16 ":" ) ls32
406 / [ *1( h16 ":" ) h16 ] "::" 3( h16 ":" ) ls32
407 / [ *2( h16 ":" ) h16 ] "::" 2( h16 ":" ) ls32
408 / [ *3( h16 ":" ) h16 ] "::" h16 ":" ls32
409 / [ *4( h16 ":" ) h16 ] "::" ls32
410 / [ *5( h16 ":" ) h16 ] "::" h16
411 / [ *6( h16 ":" ) h16 ] "::"
413 h16 = 1*4HEXDIG
[all …]
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/resources/analysis/
H A DCommonURI.lexh72 * IPv6address = 6( h16 ":" ) ls32
73 * / "::" 5( h16 ":" ) ls32
74 * / [ h16 ] "::" 4( h16 ":" ) ls32
75 * / [ *1( h16 ":" ) h16 ] "::" 3( h16 ":" ) ls32
76 * / [ *2( h16 ":" ) h16 ] "::" 2( h16 ":" ) ls32
77 * / [ *3( h16 ":" ) h16 ] "::" h16 ":" ls32
78 * / [ *4( h16 ":" ) h16 ] "::" ls32
79 * / [ *5( h16 ":" ) h16 ] "::" h16
80 * / [ *6( h16 ":" ) h16 ] "::"
94 * h16 = 1*4HEXDIG
[all …]
/dports/devel/re2c/re2c-2.2/test/tags/
H A Dbench_uri_rfc3986.re104 h16 = hexdigit{1,4};
105 ls32 = h16 ":" h16 | ipv4address;
107 = (h16 ":"){6} ls32
108 | "::" (h16 ":"){5} ls32
109 | ( h16)? "::" (h16 ":"){4} ls32
110 | ((h16 ":"){0,1} h16)? "::" (h16 ":"){3} ls32
111 | ((h16 ":"){0,2} h16)? "::" (h16 ":"){2} ls32
112 | ((h16 ":"){0,3} h16)? "::" h16 ":" ls32
113 | ((h16 ":"){0,4} h16)? "::" ls32
114 | ((h16 ":"){0,5} h16)? "::" h16
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/dll/amp/
H A Dhuffman.h146 unsigned int h16[256]={ 0xbef, 0x200bfe, 0x400bdf, 0x600bfd, 0x800bcf, 0xa00bfc, 0xc00bbf, 0xe00bfb, variable
258 h16,h16,h16,h16,h16,h16,h16,h16,h24,h24,h24,h24,h24,h24,h24,h24,hA,hB};
/dports/irc/bitchx/bitchx-1.2.1/dll/amp/
H A Dhuffman.h146 unsigned int h16[256]={ 0xbef, 0x200bfe, 0x400bdf, 0x600bfd, 0x800bcf, 0xa00bfc, 0xc00bbf, 0xe00bfb, variable
258 h16,h16,h16,h16,h16,h16,h16,h16,h24,h24,h24,h24,h24,h24,h24,h24,hA,hB};
/dports/net-mgmt/py-pyang/pyang-1.7.8/pyang/
H A Dsyntax.py75 h16 = "[0-9A-F]{1,4}" variable
76 ls32 = "(" + h16 + ":" + h16 + "|" + ipv4address + ")"
78 "((" + h16 + ":){6}" + ls32 +
79 "|::(" + h16 + ":){5}" + ls32 +
80 "|(" + h16 + ")?::(" + h16 + ":){4}" + ls32 +
81 "|((" + h16 + ":)?" + h16 + ")?::(" + h16 + ":){3}" + ls32 +
82 "|((" + h16 + ":){,2}" + h16 + ")?::(" + h16 + ":){2}" + ls32 +
83 "|((" + h16 + ":){,3}" + h16 + ")?::" + h16 + ":" + ls32 +
84 "|((" + h16 + ":){,4}" + h16 + ")?::" + ls32 +
85 "|((" + h16 + ":){,5}" + h16 + ")?::" + h16 +
[all …]
/dports/devel/re2c/re2c-2.2/examples/c/submatch/
H A Duri_rfc3986.re103 h16 = hexdigit{1,4};
104 ls32 = h16 ":" h16 | ipv4address;
106 = (h16 ":"){6} ls32
107 | "::" (h16 ":"){5} ls32
108 | ( h16)? "::" (h16 ":"){4} ls32
109 | ((h16 ":"){0,1} h16)? "::" (h16 ":"){3} ls32
110 | ((h16 ":"){0,2} h16)? "::" (h16 ":"){2} ls32
111 | ((h16 ":"){0,3} h16)? "::" h16 ":" ls32
112 | ((h16 ":"){0,4} h16)? "::" ls32
113 | ((h16 ":"){0,5} h16)? "::" h16
[all …]
/dports/www/gregarius/gregarius/extlib/
H A Duri_util.php62 $h16 = '(?:[[:xdigit:]]{1,4})';
63 $ls32 = '(?:'.$h16.':'.$h16.'|'.$IPv4address.')';
65 "(?:$h16:){6}$ls32|".
66 "::(?:$h16:){5}$ls32|".
67 "$h16?::(?:$h16:){4}$ls32|".
68 "(?:(?:$h16:){0,1}$h16)?::(?:$h16:){3}$ls32|".
69 "(?:(?:$h16:){0,2}$h16)?::(?:$h16:){2}$ls32|".
70 "(?:(?:$h16:){0,3}$h16)?::(?:$h16:){1}$ls32|".
71 "(?:(?:$h16:){0,4}$h16)?::" . "$ls32|".
72 "(?:(?:$h16:){0,5}$h16)?::" . "$h16|".
[all …]
/dports/devel/p5-IRI/IRI-0.011/lib/
H A DIRI.pm177 my $h16 = qr<${HEXDIG}{1,4}>o;
179 ( ${h16} : ${h16} )
184 ( ( ${h16} : ){6} ${ls32})
185 | ( :: ( ${h16} : ){5} ${ls32})
186 | (( ${h16} )? :: ( ${h16} : ){4} ${ls32})
187 | (( ( ${h16} : ){0,1} ${h16} )? :: ( ${h16} : ){3} ${ls32})
188 | (( ( ${h16} : ){0,2} ${h16} )? :: ( ${h16} : ){2} ${ls32})
189 | (( ( ${h16} : ){0,3} ${h16} )? :: ${h16} : ${ls32})
190 | (( ( ${h16} : ){0,4} ${h16} )? :: ${ls32})
191 | (( ( ${h16} : ){0,5} ${h16} )? :: ${h16})
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/minio/md5-simd/
H A Dmd5_amd64_test.go94 h16 := [16]hash.Hash{}
96 for i := range h16 {
109 for i := range h16 {
113 h16[i].Reset()
114 h16[i].Write(input[i])
133 var h16 [16]Hasher
134 for i := range h16 {
136 defer h16[i].Close()
142 for i := range h16 {
146 h16[i].Reset()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/md5-simd/md5-simd-1.1.1/
H A Dmd5_amd64_test.go94 h16 := [16]hash.Hash{}
96 for i := range h16 {
109 for i := range h16 {
113 h16[i].Reset()
114 h16[i].Write(input[i])
133 var h16 [16]Hasher
134 for i := range h16 {
136 defer h16[i].Close()
142 for i := range h16 {
146 h16[i].Reset()
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm48 my $h16 = qq<[0-9A-Fa-f]{1,4}>;
49 my $ls32 = qq<(?: $h16 : $h16 | $IPv4address)>;
51 (?: $h16 : ){6} $ls32
52 | :: (?: $h16 : ){5} $ls32
53 | (?: $h16 )? :: (?: $h16 : ){4} $ls32
54 | (?: (?: $h16 : ){0,1} $h16 )? :: (?: $h16 : ){3} $ls32
55 | (?: (?: $h16 : ){0,2} $h16 )? :: (?: $h16 : ){2} $ls32
56 | (?: (?: $h16 : ){0,3} $h16 )? :: $h16 : $ls32
57 | (?: (?: $h16 : ){0,4} $h16 )? :: $ls32
58 | (?: (?: $h16 : ){0,5} $h16 )? :: $h16
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm51 my $h16 = qq<[0-9A-Fa-f]{1,4}>;
52 my $ls32 = qq<(?: $h16 : $h16 | $IPv4address)>;
54 (?: $h16 : ){6} $ls32
55 | :: (?: $h16 : ){5} $ls32
56 | (?: $h16 )? :: (?: $h16 : ){4} $ls32
57 | (?: (?: $h16 : ){0,1} $h16 )? :: (?: $h16 : ){3} $ls32
58 | (?: (?: $h16 : ){0,2} $h16 )? :: (?: $h16 : ){2} $ls32
59 | (?: (?: $h16 : ){0,3} $h16 )? :: $h16 : $ls32
60 | (?: (?: $h16 : ){0,4} $h16 )? :: $ls32
61 | (?: (?: $h16 : ){0,5} $h16 )? :: $h16
[all …]

12345678910>>...32