HelenOS sources

uint64_t_le2host   96 boot/generic/include/byteorder.h #define int64_t_le2host(n) uint64_t_le2host(n)
uint64_t_le2host  143 uspace/app/testread/testread.c 			if (check_enabled && uint64_t_le2host(buf[i]) != expected) {
uint64_t_le2host  948 uspace/lib/bithenge/src/transform.c MAKE_UINT_TRANSFORM(uint64le, uint64_t, uint64_t_le2host, prefix_length_8);
uint64_t_le2host   96 uspace/lib/c/include/byteorder.h #define int64_t_le2host(n) uint64_t_le2host(n)
uint64_t_le2host  132 uspace/lib/c/include/ddi.h 	return uint64_t_le2host(pio_read_64(reg));
uint64_t_le2host  155 uspace/lib/label/src/gpt.c 	h1ba = uint64_t_le2host(gpt_hdr[0]->alternate_lba);
uint64_t_le2host  215 uspace/lib/label/src/gpt.c 	if (uint64_t_le2host(gpt_hdr[0]->my_lba) != gpt_hdr_ba) {
uint64_t_le2host  220 uspace/lib/label/src/gpt.c 	if (uint64_t_le2host(gpt_hdr[1]->my_lba) != h1ba) {
uint64_t_le2host  225 uspace/lib/label/src/gpt.c 	if (uint64_t_le2host(gpt_hdr[1]->alternate_lba) != gpt_hdr_ba) {
uint64_t_le2host  233 uspace/lib/label/src/gpt.c 	ptba[0] = uint64_t_le2host(gpt_hdr[0]->entry_lba);
uint64_t_le2host  234 uspace/lib/label/src/gpt.c 	ptba[1] = uint64_t_le2host(gpt_hdr[1]->entry_lba);
uint64_t_le2host  235 uspace/lib/label/src/gpt.c 	ba_min = uint64_t_le2host(gpt_hdr[0]->first_usable_lba);
uint64_t_le2host  236 uspace/lib/label/src/gpt.c 	ba_max = uint64_t_le2host(gpt_hdr[0]->last_usable_lba);
uint64_t_le2host  239 uspace/lib/label/src/gpt.c 	if (uint64_t_le2host(gpt_hdr[1]->first_usable_lba) != ba_min) {
uint64_t_le2host  244 uspace/lib/label/src/gpt.c 	if (uint64_t_le2host(gpt_hdr[1]->last_usable_lba) != ba_max) {
uint64_t_le2host  838 uspace/lib/label/src/gpt.c 	b0 = uint64_t_le2host(pte->start_lba);
uint64_t_le2host  839 uspace/lib/label/src/gpt.c 	b1 = uint64_t_le2host(pte->end_lba);
uint64_t_le2host   96 uspace/lib/posix/include/libc/byteorder.h #define int64_t_le2host(n) uint64_t_le2host(n)
uint64_t_le2host  132 uspace/lib/posix/include/libc/ddi.h 	return uint64_t_le2host(pio_read_64(reg));
uint64_t_le2host   54 uspace/srv/fs/exfat/exfat.h #define VOL_FS(bs)		uint64_t_le2host(bs->volume_start)
uint64_t_le2host   55 uspace/srv/fs/exfat/exfat.h #define VOL_CNT(bs)		uint64_t_le2host(bs->volume_count)
uint64_t_le2host  356 uspace/srv/fs/exfat/exfat_ops.c 		nodep->size = uint64_t_le2host(d->stream.data_size);
uint64_t_le2host  362 uspace/srv/fs/exfat/exfat_ops.c 		nodep->size = uint64_t_le2host(d->bitmap.size);
uint64_t_le2host  368 uspace/srv/fs/exfat/exfat_ops.c 		nodep->size = uint64_t_le2host(d->uctable.size);
uint64_t_le2host 1128 uspace/srv/fs/exfat/exfat_ops.c 	bitmapp->size = uint64_t_le2host(de->bitmap.size);
uint64_t_le2host 1170 uspace/srv/fs/exfat/exfat_ops.c 	uctablep->size = uint64_t_le2host(de->uctable.size);
uint64_t_le2host   49 uspace/srv/fs/udf/udf_types.h #define FLE64(x)  uint64_t_le2host(x)
HelenOS homepage, sources at GitHub