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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
bitset.h 116 #define BITSET64_ONES(x) do { (x)[0] = 0xFF; (x)[1] = 0xFF; } while (0)
  /external/mesa3d/src/mesa/main/
bitset.h 116 #define BITSET64_ONES(x) do { (x)[0] = 0xFF; (x)[1] = 0xFF; } while (0)

Completed in 143 milliseconds