Home
last modified time | relevance | path

Searched refs:hasbits (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/grpc/grpc-1.42.0/third_party/upb/upb/
H A Ddecode_fast.c51 uint64_t hasbits, uint64_t data
53 #define UPB_PARSE_ARGS d, ptr, msg, table, hasbits, data
59 return fastdecode_generic(d, ptr, msg, table, hasbits, 0);
85 *(uint32_t*)msg |= hasbits; // Sync hasbits. in fastdecode_dispatch()
281 uint64_t *data, uint64_t *hasbits, in fastdecode_getfield() argument
288 *hasbits |= 1ull << hasbit_index; in fastdecode_getfield()
303 *(uint32_t*)msg |= *hasbits; in fastdecode_getfield()
304 *hasbits = 0; in fastdecode_getfield()
703 FASTDECODE_LONGSTRING(d, ptr, msg, table, hasbits, dst, true); in fastdecode_longstring_utf8()
710 uint64_t hasbits, in fastdecode_longstring_noutf8() argument
[all …]
H A Ddecode_fast.h72 upb_msg *msg, intptr_t table, uint64_t hasbits,
77 uint64_t hasbits, uint64_t data
H A Ddecode_internal.h149 uint64_t hasbits, uint64_t tag) { in fastdecode_tagdispatch() argument
158 hasbits, data); in fastdecode_tagdispatch()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/upb/upb/
H A Ddecode_fast.c51 uint64_t hasbits, uint64_t data
53 #define UPB_PARSE_ARGS d, ptr, msg, table, hasbits, data
59 return fastdecode_generic(d, ptr, msg, table, hasbits, 0);
85 *(uint32_t*)msg |= hasbits; // Sync hasbits. in fastdecode_dispatch()
281 uint64_t *data, uint64_t *hasbits, in fastdecode_getfield() argument
288 *hasbits |= 1ull << hasbit_index; in fastdecode_getfield()
303 *(uint32_t*)msg |= *hasbits; in fastdecode_getfield()
304 *hasbits = 0; in fastdecode_getfield()
703 FASTDECODE_LONGSTRING(d, ptr, msg, table, hasbits, dst, true); in fastdecode_longstring_utf8()
710 uint64_t hasbits, in fastdecode_longstring_noutf8() argument
[all …]
H A Ddecode_fast.h72 upb_msg *msg, intptr_t table, uint64_t hasbits,
77 uint64_t hasbits, uint64_t data
H A Ddecode_internal.h149 uint64_t hasbits, uint64_t tag) { in fastdecode_tagdispatch() argument
158 hasbits, data); in fastdecode_tagdispatch()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/upb/
H A Ddecode_fast.c51 uint64_t hasbits, uint64_t data
53 #define UPB_PARSE_ARGS d, ptr, msg, table, hasbits, data
59 return fastdecode_generic(d, ptr, msg, table, hasbits, 0);
85 *(uint32_t*)msg |= hasbits; // Sync hasbits. in fastdecode_dispatch()
281 uint64_t *data, uint64_t *hasbits, in fastdecode_getfield() argument
288 *hasbits |= 1ull << hasbit_index; in fastdecode_getfield()
303 *(uint32_t*)msg |= *hasbits; in fastdecode_getfield()
304 *hasbits = 0; in fastdecode_getfield()
703 FASTDECODE_LONGSTRING(d, ptr, msg, table, hasbits, dst, true); in fastdecode_longstring_utf8()
710 uint64_t hasbits, in fastdecode_longstring_noutf8() argument
[all …]
H A Ddecode_fast.h72 upb_msg *msg, intptr_t table, uint64_t hasbits,
77 uint64_t hasbits, uint64_t data
H A Ddecode_internal.h150 uint64_t hasbits, uint64_t tag) { in fastdecode_tagdispatch() argument
159 hasbits, data); in fastdecode_tagdispatch()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Dgenerated_message_tctable_impl.h65 uint64_t hasbits, ::google::protobuf::internal::TcFieldData data
68 #define PROTOBUF_TC_PARAM_PASS msg, ptr, ctx, table, hasbits, data
82 hasbits |= (uint64_t{1} << data.hasbit_idx()); in SingularParseMessage()
92 SyncHasbits(msg, hasbits, table); in SingularParseMessage()
104 SyncHasbits(msg, hasbits, table); in RepeatedParseMessage()
146 SyncHasbits(msg, hasbits, table); in Return()
152 SyncHasbits(msg, hasbits, table); in Error()
175 SyncHasbits(msg, hasbits, table); in GenericFallbackImpl()
235 uint64_t hasbits = 0; in ParseLoop() local
236 if (has_bits_offset) hasbits = RefAt<uint32_t>(msg, has_bits_offset); in ParseLoop()
[all …]
H A Dgenerated_message_tctable_decl.h68 uint64_t hasbits, TcFieldData data);
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_tctable_impl.h64 #define PROTOBUF_TC_PARAM_PASS msg, ptr, ctx, table, hasbits, data
121 hasbits |= (uint64_t{1} << data.hasbit_idx()); in SingularParseMessage()
131 SyncHasbits(msg, hasbits, table); in SingularParseMessage()
143 SyncHasbits(msg, hasbits, table); in RepeatedParseMessage()
183 RefAt<uint32_t>(msg, has_bits_offset) = static_cast<uint32_t>(hasbits); in SyncHasbits()
190 SyncHasbits(msg, hasbits, table); in Return()
196 SyncHasbits(msg, hasbits, table); in Error()
219 SyncHasbits(msg, hasbits, table); in GenericFallbackImpl()
279 uint64_t hasbits = 0; in ParseLoop() local
280 if (has_bits_offset) hasbits = RefAt<uint32_t>(msg, has_bits_offset); in ParseLoop()
[all …]
H A Dgenerated_message_tctable_lite.cc85 hasbits |= (uint64_t{1} << data.hasbit_idx()); in SingularFixed()
140 SyncHasbits(msg, hasbits, table); in PackedFixed()
309 hasbits |= (uint64_t{1} << data.hasbit_idx()); in SingularVarint()
365 SyncHasbits(msg, hasbits, table); in PackedVarint()
409 hasbits |= (uint64_t{1} << data.hasbit_idx()); in SingularString()
/dports/net-mgmt/p5-NetAddr-IP/NetAddr-IP-4.079/Lite/
H A DLite.pm285 return 1 if hasbits($rv);
288 return hasbits($rv) ? 1 : 0;
426 return undef if hasbits($dif & $_smsk); # all sign bits should be 0's
429 return undef if hasbits(($dif & $_smsk) ^ $_smsk); # sign is 1's
1020 return undef if hasbits($ip & $tmp);
1364 return 1 unless hasbits($_[1]->{mask}); # 0x0 contains everything
1432 if (hasbits($_[0]->{mask} ^ $_cidr127)) {
1448 if (hasbits($_[0]->{mask} ^ $_cidr127)) {
1507 my $slash31 = ! hasbits($self->{mask} ^ $_cidr127);
1564 return 1 unless hasbits($net); # ipV4/32 or ipV6/128
[all …]
/dports/net-mgmt/p5-NetAddr-IP-Lite/NetAddr-IP-Lite-1.01/
H A DLite.pm185 return 1 if hasbits($rv);
188 return hasbits($rv) ? 1 : 0;
194 return hasbits($rv) ? 1 : 0;
668 return undef if hasbits($ip & $tmp);
900 return 1 unless hasbits($_[1]->{mask}); # 0x0 contains everything
H A DMANIFEST75 Util/t/hasbits.t
/dports/net-mgmt/p5-NetAddr-IP-Lite/NetAddr-IP-Lite-1.01/Util/t/
H A Dhasbits.t13 hasbits
142 my $rv = hasbits($bstr);
H A Dcroak.t14 hasbits
121 ## test 24 hasbits
122 eval { hasbits('123') };
/dports/net-mgmt/p5-NetAddr-IP/NetAddr-IP-4.079/Lite/Util/t/
H A Dhasbits.t13 hasbits
142 my $rv = hasbits($bstr);
H A Dcroak.t14 hasbits
121 ## test 24 hasbits
122 eval { hasbits('123') };
/dports/net-mgmt/p5-NetAddr-IP-Lite/NetAddr-IP-Lite-1.01/Util/
H A DREADME12 hasbits
46 :math => hasbits, isIPv4, addconst,
56 $rv = hasbits($bits128);
156 * $rv = hasbits($bits128);
160 i.e. if (hasbits($bits128)) {
164 or if (hasbits($bits128 & $mask128) {
314 unless (hasbits($mask & $notiv4)) {
397 hasbits
H A DMANIFEST27 t/hasbits.t
/dports/net-mgmt/p5-NetAddr-IP/NetAddr-IP-4.079/Lite/Util/
H A DREADME13 hasbits
59 :math => hasbits, isIPv4, isNewIPv4, isAnyIPv4,
72 $rv = hasbits($bits128);
189 * $rv = hasbits($bits128);
193 i.e. if (hasbits($bits128)) {
197 or if (hasbits($bits128 & $mask128) {
433 unless (hasbits($mask & $notiv4)) {
536 hasbits
H A DMANIFEST35 t/hasbits.t
/dports/devel/pecl-protobuf/protobuf-3.19.1/
H A Dphp-upb.c937 *(uint32_t*)msg |= hasbits; in fastdecode_generic()
2972 uint64_t hasbits, uint64_t data
2974 #define UPB_PARSE_ARGS d, ptr, msg, table, hasbits, data
2980 return fastdecode_generic(d, ptr, msg, table, hasbits, 0);
3006 *(uint32_t*)msg |= hasbits; // Sync hasbits. in fastdecode_dispatch()
3209 *hasbits |= 1ull << hasbit_index; in fastdecode_getfield()
3224 *(uint32_t*)msg |= *hasbits; in fastdecode_getfield()
3225 *hasbits = 0; in fastdecode_getfield()
3624 FASTDECODE_LONGSTRING(d, ptr, msg, table, hasbits, dst, true); in fastdecode_longstring_utf8()
3631 uint64_t hasbits, in fastdecode_longstring_noutf8() argument
[all …]

12