Home
last modified time | relevance | path

Searched defs:ebytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dreal.rs43 let ebytes = (i16::from_be_bytes([0x0, bytes[1]])).to_be_bytes(); in decode_value() localVariable
48 let ebytes = (i16::from_be_bytes([bytes[1], bytes[2]])).to_be_bytes(); in decode_value() localVariable
106 let ebytes = exponent.to_be_bytes(); in value_len() localVariable
167 let ebytes = strip_leading_zeroes(&exponent_bytes); in encode_value() localVariable
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/base/
H A Ddata_scanner.cc201 const char* ebytes = reinterpret_cast<const char*>( in ScanQuotedString() local
/aosp_15_r20/external/image_io/src/base/
H A Ddata_scanner.cc201 const char* ebytes = reinterpret_cast<const char*>( in ScanQuotedString() local