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