HelenOS sources
host2uint32_t_le 105 boot/generic/include/byteorder.h #define host2int32_t_le(n) host2uint32_t_le(n)
host2uint32_t_le 76 kernel/arch/mips32/src/mach/malta/malta.c uint8_t isa_irq = host2uint32_t_le(pio_read_32(GT64120_PCI0_INTACK));
host2uint32_t_le 283 uspace/app/mkexfat/mkexfat.c mbs->fat_sector_start = host2uint32_t_le(FAT_SECTOR_START);
host2uint32_t_le 284 uspace/app/mkexfat/mkexfat.c mbs->fat_sector_count = host2uint32_t_le(cfg->fat_sector_count);
host2uint32_t_le 285 uspace/app/mkexfat/mkexfat.c mbs->data_start_sector = host2uint32_t_le(cfg->data_start_sector);
host2uint32_t_le 287 uspace/app/mkexfat/mkexfat.c mbs->data_clusters = host2uint32_t_le(cfg->total_clusters);
host2uint32_t_le 289 uspace/app/mkexfat/mkexfat.c mbs->rootdir_cluster = host2uint32_t_le(cfg->rootdir_cluster);
host2uint32_t_le 290 uspace/app/mkexfat/mkexfat.c mbs->volume_serial = host2uint32_t_le(vsn);
host2uint32_t_le 343 uspace/app/mkexfat/mkexfat.c chksum_sector[idx] = host2uint32_t_le(vbr_checksum);
host2uint32_t_le 384 uspace/app/mkexfat/mkexfat.c ebs[cfg->sector_size / 4 - 1] = host2uint32_t_le(0xAA550000);
host2uint32_t_le 438 uspace/app/mkexfat/mkexfat.c pfat[0] = host2uint32_t_le(0xFFFFFFF8);
host2uint32_t_le 439 uspace/app/mkexfat/mkexfat.c pfat[1] = host2uint32_t_le(0xFFFFFFFF);
host2uint32_t_le 492 uspace/app/mkexfat/mkexfat.c fat[cur_cls] = host2uint32_t_le(++next_cls);
host2uint32_t_le 510 uspace/app/mkexfat/mkexfat.c fat[cur_cls] = host2uint32_t_le(0xFFFFFFFF);
host2uint32_t_le 665 uspace/app/mkexfat/mkexfat.c d->bitmap.firstc = host2uint32_t_le(cfg->bitmap_cluster);
host2uint32_t_le 672 uspace/app/mkexfat/mkexfat.c d->uctable.checksum = host2uint32_t_le(upcase_table_checksum(
host2uint32_t_le 674 uspace/app/mkexfat/mkexfat.c d->uctable.firstc = host2uint32_t_le(cfg->upcase_table_cluster);
host2uint32_t_le 521 uspace/app/mkfat/mkfat.c bs->totsec32 = host2uint32_t_le(cfg->total_sectors);
host2uint32_t_le 528 uspace/app/mkfat/mkfat.c bs->hidden_sec = host2uint32_t_le(0);
host2uint32_t_le 532 uspace/app/mkfat/mkfat.c bs->fat32.sectors_per_fat = host2uint32_t_le(cfg->fat_sectors);
host2uint32_t_le 162 uspace/app/wavplay/wave.c header->subchunk2_size = host2uint32_t_le(size);
host2uint32_t_le 163 uspace/app/wavplay/wave.c header->sampling_rate = host2uint32_t_le(format.sampling_rate);
host2uint32_t_le 164 uspace/app/wavplay/wave.c header->channels = host2uint32_t_le(format.channels);
host2uint32_t_le 68 uspace/drv/audio/hdaudio/regif.c pio_write_32(r, host2uint32_t_le(val));
host2uint32_t_le 141 uspace/drv/audio/hdaudio/stream.c bufs->bdl[i].length = host2uint32_t_le(bufs->bufsize);
host2uint32_t_le 249 uspace/drv/block/pci-ide/pci-ide.c chan->prdt->pba = host2uint32_t_le(chan->dma_buf_pa);
host2uint32_t_le 261 uspace/drv/bus/pci/pciintel/pci.c host2uint32_t_le(CONF_ADDR_ENABLE | conf_addr));
host2uint32_t_le 310 uspace/drv/bus/pci/pciintel/pci.c host2uint32_t_le(CONF_ADDR_ENABLE | conf_addr));
host2uint32_t_le 334 uspace/drv/bus/pci/pciintel/pci.c host2uint32_t_le(CONF_ADDR_ENABLE | conf_addr));
host2uint32_t_le 335 uspace/drv/bus/pci/pciintel/pci.c pio_write_32(bus->conf_data_reg, host2uint32_t_le(val));
host2uint32_t_le 338 uspace/drv/bus/pci/pciintel/pci.c host2uint32_t_le(val));
host2uint32_t_le 41 uspace/drv/bus/usb/ehci/ehci_regs.h #define EHCI_WR(reg, val) pio_write_32(&(reg), host2uint32_t_le(val))
host2uint32_t_le 44 uspace/drv/bus/usb/ehci/ehci_regs.h #define EHCI_SET(reg, val) pio_set_32(&(reg), host2uint32_t_le(val), 10)
host2uint32_t_le 45 uspace/drv/bus/usb/ehci/ehci_regs.h #define EHCI_CLR(reg, val) pio_clear_32(&(reg), host2uint32_t_le(val), 10)
host2uint32_t_le 40 uspace/drv/bus/usb/ehci/hw_struct/mem_access.h #define EHCI_MEM32_WR(reg, val) reg = host2uint32_t_le(val)
host2uint32_t_le 42 uspace/drv/bus/usb/ehci/hw_struct/mem_access.h #define EHCI_MEM32_SET(reg, val) reg |= host2uint32_t_le(val)
host2uint32_t_le 43 uspace/drv/bus/usb/ehci/hw_struct/mem_access.h #define EHCI_MEM32_CLR(reg, val) reg &= host2uint32_t_le(~val)
host2uint32_t_le 41 uspace/drv/bus/usb/ohci/hw_struct/mem_access.h #define OHCI_MEM32_WR(reg, val) reg = host2uint32_t_le(val)
host2uint32_t_le 43 uspace/drv/bus/usb/ohci/hw_struct/mem_access.h #define OHCI_MEM32_SET(reg, val) reg |= host2uint32_t_le(val)
host2uint32_t_le 44 uspace/drv/bus/usb/ohci/hw_struct/mem_access.h #define OHCI_MEM32_CLR(reg, val) reg &= host2uint32_t_le(~val)
host2uint32_t_le 42 uspace/drv/bus/usb/ohci/ohci_regs.h #define OHCI_WR(reg, val) pio_write_32(&(reg), host2uint32_t_le(val))
host2uint32_t_le 44 uspace/drv/bus/usb/ohci/ohci_regs.h #define OHCI_SET(reg, val) pio_set_32(&(reg), host2uint32_t_le(val), 1)
host2uint32_t_le 45 uspace/drv/bus/usb/ohci/ohci_regs.h #define OHCI_CLR(reg, val) pio_clear_32(&(reg), host2uint32_t_le(val), 1)
host2uint32_t_le 325 uspace/drv/bus/usb/xhci/debug.c name.packed = host2uint32_t_le(XHCI_REG_RD(ec, XHCI_EC_SP_NAME));
host2uint32_t_le 100 uspace/drv/bus/usb/xhci/hc.c name.packed = host2uint32_t_le(XHCI_REG_RD(ec, XHCI_EC_SP_NAME));
host2uint32_t_le 119 uspace/drv/nic/ar9271/htc.c id0 = host2uint32_t_le(id0);
host2uint32_t_le 245 uspace/drv/platform/malta/malta.c >[GT_PCI_CMD / sizeof(ioport32_t)], host2uint32_t_le(val));
host2uint32_t_le 105 uspace/lib/c/include/byteorder.h #define host2int32_t_le(n) host2uint32_t_le(n)
host2uint32_t_le 100 uspace/lib/c/include/ddi.h pio_write_32(reg, host2uint32_t_le(val));
host2uint32_t_le 71 uspace/lib/ext4/src/block_group.c bg->block_bitmap_lo = host2uint32_t_le((block_bitmap << 32) >> 32);
host2uint32_t_le 75 uspace/lib/ext4/src/block_group.c bg->block_bitmap_hi = host2uint32_t_le(block_bitmap >> 32);
host2uint32_t_le 107 uspace/lib/ext4/src/block_group.c bg->inode_bitmap_lo = host2uint32_t_le((inode_bitmap << 32) >> 32);
host2uint32_t_le 111 uspace/lib/ext4/src/block_group.c bg->inode_bitmap_hi = host2uint32_t_le(inode_bitmap >> 32);
host2uint32_t_le 145 uspace/lib/ext4/src/block_group.c host2uint32_t_le((inode_table_first << 32) >> 32);
host2uint32_t_le 150 uspace/lib/ext4/src/block_group.c host2uint32_t_le(inode_table_first >> 32);
host2uint32_t_le 70 uspace/lib/ext4/src/directory.c de->inode = host2uint32_t_le(inode);
host2uint32_t_le 204 uspace/lib/ext4/src/directory_index.c entry->hash = host2uint32_t_le(hash);
host2uint32_t_le 228 uspace/lib/ext4/src/directory_index.c entry->block = host2uint32_t_le(block);
host2uint32_t_le 66 uspace/lib/ext4/src/extent.c extent->first_block = host2uint32_t_le(iblock);
host2uint32_t_le 113 uspace/lib/ext4/src/extent.c extent->start_lo = host2uint32_t_le((fblock << 32) >> 32);
host2uint32_t_le 138 uspace/lib/ext4/src/extent.c index->first_block = host2uint32_t_le(iblock);
host2uint32_t_le 162 uspace/lib/ext4/src/extent.c index->leaf_lo = host2uint32_t_le((fblock << 32) >> 32);
host2uint32_t_le 281 uspace/lib/ext4/src/extent.c header->generation = host2uint32_t_le(generation);
host2uint32_t_le 1016 uspace/lib/ext4/src/filesystem.c uint32_t le_group = host2uint32_t_le(bgid);
host2uint32_t_le 1820 uspace/lib/ext4/src/filesystem.c host2uint32_t_le(new_block_addr);
host2uint32_t_le 1828 uspace/lib/ext4/src/filesystem.c host2uint32_t_le(fblock);
host2uint32_t_le 1929 uspace/lib/ext4/src/filesystem.c host2uint32_t_le(0);
host2uint32_t_le 117 uspace/lib/ext4/src/inode.c inode->uid = host2uint32_t_le(uid);
host2uint32_t_le 148 uspace/lib/ext4/src/inode.c inode->size_lo = host2uint32_t_le((size << 32) >> 32);
host2uint32_t_le 149 uspace/lib/ext4/src/inode.c inode->size_hi = host2uint32_t_le(size >> 32);
host2uint32_t_le 172 uspace/lib/ext4/src/inode.c inode->access_time = host2uint32_t_le(time);
host2uint32_t_le 195 uspace/lib/ext4/src/inode.c inode->change_inode_time = host2uint32_t_le(time);
host2uint32_t_le 218 uspace/lib/ext4/src/inode.c inode->modification_time = host2uint32_t_le(time);
host2uint32_t_le 241 uspace/lib/ext4/src/inode.c inode->deletion_time = host2uint32_t_le(time);
host2uint32_t_le 264 uspace/lib/ext4/src/inode.c inode->gid = host2uint32_t_le(gid);
host2uint32_t_le 334 uspace/lib/ext4/src/inode.c inode->blocks_count_lo = host2uint32_t_le(count);
host2uint32_t_le 351 uspace/lib/ext4/src/inode.c inode->blocks_count_lo = host2uint32_t_le(count);
host2uint32_t_le 359 uspace/lib/ext4/src/inode.c inode->blocks_count_lo = host2uint32_t_le(count);
host2uint32_t_le 386 uspace/lib/ext4/src/inode.c inode->flags = host2uint32_t_le(flags);
host2uint32_t_le 409 uspace/lib/ext4/src/inode.c inode->generation = host2uint32_t_le(generation);
host2uint32_t_le 440 uspace/lib/ext4/src/inode.c inode->file_acl_lo = host2uint32_t_le((file_acl << 32) >> 32);
host2uint32_t_le 472 uspace/lib/ext4/src/inode.c inode->blocks[idx] = host2uint32_t_le(fblock);
host2uint32_t_le 499 uspace/lib/ext4/src/inode.c host2uint32_t_le(fblock);
host2uint32_t_le 71 uspace/lib/ext4/src/superblock.c sb->inodes_count = host2uint32_t_le(count);
host2uint32_t_le 95 uspace/lib/ext4/src/superblock.c sb->blocks_count_lo = host2uint32_t_le((count << 32) >> 32);
host2uint32_t_le 96 uspace/lib/ext4/src/superblock.c sb->blocks_count_hi = host2uint32_t_le(count >> 32);
host2uint32_t_le 122 uspace/lib/ext4/src/superblock.c sb->reserved_blocks_count_lo = host2uint32_t_le((count << 32) >> 32);
host2uint32_t_le 123 uspace/lib/ext4/src/superblock.c sb->reserved_blocks_count_hi = host2uint32_t_le(count >> 32);
host2uint32_t_le 149 uspace/lib/ext4/src/superblock.c sb->free_blocks_count_lo = host2uint32_t_le((count << 32) >> 32);
host2uint32_t_le 150 uspace/lib/ext4/src/superblock.c sb->free_blocks_count_hi = host2uint32_t_le(count >> 32);
host2uint32_t_le 174 uspace/lib/ext4/src/superblock.c sb->free_inodes_count = host2uint32_t_le(count);
host2uint32_t_le 198 uspace/lib/ext4/src/superblock.c sb->first_data_block = host2uint32_t_le(first);
host2uint32_t_le 223 uspace/lib/ext4/src/superblock.c sb->log_block_size = host2uint32_t_le(log_size);
host2uint32_t_le 279 uspace/lib/ext4/src/superblock.c sb->log_frag_size = host2uint32_t_le(frag_size);
host2uint32_t_le 335 uspace/lib/ext4/src/superblock.c sb->blocks_per_group = host2uint32_t_le(blocks);
host2uint32_t_le 357 uspace/lib/ext4/src/superblock.c sb->frags_per_group = host2uint32_t_le(frags);
host2uint32_t_le 381 uspace/lib/ext4/src/superblock.c sb->inodes_per_group = host2uint32_t_le(inodes);
host2uint32_t_le 404 uspace/lib/ext4/src/superblock.c sb->mount_time = host2uint32_t_le(time);
host2uint32_t_le 427 uspace/lib/ext4/src/superblock.c sb->write_time = host2uint32_t_le(time);
host2uint32_t_le 588 uspace/lib/ext4/src/superblock.c sb->last_check_time = host2uint32_t_le(time);
host2uint32_t_le 611 uspace/lib/ext4/src/superblock.c sb->check_interval = host2uint32_t_le(interval);
host2uint32_t_le 634 uspace/lib/ext4/src/superblock.c sb->creator_os = host2uint32_t_le(os);
host2uint32_t_le 657 uspace/lib/ext4/src/superblock.c sb->rev_level = host2uint32_t_le(level);
host2uint32_t_le 730 uspace/lib/ext4/src/superblock.c sb->first_inode = host2uint32_t_le(first_inode);
host2uint32_t_le 805 uspace/lib/ext4/src/superblock.c sb->features_compatible = host2uint32_t_le(features);
host2uint32_t_le 829 uspace/lib/ext4/src/superblock.c sb->features_incompatible = host2uint32_t_le(features);
host2uint32_t_le 853 uspace/lib/ext4/src/superblock.c sb->features_read_only = host2uint32_t_le(features);
host2uint32_t_le 988 uspace/lib/ext4/src/superblock.c sb->last_orphan = host2uint32_t_le(last_orphan);
host2uint32_t_le 1094 uspace/lib/ext4/src/superblock.c sb->flags = host2uint32_t_le(flags);
host2uint32_t_le 1372 uspace/lib/ext4/src/superblock.c sb->backup_bgs[0] = host2uint32_t_le(g1);
host2uint32_t_le 1373 uspace/lib/ext4/src/superblock.c sb->backup_bgs[1] = host2uint32_t_le(g2);
host2uint32_t_le 1395 uspace/lib/ext4/src/superblock.c sb->reserved_gdt_blocks = host2uint32_t_le(n);
host2uint32_t_le 802 uspace/lib/gfxfont/src/font.c thdr.width = host2uint32_t_le(font->rect.p1.x);
host2uint32_t_le 803 uspace/lib/gfxfont/src/font.c thdr.height = host2uint32_t_le(font->rect.p1.y);
host2uint32_t_le 538 uspace/lib/gfxfont/src/glyph.c tror.p0x = host2uint32_t_le(glyph->rect.p0.x);
host2uint32_t_le 539 uspace/lib/gfxfont/src/glyph.c tror.p0y = host2uint32_t_le(glyph->rect.p0.y);
host2uint32_t_le 540 uspace/lib/gfxfont/src/glyph.c tror.p1x = host2uint32_t_le(glyph->rect.p1.x);
host2uint32_t_le 541 uspace/lib/gfxfont/src/glyph.c tror.p1y = host2uint32_t_le(glyph->rect.p1.y);
host2uint32_t_le 542 uspace/lib/gfxfont/src/glyph.c tror.orig_x = host2uint32_t_le(glyph->origin.x);
host2uint32_t_le 543 uspace/lib/gfxfont/src/glyph.c tror.orig_y = host2uint32_t_le(glyph->origin.y);
host2uint32_t_le 341 uspace/lib/ieee80211/src/ieee80211_impl.c l = host2uint32_t_le(l);
host2uint32_t_le 342 uspace/lib/ieee80211/src/ieee80211_impl.c r = host2uint32_t_le(r);
host2uint32_t_le 438 uspace/lib/label/src/gpt.c gpt_hdr->revision = host2uint32_t_le(gpt_revision);
host2uint32_t_le 439 uspace/lib/label/src/gpt.c gpt_hdr->header_size = host2uint32_t_le(sizeof(gpt_header_t));
host2uint32_t_le 447 uspace/lib/label/src/gpt.c gpt_hdr->num_entries = host2uint32_t_le(num_entries);
host2uint32_t_le 448 uspace/lib/label/src/gpt.c gpt_hdr->entry_size = host2uint32_t_le(esize);
host2uint32_t_le 950 uspace/lib/label/src/gpt.c gpt_hdr->pe_array_crc32 = host2uint32_t_le(crc);
host2uint32_t_le 1012 uspace/lib/label/src/gpt.c pmbr->pte[0].length = host2uint32_t_le((uint32_t)pmbr_nb);
host2uint32_t_le 1014 uspace/lib/label/src/gpt.c pmbr->pte[0].length = host2uint32_t_le(UINT32_MAX);
host2uint32_t_le 899 uspace/lib/label/src/mbr.c pte->first_lba = host2uint32_t_le(part->block0);
host2uint32_t_le 900 uspace/lib/label/src/mbr.c pte->length = host2uint32_t_le(part->nblocks);
host2uint32_t_le 994 uspace/lib/label/src/mbr.c pthis->first_lba = host2uint32_t_le(part->hdr_blocks);
host2uint32_t_le 995 uspace/lib/label/src/mbr.c pthis->length = host2uint32_t_le(part->nblocks);
host2uint32_t_le 1008 uspace/lib/label/src/mbr.c pnext->first_lba = host2uint32_t_le(next->block0 -
host2uint32_t_le 1010 uspace/lib/label/src/mbr.c pnext->length = host2uint32_t_le(totsize);
host2uint32_t_le 105 uspace/lib/posix/include/libc/byteorder.h #define host2int32_t_le(n) host2uint32_t_le(n)
host2uint32_t_le 100 uspace/lib/posix/include/libc/ddi.h pio_write_32(reg, host2uint32_t_le(val));
host2uint32_t_le 96 uspace/lib/riff/src/chunk.c vle = host2uint32_t_le(v);
host2uint32_t_le 58 uspace/lib/riff/src/rwave.c fmt->smp_sec = host2uint32_t_le(params->smp_freq);
host2uint32_t_le 59 uspace/lib/riff/src/rwave.c fmt->avg_bytes_sec = host2uint32_t_le(bytes_smp * params->smp_freq *
host2uint32_t_le 48 uspace/lib/usb/include/usb/usb.h #define uint32_host2usb(n) host2uint32_t_le((n))
host2uint32_t_le 339 uspace/srv/fs/exfat/exfat_directory.c array[1].stream.firstc = host2uint32_t_le(ds->firstc);
host2uint32_t_le 273 uspace/srv/fs/exfat/exfat_fat.c *(uint32_t *)(b->data + offset % BPS(bs)) = host2uint32_t_le(value);
host2uint32_t_le 592 uspace/srv/fs/fat/fat_fat.c *(uint32_t *)(b->data + offset % BPS(bs)) = host2uint32_t_le(temp);
host2uint32_t_le 139 uspace/srv/fs/fat/fat_ops.c d->size = host2uint32_t_le(node->size);
host2uint32_t_le 280 uspace/srv/hid/rfb/rfb.c pix = host2uint32_t_le(pix);
host2uint32_t_le 385 uspace/srv/hid/rfb/rfb.c mask = host2uint32_t_le(mask);
HelenOS homepage, sources at GitHub