HomeSort by: relevance | last modified time | path
    Searched defs:lowbit (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_check_magic.c 111 unsigned int lowbit; local
116 while ((lowbit = states & (1 + ~states)) != 0) {
117 states &= ~lowbit; /* Clear the low bit. */
118 strcat(buff, state_name(lowbit));
archive_check_magic.c 111 unsigned int lowbit; local
116 while ((lowbit = states & (1 + ~states)) != 0) {
117 states &= ~lowbit; /* Clear the low bit. */
118 strcat(buff, state_name(lowbit));
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_sdma_v5_0.c 306 u32 lowbit, highbit; local
309 lowbit = RREG32(sdma_v5_0_get_reg_offset(adev, ring->me, mmSDMA0_GFX_RB_WPTR)) >> 2;
313 ring->me, highbit, lowbit);
316 *wptr |= lowbit;
amdgpu_sdma_v5_0.c 306 u32 lowbit, highbit; local
309 lowbit = RREG32(sdma_v5_0_get_reg_offset(adev, ring->me, mmSDMA0_GFX_RB_WPTR)) >> 2;
313 ring->me, highbit, lowbit);
316 *wptr |= lowbit;
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 4490 int lowbit;
4508 lowbit = ffs((int) i) - 1;
4513 lowbit &= ~1;
4515 if ((i & ~(((unsigned HOST_WIDE_INT) 0xff) << lowbit)) == 0)
4521 if (lowbit <= 4
4483 int lowbit; local
arm.cc 4490 int lowbit;
4508 lowbit = ffs((int) i) - 1;
4513 lowbit &= ~1;
4515 if ((i & ~(((unsigned HOST_WIDE_INT) 0xff) << lowbit)) == 0)
4521 if (lowbit <= 4
4483 int lowbit; local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 2404 int lowbit = HOST_BITS_PER_WIDE_INT - 1; local
2409 for (start = lowbit; start >= highbit; bitmask <<= 1, start--)
2437 & (~HOST_WIDE_INT_0U << (lowbit - start + 1)));
s390.cc 2404 int lowbit = HOST_BITS_PER_WIDE_INT - 1; local
2409 for (start = lowbit; start >= highbit; bitmask <<= 1, start--)
2437 & (~HOST_WIDE_INT_0U << (lowbit - start + 1)));

Completed in 134 milliseconds