Home
last modified time | relevance | path

Searched refs:B_SWAP_LENDIAN_TO_HOST (Results 1 – 9 of 9) sorted by relevance

/haiku/src/tools/translation/bmpinfo/
H A Dbmpinfo.cpp101 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 DICO.cpp56 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 DByteOrder.cpp17 if (action == B_SWAP_HOST_TO_LENDIAN || action == B_SWAP_LENDIAN_TO_HOST) in swap_data()
/haiku/headers/os/support/
H A DByteOrder.h20 B_SWAP_LENDIAN_TO_HOST, enumerator
/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp277 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 DBMPTranslator.cpp309 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 DPCX.cpp60 swap_data(B_UINT16_TYPE, this, sizeof(pcx_header), B_SWAP_LENDIAN_TO_HOST); in SwapToHost()
/haiku/src/tools/translation/tiffinfo/
H A Dtiffinfo.cpp561 swp = B_SWAP_LENDIAN_TO_HOST; in generate_report()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h74 #define B_SWAP_LENDIAN_TO_HOST FSSH_B_SWAP_LENDIAN_TO_HOST macro