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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_bitmask.h 47 #define UTIL_BITMASK_INVALID_INDEX (~0U)
65 * Returns the bit index on success, or UTIL_BITMASK_INVALID_INDEX on out of
74 * Returns the input index on success, or UTIL_BITMASK_INVALID_INDEX on out of
97 * Returns UTIL_BITMASK_INVALID_INDEX if a set bit cannot be found.
106 * Returns UTIL_BITMASK_INVALID_INDEX if a set bit cannot be found.
  /external/mesa3d/src/gallium/auxiliary/util/
u_bitmask.h 47 #define UTIL_BITMASK_INVALID_INDEX (~0U)
65 * Returns the bit index on success, or UTIL_BITMASK_INVALID_INDEX on out of
74 * Returns the input index on success, or UTIL_BITMASK_INVALID_INDEX on out of
97 * Returns UTIL_BITMASK_INVALID_INDEX if a set bit cannot be found.
106 * Returns UTIL_BITMASK_INVALID_INDEX if a set bit cannot be found.

Completed in 88 milliseconds