OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_zzenc_64
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.h
7706
UPB_INLINE uint64_t
upb_zzenc_64
(int64_t n) { return (n << 1) ^ (n >> 63); }
function
[
all
...]
upb.c
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
8006
UPB_INLINE uint64_t
upb_zzenc_64
(int64_t n) { return (n << 1) ^ (n >> 63); }
function
[
all
...]
upb.c
[
all
...]
Completed in 53 milliseconds