Searched defs:ebytes (Results 1 – 3 of 3) sorted by relevance
43 let ebytes = (i16::from_be_bytes([0x0, bytes[1]])).to_be_bytes(); in decode_value() localVariable48 let ebytes = (i16::from_be_bytes([bytes[1], bytes[2]])).to_be_bytes(); in decode_value() localVariable106 let ebytes = exponent.to_be_bytes(); in value_len() localVariable167 let ebytes = strip_leading_zeroes(&exponent_bytes); in encode_value() localVariable
201 const char* ebytes = reinterpret_cast<const char*>( in ScanQuotedString() local