Searched refs:ub1 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_bitfields_probed.c | 18 uint8_t ub1: 1; member 31 int64_t ub1; member 46 out->ub1 = BPF_CORE_READ_BITFIELD_PROBED(in, ub1); in test_core_bitfields()
|
H A D | test_core_reloc_bitfields_direct.c | 18 uint8_t ub1: 1; member 31 int64_t ub1; member 53 out->ub1 = BPF_CORE_READ_BITFIELD(in, ub1); in test_core_bitfields_direct()
|
H A D | core_reloc_types.h | 717 int64_t ub1; member 728 uint8_t ub1: 1; member 742 uint16_t ub1: 3; /* 1 -> 3 */ member 755 uint64_t ub1; /* 3 -> 64 non-bitfield */ member 765 uint64_t ub1: 4; member 775 uint64_t ub1: 4; member
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_reloc.c | 718 .ub1 = 1, 727 .ub1 = 6, 736 .ub1 = 0xFEDCBA9876543210LL, 745 .ub1 = 0xFLL,
|
/openbmc/u-boot/fs/zfs/ |
H A D | zfs.c | 307 vdev_uberblock_compare(uberblock_t *ub1, uberblock_t *ub2) in vdev_uberblock_compare() argument 310 if (zfs_to_cpu64(ub1->ub_magic, LITTLE_ENDIAN) == UBERBLOCK_MAGIC) in vdev_uberblock_compare() 319 if (zfs_to_cpu64(ub1->ub_txg, ub1_endian) in vdev_uberblock_compare() 322 if (zfs_to_cpu64(ub1->ub_txg, ub1_endian) in vdev_uberblock_compare() 326 if (zfs_to_cpu64(ub1->ub_timestamp, ub1_endian) in vdev_uberblock_compare() 329 if (zfs_to_cpu64(ub1->ub_timestamp, ub1_endian) in vdev_uberblock_compare()
|