Searched refs:byteorder (Results 1 – 7 of 7) sorted by relevance
14 if sys.byteorder == 'little':
103 if ( (sys.byteorder == "little") and
174 if ( (sys.byteorder == "little") and
90 hdr.byteorder = SAVEFILE_BYTEORDER_VALUE; in save_domain_core_writeconfig()
86 uint32_t byteorder; /* SAVEFILE_BYTEORDER_VALUE */ member
759 if (hdr.byteorder != SAVEFILE_BYTEORDER_VALUE) { in create_domain()
567 byteorder, mflags, oflags, optlen = unpack_exact(xl.HEADER_FORMAT)572 opts = pack(xl.HEADER_FORMAT, byteorder, mflags, oflags, optlen)
Completed in 83 milliseconds