Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwave.py88 big_endian = 1 variable
90 big_endian = 0 variable
234 if self._sampwidth > 1 and big_endian:
421 if self._sampwidth > 1 and big_endian:
/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_client_connection.h51 std::uint8_t big_endian; member
Dvnc_client_connection.cpp225 pixel_format_.depth, pixel_format_.big_endian, pixel_format_.true_color, in SendServerInit()
294 if (bool(pixel_format_.big_endian) != ImBigEndian()) { in AppendRawStripe()
446 pixel_format_.big_endian = msg[5]; in HandleSetPixelFormat()