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

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h8005 UPB_INLINE uint32_t upb_zzenc_32(int32_t n) { return (n << 1) ^ (n >> 31); } function
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h7705 UPB_INLINE uint32_t upb_zzenc_32(int32_t n) { return (n << 1) ^ (n >> 31); } function

Completed in 133 milliseconds