Lines Matching full:unlikely
32 if (unlikely(!p)) in xdrgen_decode_bool()
43 if (unlikely(!p)) in xdrgen_encode_bool()
54 if (unlikely(!p)) in xdrgen_decode_int()
65 if (unlikely(!p)) in xdrgen_encode_int()
76 if (unlikely(!p)) in xdrgen_decode_unsigned_int()
87 if (unlikely(!p)) in xdrgen_encode_unsigned_int()
98 if (unlikely(!p)) in xdrgen_decode_long()
109 if (unlikely(!p)) in xdrgen_encode_long()
120 if (unlikely(!p)) in xdrgen_decode_unsigned_long()
131 if (unlikely(!p)) in xdrgen_encode_unsigned_long()
142 if (unlikely(!p)) in xdrgen_decode_hyper()
153 if (unlikely(!p)) in xdrgen_encode_hyper()
164 if (unlikely(!p)) in xdrgen_decode_unsigned_hyper()
175 if (unlikely(!p)) in xdrgen_encode_unsigned_hyper()
187 if (unlikely(xdr_stream_decode_u32(xdr, &len) < 0)) in xdrgen_decode_string()
189 if (unlikely(maxlen && len > maxlen)) in xdrgen_decode_string()
193 if (unlikely(!p)) in xdrgen_decode_string()
206 if (unlikely(!p)) in xdrgen_encode_string()
218 if (unlikely(xdr_stream_decode_u32(xdr, &len) < 0)) in xdrgen_decode_opaque()
220 if (unlikely(maxlen && len > maxlen)) in xdrgen_decode_opaque()
224 if (unlikely(!p)) in xdrgen_decode_opaque()
237 if (unlikely(!p)) in xdrgen_encode_opaque()