OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:upb_zzenc_32
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.h
7705
UPB_INLINE uint32_t
upb_zzenc_32
(int32_t n) { return (n << 1) ^ (n >> 31); }
function
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
8005
UPB_INLINE uint32_t
upb_zzenc_32
(int32_t n) { return (n << 1) ^ (n >> 31); }
function
[
all
...]
Completed in 42 milliseconds