Searched refs:B_LENDIAN_TO_HOST_INT32 (Results 1 - 25 of 33) sorted by last modified time

12

/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c264 if ((B_LENDIAN_TO_HOST_INT32(ptb[i]) & EMU_CHAN_MAP_PTE_MASK) == silentpage) {
268 if ((B_LENDIAN_TO_HOST_INT32(ptb[i + j]) & EMU_CHAN_MAP_PTE_MASK)
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp306 uint32 addr = B_LENDIAN_TO_HOST_INT32(*stream->position);
/haiku/headers/os/drivers/pcmcia/
H A Dk_compat.h60 #define le32_to_cpu B_LENDIAN_TO_HOST_INT32
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp2102 B_LENDIAN_TO_HOST_INT32(endpoint->trbs[link].flags));
2612 fCmdResult[1] = B_LENDIAN_TO_HOST_INT32(trb->flags);
2622 const uint32 flags = B_LENDIAN_TO_HOST_INT32(trb->flags);
2788 TRB_3_TYPE_GET(B_LENDIAN_TO_HOST_INT32(trbs[i].flags)),
3063 uint32 temp = B_LENDIAN_TO_HOST_INT32(fEventRing[i].flags);
3067 fEventRing[i].status, B_LENDIAN_TO_HOST_INT32(fEventRing[i].flags));
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp83 uint32 bits = B_LENDIAN_TO_HOST_INT32(data[startIndex]);
98 uint32 bits = B_LENDIAN_TO_HOST_INT32(data[index]);
121 uint32 bits = B_LENDIAN_TO_HOST_INT32(data[index]);
154 uint32 bits = B_LENDIAN_TO_HOST_INT32(fData[startIndex]);
188 uint32 bits = B_LENDIAN_TO_HOST_INT32(fData[index]);
221 uint32 bits = B_LENDIAN_TO_HOST_INT32(fData[index]);
263 uint32 bits = B_LENDIAN_TO_HOST_INT32(data[index]);
289 bits = B_LENDIAN_TO_HOST_INT32(data[fMaxIndex]);
299 bits = B_LENDIAN_TO_HOST_INT32(data[index]);
332 uint32 bits = B_LENDIAN_TO_HOST_INT32(dat
[all...]
H A Dext2.h99 uint32 BlockShift() const { return B_LENDIAN_TO_HOST_INT32(block_shift) + 10; }
100 uint32 NumInodes() const { return B_LENDIAN_TO_HOST_INT32(num_inodes); }
103 uint64 blocks = B_LENDIAN_TO_HOST_INT32(num_blocks);
105 blocks |= ((uint64)B_LENDIAN_TO_HOST_INT32(num_blocks_high) << 32);
108 uint32 FreeInodes() const { return B_LENDIAN_TO_HOST_INT32(free_inodes); }
111 uint64 blocks = B_LENDIAN_TO_HOST_INT32(free_blocks);
113 blocks |= ((uint64)B_LENDIAN_TO_HOST_INT32(free_blocks_high) << 32);
118 uint64 blocks = B_LENDIAN_TO_HOST_INT32(reserved_blocks);
120 blocks |= ((uint64)B_LENDIAN_TO_HOST_INT32(reserved_blocks_high) << 32);
125 { return B_LENDIAN_TO_HOST_INT32(first_data_bloc
[all...]
H A DDataStream.cpp70 block = B_LENDIAN_TO_HOST_INT32(fStream->direct[index]);
82 uint32* indirectBlocks = (uint32*)cached.SetTo(B_LENDIAN_TO_HOST_INT32(
87 block = B_LENDIAN_TO_HOST_INT32(indirectBlocks[index]);
99 uint32* indirectBlocks = (uint32*)cached.SetTo(B_LENDIAN_TO_HOST_INT32(
104 uint32 indirectIndex = B_LENDIAN_TO_HOST_INT32(indirectBlocks[index
114 block = B_LENDIAN_TO_HOST_INT32(
129 uint32* indirectBlocks = (uint32*)cached.SetTo(B_LENDIAN_TO_HOST_INT32(
134 uint32 indirectIndex = B_LENDIAN_TO_HOST_INT32(indirectBlocks[index
144 indirectIndex = B_LENDIAN_TO_HOST_INT32(
154 block = B_LENDIAN_TO_HOST_INT32(
[all...]
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonDevice.cpp245 return B_LENDIAN_TO_HOST_INT32(desiredSize);
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp42 uint32 Size() const { return B_LENDIAN_TO_HOST_INT32(fSize); };
H A Dfatfs.h25 B_LENDIAN_TO_HOST_INT32(*(uint32 *)&buffer[off])
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp143 uint32 value = B_LENDIAN_TO_HOST_INT32(*(uint32*)data);
/haiku/src/add-ons/accelerants/common/
H A Ddecode_edid.c37 vendor->serial = B_LENDIAN_TO_HOST_INT32(raw->serial);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h107 #define B_LENDIAN_TO_HOST_INT32(arg) FSSH_B_LENDIAN_TO_HOST_INT32(arg) macro
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp181 if (B_LENDIAN_TO_HOST_INT32(magicBytes) != kPlaylistMagicBytes)
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dpll.cpp108 = B_LENDIAN_TO_HOST_INT32(
113 = B_LENDIAN_TO_HOST_INT32(
244 if (pll->pixelClock / 10 > B_LENDIAN_TO_HOST_INT32(
273 if (pll->pixelClock / 10 > B_LENDIAN_TO_HOST_INT32(
303 if (pll->pixelClock / 10 > B_LENDIAN_TO_HOST_INT32(
704 pll->adjustedClock = B_LENDIAN_TO_HOST_INT32(
H A Dgpu.cpp69 gInfo->displayClockFrequency = B_LENDIAN_TO_HOST_INT32(
/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp137 return B_LENDIAN_TO_HOST_INT32(*(reinterpret_cast<uint32 *>(buffer + offset)));
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dutil.h46 B_LENDIAN_TO_HOST_INT32(*(uint32 *)&buffer[off])
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h117 { return B_LENDIAN_TO_HOST_INT32(item_count); }
150 { return B_LENDIAN_TO_HOST_INT32(offset); }
152 { return B_LENDIAN_TO_HOST_INT32(size); }
192 uint32 IOAlign() const { return B_LENDIAN_TO_HOST_INT32(io_align); }
193 uint32 IOWidth() const { return B_LENDIAN_TO_HOST_INT32(io_width); }
195 { return B_LENDIAN_TO_HOST_INT32(sector_size); }
260 uint32 BlockSize() const { return B_LENDIAN_TO_HOST_INT32(node_size); }
261 uint32 SectorSize() const { return B_LENDIAN_TO_HOST_INT32(sector_size); }
296 uint32 UserID() const { return B_LENDIAN_TO_HOST_INT32(uid); }
297 uint32 GroupID() const { return B_LENDIAN_TO_HOST_INT32(gi
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.h37 { return B_LENDIAN_TO_HOST_INT32(revision); }
41 { return B_LENDIAN_TO_HOST_INT32(header_size); }
45 { return B_LENDIAN_TO_HOST_INT32(header_crc); }
71 { return B_LENDIAN_TO_HOST_INT32(entry_count); }
75 { return B_LENDIAN_TO_HOST_INT32(entry_size); }
79 { return B_LENDIAN_TO_HOST_INT32(entries_crc); }
H A DHeader.cpp379 B_LENDIAN_TO_HOST_INT32(id.data1), B_LENDIAN_TO_HOST_INT16(id.data2),
/haiku/src/system/kernel/
H A Dconvertutf.cpp71 ? B_LENDIAN_TO_HOST_INT32(source[i])
86 ? B_LENDIAN_TO_HOST_INT32(source[i + 1])
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h61 { return B_LENDIAN_TO_HOST_INT32(first_fat_block); }
63 { return B_LENDIAN_TO_HOST_INT32(fat_length); }
65 { return B_LENDIAN_TO_HOST_INT32(first_data_block); }
67 { return B_LENDIAN_TO_HOST_INT32(cluster_count); }
69 { return B_LENDIAN_TO_HOST_INT32(root_dir_cluster); }
71 { return B_LENDIAN_TO_HOST_INT32(serial_number); }
165 { return B_LENDIAN_TO_HOST_INT32(start_cluster); }
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c97 #define unLE(x) B_LENDIAN_TO_HOST_INT32(x)
/haiku/headers/os/support/
H A DByteOrder.h50 #define B_LENDIAN_TO_HOST_INT32(arg) (uint32)(arg) macro
84 #define B_LENDIAN_TO_HOST_INT32(arg) __swap_int32(arg) macro

Completed in 168 milliseconds

12