Searched refs:B_LENDIAN_TO_HOST_INT16 (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h74 uint16 Flags() const { return B_LENDIAN_TO_HOST_INT16(flags); }
138 { return B_LENDIAN_TO_HOST_INT16(modification_time); }
140 { return B_LENDIAN_TO_HOST_INT16(modification_date); }
142 { return B_LENDIAN_TO_HOST_INT16(access_time); }
144 { return B_LENDIAN_TO_HOST_INT16(access_date); }
146 { return B_LENDIAN_TO_HOST_INT16(creation_time); }
148 { return B_LENDIAN_TO_HOST_INT16(creation_date); }
150 { return B_LENDIAN_TO_HOST_INT16(attribs); }
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp237 = B_LENDIAN_TO_HOST_INT16(lvdsInfo->info.sLCDTiming.usPixClk) * 10;
240 = B_LENDIAN_TO_HOST_INT16(lvdsInfo->info.sLCDTiming.usHActive);
241 timing->h_total = timing->h_display + B_LENDIAN_TO_HOST_INT16(
244 + B_LENDIAN_TO_HOST_INT16(lvdsInfo->info.sLCDTiming.usHSyncOffset);
246 + B_LENDIAN_TO_HOST_INT16(lvdsInfo->info.sLCDTiming.usHSyncWidth);
249 = B_LENDIAN_TO_HOST_INT16(lvdsInfo->info.sLCDTiming.usVActive);
250 timing->v_total = timing->v_display + B_LENDIAN_TO_HOST_INT16(
253 + B_LENDIAN_TO_HOST_INT16(lvdsInfo->info.sLCDTiming.usVSyncOffset);
255 + B_LENDIAN_TO_HOST_INT16(lvdsInfo->info.sLCDTiming.usVSyncWidth);
260 = B_LENDIAN_TO_HOST_INT16(lvdsInf
[all...]
H A Dpll.cpp100 = B_LENDIAN_TO_HOST_INT16(firmwareInfo->info.usReferenceClock) * 10;
104 = B_LENDIAN_TO_HOST_INT16(
118 = B_LENDIAN_TO_HOST_INT16(
125 = B_LENDIAN_TO_HOST_INT16(
148 pll->pllInMin = B_LENDIAN_TO_HOST_INT16(
150 pll->pllInMax = B_LENDIAN_TO_HOST_INT16(
188 pll->ssPercentage = B_LENDIAN_TO_HOST_INT16(
250 pll->ssPercentage = B_LENDIAN_TO_HOST_INT16(
256 pll->ssRate = B_LENDIAN_TO_HOST_INT16(
279 pll->ssPercentage = B_LENDIAN_TO_HOST_INT16(
[all...]
H A Dgpu.cpp78 gInfo->dpExternalClock = B_LENDIAN_TO_HOST_INT16(
83 gInfo->maximumPixelClock = B_LENDIAN_TO_HOST_INT16(
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h96 uint16 Magic() const { return B_LENDIAN_TO_HOST_INT16(magic); }
97 uint16 State() const { return B_LENDIAN_TO_HOST_INT16(state); }
98 uint32 RevisionLevel() const { return B_LENDIAN_TO_HOST_INT16(revision_level); }
123 uint16 InodeSize() const { return B_LENDIAN_TO_HOST_INT16(inode_size); }
141 { return B_LENDIAN_TO_HOST_INT16(reserved_gdt_blocks); }
149 { return B_LENDIAN_TO_HOST_INT16(group_descriptor_size); }
281 uint32 blocks = B_LENDIAN_TO_HOST_INT16(free_blocks);
284 ((uint32)B_LENDIAN_TO_HOST_INT16(free_blocks_high) << 16);
289 uint32 inodes = B_LENDIAN_TO_HOST_INT16(free_inodes);
292 ((uint32)B_LENDIAN_TO_HOST_INT16(free_inodes_hig
[all...]
H A DHTree.h48 { return B_LENDIAN_TO_HOST_INT16(limit); }
50 { return B_LENDIAN_TO_HOST_INT16(count); }
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dutil.h49 B_LENDIAN_TO_HOST_INT16(*(uint16 *)&buffer[off])
H A Dencodings.cpp852 if ((B_LENDIAN_TO_HOST_INT16(uni_str[0])&0xff80) == 0)\
853 *str++ = B_LENDIAN_TO_HOST_INT16(*uni_str++);\
854 else if ((B_LENDIAN_TO_HOST_INT16(uni_str[0])&0xf800) == 0) {\
855 str[0] = 0xc0|(B_LENDIAN_TO_HOST_INT16(uni_str[0])>>6);\
856 str[1] = 0x80|(B_LENDIAN_TO_HOST_INT16(*uni_str++)&0x3f);\
858 } else if ((B_LENDIAN_TO_HOST_INT16(uni_str[0])&0xfc00) != 0xd800) {\
859 str[0] = 0xe0|(B_LENDIAN_TO_HOST_INT16(uni_str[0])>>12);\
860 str[1] = 0x80|((B_LENDIAN_TO_HOST_INT16(uni_str[0])>>6)&0x3f);\
861 str[2] = 0x80|(B_LENDIAN_TO_HOST_INT16(*uni_str++)&0x3f);\
865 val = ((B_LENDIAN_TO_HOST_INT16(uni_st
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h95 uint16 type_and_timezone() const { return B_LENDIAN_TO_HOST_INT16(_type_and_timezone); }
110 uint16 year() const { return B_LENDIAN_TO_HOST_INT16(_year); }
396 uint16 partition() const { return B_LENDIAN_TO_HOST_INT16(_partition); }
509 uint16 flags() const { return B_LENDIAN_TO_HOST_INT16(_accessor().flags); }
576 uint16 id() const { return B_LENDIAN_TO_HOST_INT16(_id); }
577 uint16 version() const { return B_LENDIAN_TO_HOST_INT16(_version); }
579 uint16 serial_number() const { return B_LENDIAN_TO_HOST_INT16(_serial_number); }
580 uint16 crc() const { return B_LENDIAN_TO_HOST_INT16(_crc); }
581 uint16 crc_length() const { return B_LENDIAN_TO_HOST_INT16(_crc_length); }
710 uint16 volume_sequence_number() const { return B_LENDIAN_TO_HOST_INT16(_volume_sequence_numbe
[all...]
/haiku/headers/os/support/
H A DByteOrder.h51 #define B_LENDIAN_TO_HOST_INT16(arg) (uint16)(arg) macro
85 #define B_LENDIAN_TO_HOST_INT16(arg) __swap_int16(arg) macro
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dutility.cpp44 uint16 w1 = B_LENDIAN_TO_HOST_INT16(from[i]);
56 uint16 w2 = B_LENDIAN_TO_HOST_INT16(from[i + 1]);
H A DHeader.cpp379 B_LENDIAN_TO_HOST_INT32(id.data1), B_LENDIAN_TO_HOST_INT16(id.data2),
380 B_LENDIAN_TO_HOST_INT16(id.data3), id.data4[0], id.data4[1],
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h197 { return B_LENDIAN_TO_HOST_INT16(stripe_count); }
199 { return B_LENDIAN_TO_HOST_INT16(sub_stripes); }
329 uint16 NameLength() const { return B_LENDIAN_TO_HOST_INT16(name_length); }
368 uint16 DataLength() const { return B_LENDIAN_TO_HOST_INT16(data_length); }
369 uint16 NameLength() const { return B_LENDIAN_TO_HOST_INT16(name_length); }
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DKLSI.cpp143 size_t bytes = B_LENDIAN_TO_HOST_INT16(*(uint16 *)(*buffer));
/haiku/src/libs/icon/flat_icon/
H A DLittleEndianBuffer.cpp197 value = B_LENDIAN_TO_HOST_INT16(*(uint16*)fHandle);
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp66 uint32 c = B_LENDIAN_TO_HOST_INT16(fClusterLSB);
68 c += ((uint32)B_LENDIAN_TO_HOST_INT16(fClusterMSB) << 16);
166 uint16 c = B_LENDIAN_TO_HOST_INT16(utf16[i]);
184 uint16 c2 = B_LENDIAN_TO_HOST_INT16(utf16[++i]);
/haiku/headers/os/drivers/pcmcia/
H A Dk_compat.h59 #define le16_to_cpu B_LENDIAN_TO_HOST_INT16
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp284 mapspec.firstentry = B_LENDIAN_TO_HOST_INT16(mapspec.firstentry);
289 mapspec.length = B_LENDIAN_TO_HOST_INT16(mapspec.length);
309 imagespec.xorigin = B_LENDIAN_TO_HOST_INT16(imagespec.xorigin);
312 imagespec.yorigin = B_LENDIAN_TO_HOST_INT16(imagespec.yorigin);
315 imagespec.width = B_LENDIAN_TO_HOST_INT16(imagespec.width);
320 imagespec.height = B_LENDIAN_TO_HOST_INT16(imagespec.height);
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp343 B_LENDIAN_TO_HOST_INT16(record->volume_space)));
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp142 + B_LENDIAN_TO_HOST_INT16(headerPkt->alen);
/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp131 return B_LENDIAN_TO_HOST_INT16(*(reinterpret_cast<uint16 *>(buffer + offset)));
/haiku/src/kits/device/
H A DUSBDevice.cpp286 const uint16 character = B_LENDIAN_TO_HOST_INT16(ustr[i]);
/haiku/src/add-ons/accelerants/common/
H A Ddecode_edid.c36 vendor->prod_id = B_LENDIAN_TO_HOST_INT16(raw->prod_id);
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp264 crs->i2c_addr = B_LENDIAN_TO_HOST_INT16(
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp1469 B_LENDIAN_TO_HOST_INT16(reserveInfo->usFirmwareUseInKb));
1472 = B_LENDIAN_TO_HOST_INT16(reserveInfo->usFirmwareUseInKb) * 1024;

Completed in 619 milliseconds

12