Home
last modified time | relevance | path

Searched refs:big_endian (Results 1 – 5 of 5) 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/trout/hal/sensors/2.0/
Diio_utils.h50 bool big_endian; member
Diio_utils.cpp342 chanInfo->big_endian = (endianchar == 'b'); in get_scan_type()
/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.h51 std::uint8_t big_endian; member
Dvnc_client_connection.cpp264 pixel_format_.depth, pixel_format_.big_endian, pixel_format_.true_color, in SendServerInit()
333 if (bool(pixel_format_.big_endian) != ImBigEndian()) { in AppendRawStripe()
485 pixel_format_.big_endian = msg[5]; in HandleSetPixelFormat()