Home
last modified time | relevance | path

Searched refs:getbytes (Results 1 – 3 of 3) sorted by relevance

/external/openssh/regress/
Dcipher-speed.sh6 getbytes () function
/external/protobuf/php/ext/google/protobuf/
Dupb.c7794 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes() function
7838 int32_t ret = getbytes(d, &byte, 1); in upb_pbdecoder_decode_varint_slow()
7895 return getbytes(d, u32, 4); in decode_fixed32()
7902 return getbytes(d, u64, 8); in decode_fixed64()
7959 int32_t ok = getbytes(d, &data, read); in upb_pbdecoder_checktag_slow()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8506 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes() function
8550 CHECK_RETURN(getbytes(d, &byte, 1)); in upb_pbdecoder_decode_varint_slow()
8606 return getbytes(d, u32, 4); in decode_fixed32()
8613 return getbytes(d, u64, 8); in decode_fixed64()
8670 int32_t ok = getbytes(d, &data, read); in upb_pbdecoder_checktag_slow()