HomeSort by relevance Sort by last modified time
    Searched refs:bit31 (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 19 static const uint bit31 = 1 << 31; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 66 static const uint bit31 = 1 << 31; local
84 if (pattern[i] & (bit31 >> j)) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 392 static const uint bit31 = 1 << 31; local
411 if (stipple[i] & (bit31 >> j)) {
  /art/compiler/utils/mips64/
assembler_mips64.cc 1050 int bit31 = (value & UINT64_C(0x80000000)) != 0; local
1070 (-32768 - bit31) <= (value >> 32) && (value >> 32) <= (32767 - bit31))
    [all...]

Completed in 3930 milliseconds