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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_bitmask.c 43 typedef uint32_t util_bitmask_word; typedef
48 #define UTIL_BITMASK_BITS_PER_WORD (sizeof(util_bitmask_word) * UTIL_BITMASK_BITS_PER_BYTE)
53 util_bitmask_word *words;
72 bm->words = (util_bitmask_word *)CALLOC(UTIL_BITMASK_INITIAL_WORDS, sizeof(util_bitmask_word));
94 util_bitmask_word *new_words;
114 new_words = (util_bitmask_word *)REALLOC((void *)bm->words,
164 util_bitmask_word mask;
203 util_bitmask_word mask;
229 util_bitmask_word mask
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_bitmask.c 43 typedef uint32_t util_bitmask_word; typedef
48 #define UTIL_BITMASK_BITS_PER_WORD (sizeof(util_bitmask_word) * UTIL_BITMASK_BITS_PER_BYTE)
53 util_bitmask_word *words;
72 bm->words = (util_bitmask_word *)CALLOC(UTIL_BITMASK_INITIAL_WORDS, sizeof(util_bitmask_word));
94 util_bitmask_word *new_words;
114 new_words = (util_bitmask_word *)REALLOC((void *)bm->words,
164 util_bitmask_word mask;
203 util_bitmask_word mask;
229 util_bitmask_word mask
    [all...]

Completed in 642 milliseconds