/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | bfs_endian.h | 21 #if defined(BFS_LITTLE_ENDIAN_ONLY) && B_HOST_IS_LENDIAN \ 32 || defined(BFS_BIG_ENDIAN_ONLY) && B_HOST_IS_LENDIAN
|
H A D | Volume.cpp | 175 #if (B_HOST_IS_LENDIAN && defined(BFS_BIG_ENDIAN_ONLY)) \ in Mount()
|
/haiku/src/add-ons/kernel/network/protocols/ipv4/ |
H A D | ipv4.h | 24 #if B_HOST_IS_LENDIAN == 1
|
/haiku/headers/os/support/ |
H A D | ByteOrder.h | 36 #define B_HOST_IS_LENDIAN 1 macro 70 #define B_HOST_IS_LENDIAN 0 macro
|
/haiku/src/kits/tracker/ |
H A D | Attributes.h | 121 #if B_HOST_IS_LENDIAN
|
/haiku/src/kits/support/ |
H A D | ByteOrder.cpp | 16 #if B_HOST_IS_LENDIAN in swap_data()
|
/haiku/headers/private/net/ |
H A D | NetUtilities.h | 38 #if B_HOST_IS_LENDIAN
|
/haiku/src/add-ons/kernel/busses/i2c/ocores/ |
H A D | ocores_i2c.h | 23 static_assert(B_HOST_IS_LENDIAN);
|
/haiku/src/tests/kits/support/ |
H A D | ByteOrderTest.cpp | 264 #if B_HOST_IS_LENDIAN in test() 274 if (B_HOST_IS_LENDIAN) { \ in test()
|
/haiku/src/tools/restest/ |
H A D | ResourceFile.cpp | 536 (fHostEndianess == (bool)B_HOST_IS_LENDIAN) ? "little" : "big"); in PrintToStream() 576 fHostEndianess = B_HOST_IS_LENDIAN; in _InitFile() 604 fHostEndianess = B_HOST_IS_LENDIAN; in _InitFile() 636 fHostEndianess = B_HOST_IS_LENDIAN; in _InitELFFile() 840 = (fHostEndianess == ((bool)B_HOST_IS_LENDIAN ? 0 : 1)); in _ReadHeader()
|
/haiku/src/system/libroot/posix/crypt/ |
H A D | SHA256.cpp | 141 #if B_HOST_IS_LENDIAN in _ProcessChunk()
|
/haiku/src/kits/debugger/value/ |
H A D | ValueLoader.cpp | 205 #if B_HOST_IS_LENDIAN in LoadValue()
|
/haiku/src/add-ons/kernel/network/protocols/tcp/ |
H A D | tcp.h | 51 #if B_HOST_IS_LENDIAN == 1
|
/haiku/headers/os/drivers/usb/ |
H A D | USB_video.h | 505 #if B_HOST_IS_LENDIAN 601 #if B_HOST_IS_LENDIAN
|
/haiku/src/kits/translation/ |
H A D | BitmapStream.cpp | 137 if (B_HOST_IS_LENDIAN) in WriteAt()
|
/haiku/headers/os/kernel/ |
H A D | elf.h | 847 #if B_HOST_IS_LENDIAN in IsHostEndian() 858 #if B_HOST_IS_LENDIAN in IsHostEndian()
|
/haiku/headers/build/os/kernel/ |
H A D | elf.h | 834 #if B_HOST_IS_LENDIAN in IsHostEndian() 845 #if B_HOST_IS_LENDIAN in IsHostEndian()
|
/haiku/src/kits/storage/ |
H A D | ResourceFile.cpp | 401 fHostEndianess = B_HOST_IS_LENDIAN; in _InitFile() 431 fHostEndianess = B_HOST_IS_LENDIAN; in _InitFile() 479 fHostEndianess = B_HOST_IS_LENDIAN; in _InitELFFile() 1305 fHostEndianess = B_HOST_IS_LENDIAN; in _MakeEmptyResourceFile()
|
/haiku/src/system/runtime_loader/ |
H A D | runtime_loader.cpp | 487 #if B_HOST_IS_LENDIAN in determine_x86_abi() 655 if ((elfHeader.e_ident[EI_DATA] == ELFDATA2LSB) != (B_HOST_IS_LENDIAN != 0)) in get_executable_architecture()
|
/haiku/src/add-ons/media/plugins/raw_decoder/ |
H A D | AudioConversion.cpp | 74 #if B_HOST_IS_LENDIAN
|
/haiku/src/add-ons/translators/jpeg/ |
H A D | exif_parser.cpp | 332 #if B_HOST_IS_LENDIAN in convert_exif_to_message()
|
/haiku/src/add-ons/kernel/drivers/audio/cmedia/ |
H A D | pcm.c | 1403 block, !B_HOST_IS_LENDIAN == !port->config.big_endian); in pcm_read() 1407 if (!B_HOST_IS_LENDIAN == !port->config.big_endian) { in pcm_read() 1526 block, !B_HOST_IS_LENDIAN == !port->config.big_endian); in pcm_write() 1530 if (!B_HOST_IS_LENDIAN == !port->config.big_endian) { in pcm_write()
|
/haiku/src/add-ons/kernel/network/stack/ |
H A D | utility.cpp | 116 #if B_HOST_IS_LENDIAN in compute_checksum()
|
/haiku/headers/private/graphics/common/ |
H A D | bendian_bitfield.h | 6 #if B_HOST_IS_LENDIAN
|
/haiku/src/kits/debugger/elf/ |
H A D | ElfFile.cpp | 234 fSwappedByteOrder = B_HOST_IS_LENDIAN != 0; in Init()
|