Searched refs:B_SWAP_LENDIAN_TO_HOST (Results 1 – 9 of 9) sorted by relevance
/haiku/src/tools/translation/bmpinfo/ |
H A D | bmpinfo.cpp | 101 12, B_SWAP_LENDIAN_TO_HOST); in print_bmp_info() 117 swap_data(B_UINT32_TYPE, &headersize, 4, B_SWAP_LENDIAN_TO_HOST); in print_bmp_info() 130 B_SWAP_LENDIAN_TO_HOST); in print_bmp_info() 173 B_SWAP_LENDIAN_TO_HOST); in print_bmp_info()
|
/haiku/src/add-ons/translators/ico/ |
H A D | ICO.cpp | 56 swap_data(B_UINT16_TYPE, this, sizeof(ico_header), B_SWAP_LENDIAN_TO_HOST); in SwapToHost() 73 swap_data(B_UINT16_TYPE, &planes, sizeof(uint16) * 2, B_SWAP_LENDIAN_TO_HOST); in SwapToHost() 74 swap_data(B_UINT32_TYPE, &size, sizeof(uint32) * 2, B_SWAP_LENDIAN_TO_HOST); in SwapToHost() 101 swap_data(B_UINT32_TYPE, &size, sizeof(uint32) * 3, B_SWAP_LENDIAN_TO_HOST); in SwapToHost() 102 swap_data(B_UINT16_TYPE, &planes, sizeof(uint16) * 2, B_SWAP_LENDIAN_TO_HOST); in SwapToHost() 103 swap_data(B_UINT32_TYPE, &compression, sizeof(uint32) * 6, B_SWAP_LENDIAN_TO_HOST); in SwapToHost()
|
/haiku/src/kits/support/ |
H A D | ByteOrder.cpp | 17 if (action == B_SWAP_HOST_TO_LENDIAN || action == B_SWAP_LENDIAN_TO_HOST) in swap_data()
|
/haiku/headers/os/support/ |
H A D | ByteOrder.h | 20 B_SWAP_LENDIAN_TO_HOST, enumerator
|
/haiku/src/tests/kits/support/ |
H A D | ByteOrderTest.cpp | 277 swap_data(type, target, sizeof(target), B_SWAP_LENDIAN_TO_HOST); \ in test() 292 swap_data(type, target, sizeof(target), B_SWAP_LENDIAN_TO_HOST); \ in test()
|
/haiku/src/add-ons/translators/bmp/ |
H A D | BMPTranslator.cpp | 309 B_SWAP_LENDIAN_TO_HOST) != B_OK) in identify_bmp_header() 313 B_SWAP_LENDIAN_TO_HOST) != B_OK) in identify_bmp_header() 323 B_SWAP_LENDIAN_TO_HOST) != B_OK) in identify_bmp_header() 341 B_SWAP_LENDIAN_TO_HOST) != B_OK) in identify_bmp_header() 424 B_SWAP_LENDIAN_TO_HOST) != B_OK) in identify_bmp_header()
|
/haiku/src/add-ons/translators/pcx/ |
H A D | PCX.cpp | 60 swap_data(B_UINT16_TYPE, this, sizeof(pcx_header), B_SWAP_LENDIAN_TO_HOST); in SwapToHost()
|
/haiku/src/tools/translation/tiffinfo/ |
H A D | tiffinfo.cpp | 561 swp = B_SWAP_LENDIAN_TO_HOST; in generate_report()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 74 #define B_SWAP_LENDIAN_TO_HOST FSSH_B_SWAP_LENDIAN_TO_HOST macro
|