Home | History | Annotate | Download | only in layout

Lines Matching full:endian

14  * \brief C++ API: Endian independent access to data for LayoutEngine
36 * This class is used to access data which stored in big endian order
48 * Reads a big-endian 16-bit word and returns a native-endian value.
49 * No-op on a big-endian platform, byte-swaps on a little-endian platform.
62 // Fastpath when we know that the platform is big-endian.
65 // Reads a big-endian value on any platform.
72 * Reads a big-endian 32-bit word and returns a native-endian value.
73 * No-op on a big-endian platform, byte-swaps on a little-endian platform.
86 // Fastpath when we know that the platform is big-endian.
89 // Reads a big-endian value on any platform.