Searched refs:bit_test (Results 1 – 5 of 5) sorted by relevance
20 uint64_t bit_test = 1UL << (width - 1); in CountLeadingZeros() local21 while ((count < width) && ((bit_test & value) == 0)) { in CountLeadingZeros()23 bit_test >>= 1; in CountLeadingZeros()
113 uint32_t bit_test = GEN6_PIPE_CONTROL_RENDER_CACHE_FLUSH | in gen6_PIPE_CONTROL() local119 bit_test |= GEN6_PIPE_CONTROL_WRITE_IMM | in gen6_PIPE_CONTROL()124 bit_test |= GEN6_PIPE_CONTROL_NOTIFY_ENABLE; in gen6_PIPE_CONTROL()126 assert(dw1 & bit_test); in gen6_PIPE_CONTROL()
1014 FT_Raster_BitTest_Func bit_test; /* unused */ member
1004 FT_Raster_BitTest_Func bit_test; /* unused */ member
1008 ULong bit_test = 1ULL << (width - 1); in CountLeadingZeros() local1009 while ((count < width) && ((bit_test & value) == 0)) { in CountLeadingZeros()1011 bit_test >>= 1; in CountLeadingZeros()