Searched defs:endian (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dcrc32.c109 allow for word-at-a-time CRC calculation for both big-endian and little-
110 endian machines, where a word is four bytes.
240 u4 endian; local
242 endian = 1;
243 if (*((unsigned char *)(&endian)))
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c16 Small mod to cope with running on big-endian machines
78 /* These will be a complete waste of time on a lo-endian */
813 static int bbConfig(struct ucl_compress *c, int endian, int bitsize) argument
815 if (endian != -1)
817 if (endian != 0)
819 c->bb_c_endian = endian;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c484 Changed endian to allow for cases where not all bits are used
720 Void endian ARGS((int byte_size));
1428 endian(int byte_size) function
2058 endian(byte_size);

Completed in 200 milliseconds