/netbsd-src/sys/dev/nand/ |
H A D | nand_crc.c | 46 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 D | sysmacros.h | 400 #define highbit(i) fls64((i)) macro 402 #define highbit(i) fls32((i)) macro 414 highbit(ulong_t i) in highbit() function
|
H A D | bitmap.h | 162 extern int highbit(ulong_t);
|
H A D | cpuvar.h | 517 largest = (uint_t)(highbit(set) - 1); \
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | vdev_disk.c | 272 *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 D | vdev_geom.c | 883 *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 D | elf64-mmix.c | 1123 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 D | elf64-mmix.c | 1123 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 D | amdgpu_sdma_v5_0.c | 306 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 D | s390.c | 2364 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 D | s390.cc | 2430 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 D | test_ldnsrr.c5 | 82 highbit-\200\210\201a. 3600 IN A 127.0.0.1
|
H A D | test_ldnsrr.5 | 63 highbit-\200\210\201a IN A 127.0.0.1
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-arm.c | 4080 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 D | tc-arm.c | 4050 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()
|