Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode_fast.c24 uint64_t hasbits, uint64_t data
26 #define UPB_PARSE_ARGS d, ptr, msg, table, hasbits, data
30 return fastdecode_generic(d, ptr, msg, table, hasbits, 0);
42 uint64_t hasbits, int overrun) { in fastdecode_isdonefallback() argument
48 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, tag); in fastdecode_isdonefallback()
54 uint64_t hasbits) { in fastdecode_dispatch() argument
59 *(uint32_t*)msg |= hasbits; // Sync hasbits. in fastdecode_dispatch()
62 return fastdecode_isdonefallback(d, ptr, msg, table, hasbits, overrun); in fastdecode_dispatch()
68 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, tag); in fastdecode_dispatch()
254 uint64_t *data, uint64_t *hasbits, in fastdecode_getfield() argument
[all …]
Ddecode_fast.h45 upb_msg *msg, intptr_t table, uint64_t hasbits,
50 uint64_t hasbits, uint64_t data
Ddecode.int.h121 uint64_t hasbits, uint32_t tag) { in fastdecode_tagdispatch() argument
129 return table_p->fasttable[idx].field_parser(d, ptr, msg, table, hasbits, data); in fastdecode_tagdispatch()
Ddecode.c648 upb_msg *msg, intptr_t table, uint64_t hasbits, in fastdecode_generic() argument
651 *(uint32_t*)msg |= hasbits; in fastdecode_generic()
Dmsg.h56 uint64_t hasbits, uint64_t data);
/external/protobuf/
DCHANGES.txt61 …* Make hasbits potentially in register. The or's start forming an obstacle because it's a read mod…