Searched refs:B_LENDIAN_TO_HOST_INT32 (Results 26 - 34 of 34) sorted by last modified time

12

/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
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp156 B_LENDIAN_TO_HOST_INT32(settings.base_type));
159 float(B_LENDIAN_TO_HOST_INT32(settings.font_size)));
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp203 val = B_LENDIAN_TO_HOST_INT32(ctx->ps[idx]);
1468 B_LENDIAN_TO_HOST_INT32(reserveInfo->ulStartAddrUsedByFirmware),
/haiku/src/system/libroot/posix/crypt/
H A Dcrypto_scrypt_smix.cpp177 X[k] = B_LENDIAN_TO_HOST_INT32(((uint32_t*)B)[k]);
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c35 #define HE(n) B_LENDIAN_TO_HOST_INT32(n)
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h375 uint32 length() const { return B_LENDIAN_TO_HOST_INT32(_length); }
376 uint32 location() const { return B_LENDIAN_TO_HOST_INT32(_location); }
395 uint32 block() const { return B_LENDIAN_TO_HOST_INT32(_block); }
448 uint32 block() const { return B_LENDIAN_TO_HOST_INT32(_block); }
464 uint32 type_and_length() const { return B_LENDIAN_TO_HOST_INT32(_type_and_length); }
510 uint32 unique_id() const { return B_LENDIAN_TO_HOST_INT32(_accessor().unique_id); }
553 uint32 type_and_length() const { return B_LENDIAN_TO_HOST_INT32(_type_and_length); }
582 uint32 location() const { return B_LENDIAN_TO_HOST_INT32(_location); }
704 uint32 vds_number() const { return B_LENDIAN_TO_HOST_INT32(_vds_number); }
705 uint32 primary_volume_descriptor_number() const { return B_LENDIAN_TO_HOST_INT32(_primary_volume_descriptor_numbe
[all...]
/haiku/src/libs/icon/flat_icon/
H A DLittleEndianBuffer.cpp210 value = B_LENDIAN_TO_HOST_INT32(*(uint32*)fHandle);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.h36 { return B_LENDIAN_TO_HOST_INT32(inode_id); }
66 { return B_LENDIAN_TO_HOST_INT32(hash); }
68 { return B_LENDIAN_TO_HOST_INT32(block); }
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp299 (int)B_LENDIAN_TO_HOST_INT32(primary->size)));
301 (int)B_LENDIAN_TO_HOST_INT32(primary->set_size)));
303 (int)B_LENDIAN_TO_HOST_INT32(primary->sequence_number)));
305 (int)B_LENDIAN_TO_HOST_INT32(primary->logical_block_size)));
307 (int)B_LENDIAN_TO_HOST_INT32(primary->path_table_size)));
339 (int)B_LENDIAN_TO_HOST_INT32(record->location)));
341 (int)B_LENDIAN_TO_HOST_INT32(record->data_length)));
436 info->max_blocks = B_LENDIAN_TO_HOST_INT32(primary->set_size);

Completed in 105 milliseconds

12