Searched defs:upb_zzenc_64 (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h8006 UPB_INLINE uint64_t upb_zzenc_64(int64_t n) { return (n << 1) ^ (n >> 63); } function
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h7706 UPB_INLINE uint64_t upb_zzenc_64(int64_t n) { return (n << 1) ^ (n >> 63); } function

Completed in 137 milliseconds