Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-algs.hh106 struct BEInt<Type, 1> struct
110 constexpr BEInt (Type V) : v {uint8_t (V)} {} in BEInt() argument
115 struct BEInt<Type, 2> argument
120 BEInt () = default; argument
122 BEInt (Type V) in BEInt() function
149 struct BEInt<Type, 3> struct
154 constexpr BEInt (Type V) : v {uint8_t ((V >> 16) & 0xFF), in BEInt() argument
164 struct BEInt<Type, 4> struct
169 BEInt () = default; argument
171 BEInt (Type V) in BEInt() argument
[all …]