Home
last modified time | relevance | path

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

/haiku/src/tools/restest/
H A DResourceFile.h77 return (fHostEndianess ? value : B_SWAP_INT16(value)); in _GetInt16()
85 return (fHostEndianess ? value : B_SWAP_INT16(value)); in _GetUInt16()
/haiku/headers/private/storage/
H A DResourceFile.h120 return fHostEndianess ? value : (int16)B_SWAP_INT16((uint16)value); in _GetInt()
127 return fHostEndianess ? value : B_SWAP_INT16(value); in _GetInt()
/haiku/src/apps/cortex/addons/audioOps/
H A Daudio_op_tools.h54 sample = B_SWAP_INT16(sample); in byteswap_sample()
/haiku/headers/os/support/
H A DByteOrder.h31 #define B_SWAP_INT16(arg) __swap_int16(arg) macro
/haiku/headers/private/debugger/elf/
H A DElfFile.h187 { return (uint16)B_SWAP_INT16(value); } in _Swap()
/haiku/src/kits/device/
H A DUSBDevice.cpp293 ustr[i] = B_SWAP_INT16(ustr[i]); in DecodeStringDescriptor()
/haiku/src/apps/cortex/addons/common/
H A Daudio_buffer_tools.h94 out = (float)(int16)(B_SWAP_INT16(in)) / 32767.0; in swap_convert_sample()
/haiku/src/kits/app/
H A DPropertyInfo.cpp364 fValueCount = B_SWAP_INT16(fValueCount); in Unflatten()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h91 #define B_SWAP_INT16(arg) FSSH_B_SWAP_INT16(arg) macro