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);
117 swap_data(B_UINT32_TYPE, &headersize, 4, B_SWAP_LENDIAN_TO_HOST);
130 B_SWAP_LENDIAN_TO_HOST);
173 B_SWAP_LENDIAN_TO_HOST);
/haiku/src/kits/support/
H A DByteOrder.cpp17 if (action == B_SWAP_HOST_TO_LENDIAN || action == B_SWAP_LENDIAN_TO_HOST)
/haiku/src/add-ons/translators/ico/
H A DICO.cpp56 swap_data(B_UINT16_TYPE, this, sizeof(ico_header), B_SWAP_LENDIAN_TO_HOST);
73 swap_data(B_UINT16_TYPE, &planes, sizeof(uint16) * 2, B_SWAP_LENDIAN_TO_HOST);
74 swap_data(B_UINT32_TYPE, &size, sizeof(uint32) * 2, B_SWAP_LENDIAN_TO_HOST);
101 swap_data(B_UINT32_TYPE, &size, sizeof(uint32) * 3, B_SWAP_LENDIAN_TO_HOST);
102 swap_data(B_UINT16_TYPE, &planes, sizeof(uint16) * 2, B_SWAP_LENDIAN_TO_HOST);
103 swap_data(B_UINT32_TYPE, &compression, sizeof(uint32) * 6, B_SWAP_LENDIAN_TO_HOST);
/haiku/headers/os/support/
H A DByteOrder.h20 B_SWAP_LENDIAN_TO_HOST, enumerator in enum:__anon300
/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp277 swap_data(type, target, sizeof(target), B_SWAP_LENDIAN_TO_HOST); \
292 swap_data(type, target, sizeof(target), B_SWAP_LENDIAN_TO_HOST); \
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp309 B_SWAP_LENDIAN_TO_HOST) != B_OK)
313 B_SWAP_LENDIAN_TO_HOST) != B_OK)
323 B_SWAP_LENDIAN_TO_HOST) != B_OK)
341 B_SWAP_LENDIAN_TO_HOST) != B_OK)
424 B_SWAP_LENDIAN_TO_HOST) != B_OK)
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp60 swap_data(B_UINT16_TYPE, this, sizeof(pcx_header), B_SWAP_LENDIAN_TO_HOST);
/haiku/src/tools/translation/tiffinfo/
H A Dtiffinfo.cpp561 swp = B_SWAP_LENDIAN_TO_HOST;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h74 #define B_SWAP_LENDIAN_TO_HOST FSSH_B_SWAP_LENDIAN_TO_HOST macro

Completed in 80 milliseconds