HelenOS sources
host2uint64_t_le 106 boot/generic/include/byteorder.h #define host2int64_t_le(n) host2uint64_t_le(n)
host2uint64_t_le 281 uspace/app/mkexfat/mkexfat.c mbs->volume_start = host2uint64_t_le(cfg->volume_start);
host2uint64_t_le 282 uspace/app/mkexfat/mkexfat.c mbs->volume_count = host2uint64_t_le(cfg->volume_count);
host2uint64_t_le 666 uspace/app/mkexfat/mkexfat.c d->bitmap.size = host2uint64_t_le(cfg->bitmap_size);
host2uint64_t_le 675 uspace/app/mkexfat/mkexfat.c d->uctable.size = host2uint64_t_le(sizeof(upcase_table));
host2uint64_t_le 438 uspace/app/sysinst/sysinst.c first_bl->start = host2uint64_t_le(core_start + 1);
host2uint64_t_le 140 uspace/drv/audio/hdaudio/stream.c bufs->bdl[i].address = host2uint64_t_le(bufs->buf_phys[i]);
host2uint64_t_le 106 uspace/lib/c/include/byteorder.h #define host2int64_t_le(n) host2uint64_t_le(n)
host2uint64_t_le 108 uspace/lib/c/include/ddi.h pio_write_64(reg, host2uint64_t_le(val));
host2uint64_t_le 441 uspace/lib/label/src/gpt.c gpt_hdr->my_lba = host2uint64_t_le(hdr_ba[i]);
host2uint64_t_le 442 uspace/lib/label/src/gpt.c gpt_hdr->alternate_lba = host2uint64_t_le(hdr_ba[1 - i]);
host2uint64_t_le 443 uspace/lib/label/src/gpt.c gpt_hdr->first_usable_lba = host2uint64_t_le(ba_min);
host2uint64_t_le 444 uspace/lib/label/src/gpt.c gpt_hdr->last_usable_lba = host2uint64_t_le(ba_max);
host2uint64_t_le 446 uspace/lib/label/src/gpt.c gpt_hdr->entry_lba = host2uint64_t_le(ptba[i]);
host2uint64_t_le 816 uspace/lib/label/src/gpt.c pte->start_lba = host2uint64_t_le(part->block0);
host2uint64_t_le 817 uspace/lib/label/src/gpt.c pte->end_lba = host2uint64_t_le(eblock);
host2uint64_t_le 106 uspace/lib/posix/include/libc/byteorder.h #define host2int64_t_le(n) host2uint64_t_le(n)
host2uint64_t_le 108 uspace/lib/posix/include/libc/ddi.h pio_write_64(reg, host2uint64_t_le(val));
host2uint64_t_le 341 uspace/srv/fs/exfat/exfat_directory.c array[1].stream.valid_data_size = host2uint64_t_le(ds->valid_data_size);
host2uint64_t_le 342 uspace/srv/fs/exfat/exfat_directory.c array[1].stream.data_size = host2uint64_t_le(ds->data_size);
HelenOS homepage, sources at GitHub