Searched refs:byteorder (Results 1 – 7 of 7) sorted by relevance
12 if sys.byteorder == 'little':
104 if ( (sys.byteorder == "little") and
175 if ( (sys.byteorder == "little") and
90 hdr.byteorder = SAVEFILE_BYTEORDER_VALUE; in save_domain_core_writeconfig()
88 uint32_t byteorder; /* SAVEFILE_BYTEORDER_VALUE */ member
716 if (hdr.byteorder != SAVEFILE_BYTEORDER_VALUE) { in create_domain()
566 byteorder, mflags, oflags, optlen = unpack_exact(xl.HEADER_FORMAT)571 opts = pack(xl.HEADER_FORMAT, byteorder, mflags, oflags, optlen)
Completed in 10 milliseconds