HomeSort by relevance Sort by last modified time
    Searched defs:upb_zzenc_64 (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 69 milliseconds