Home
last modified time | relevance | path

Searched refs:highbit (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/dev/nand/
H A Dnand_crc.c46 const uint16_t highbit = 0x0001 << 15; in nand_crc16() local
55 if ((crc & highbit) != 0x00) in nand_crc16()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dsysmacros.h400 #define highbit(i) fls64((i)) macro
402 #define highbit(i) fls32((i)) macro
414 highbit(ulong_t i) in highbit() function
H A Dbitmap.h162 extern int highbit(ulong_t);
H A Dcpuvar.h517 largest = (uint_t)(highbit(set) - 1); \
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_disk.c272 *ashift = highbit(MAX(secsize, SPA_MINBLOCKSIZE)) - 1; in vdev_disk_open()
281 *pashift = highbit(dsa.dsa_alignment * secsize) - 1; in vdev_disk_open()
H A Dvdev_geom.c883 *logical_ashift = highbit(MAX(pp->sectorsize, SPA_MINBLOCKSIZE)) - 1; in vdev_geom_open()
887 *physical_ashift = highbit(pp->stripesize) - 1; in vdev_geom_open()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf64-mmix.c1123 bfd_vma highbit; in mmix_elf_perform_relocation() local
1127 highbit = 1 << 24; in mmix_elf_perform_relocation()
1131 highbit = 0; in mmix_elf_perform_relocation()
1137 | highbit in mmix_elf_perform_relocation()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf64-mmix.c1123 bfd_vma highbit; in mmix_elf_perform_relocation() local
1127 highbit = 1 << 24; in mmix_elf_perform_relocation()
1131 highbit = 0; in mmix_elf_perform_relocation()
1137 | highbit in mmix_elf_perform_relocation()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_sdma_v5_0.c306 u32 lowbit, highbit; in sdma_v5_0_ring_get_wptr() local
310 highbit = RREG32(sdma_v5_0_get_reg_offset(adev, ring->me, mmSDMA0_GFX_RB_WPTR_HI)) >> 2; in sdma_v5_0_ring_get_wptr()
313 ring->me, highbit, lowbit); in sdma_v5_0_ring_get_wptr()
314 *wptr = highbit; in sdma_v5_0_ring_get_wptr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c2364 int highbit = HOST_BITS_PER_WIDE_INT - size; in s390_contiguous_bitmask_nowrap_p() local
2368 for (start = lowbit; start >= highbit; bitmask <<= 1, start--) in s390_contiguous_bitmask_nowrap_p()
2390 if (start > highbit) in s390_contiguous_bitmask_nowrap_p()
2395 mask = ((~HOST_WIDE_INT_0U >> highbit) in s390_contiguous_bitmask_nowrap_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc2430 int highbit = HOST_BITS_PER_WIDE_INT - size; in s390_contiguous_bitmask_nowrap_p() local
2434 for (start = lowbit; start >= highbit; bitmask <<= 1, start--) in s390_contiguous_bitmask_nowrap_p()
2456 if (start > highbit) in s390_contiguous_bitmask_nowrap_p()
2461 mask = ((~HOST_WIDE_INT_0U >> highbit) in s390_contiguous_bitmask_nowrap_p()
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dtest_ldnsrr.c582 highbit-\200\210\201a. 3600 IN A 127.0.0.1
H A Dtest_ldnsrr.563 highbit-\200\210\201a IN A 127.0.0.1
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c4080 valueT highbit; in s_arm_rel31() local
4082 highbit = 0; in s_arm_rel31()
4084 highbit = 0x80000000; in s_arm_rel31()
4106 md_number_to_chars (p, highbit, 4); in s_arm_rel31()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c4050 valueT highbit; in s_arm_rel31() local
4052 highbit = 0; in s_arm_rel31()
4054 highbit = 0x80000000; in s_arm_rel31()
4076 md_number_to_chars (p, highbit, 4); in s_arm_rel31()