Home
last modified time | relevance | path

Searched refs:UPB_LIKELY (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c66 #define UPB_LIKELY(x) __builtin_expect((x),1) macro
69 #define UPB_LIKELY(x) (x) macro
402 if (UPB_LIKELY(ptr < limit && (*ptr & 0x80) == 0)) { in decode_varint64()
852 CHK(UPB_LIKELY((size_t)(e->ptr - e->buf) >= bytes) || in upb_encode_reserve()
7465 if (UPB_LIKELY(have >= len)) { in jsonenc_putbytes()
7488 if (UPB_LIKELY(have > n)) { in jsonenc_printf()
H A Dphp-upb.h65 #define UPB_LIKELY(x) __builtin_expect((x),1) macro
68 #define UPB_LIKELY(x) (x) macro
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h59 #define UPB_LIKELY(x) __builtin_expect((x),1) macro
62 #define UPB_LIKELY(x) (x) macro
380 if (UPB_LIKELY((size_t)(h->end - h->ptr) >= size)) { in upb_arena_malloc()
H A Dupb.c60 #define UPB_LIKELY(x) __builtin_expect((x),1) macro
63 #define UPB_LIKELY(x) (x) macro
353 if (UPB_LIKELY(ptr < limit && (*ptr & 0x80) == 0)) { in decode_varint64()
795 CHK(UPB_LIKELY((size_t)(e->ptr - e->buf) >= bytes) || in upb_encode_reserve()

Completed in 63 milliseconds