OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_words
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_bitmask.c
94
util_bitmask_word *
new_words
;
local
114
new_words
= (util_bitmask_word *)REALLOC((void *)bm->words,
117
if (!
new_words
)
120
memset(
new_words
+ bm->size/UTIL_BITMASK_BITS_PER_WORD,
125
bm->words =
new_words
;
/external/virglrenderer/src/gallium/auxiliary/util/
u_bitmask.c
94
util_bitmask_word *
new_words
;
local
114
new_words
= (util_bitmask_word *)REALLOC((void *)bm->words,
117
if(!
new_words
)
120
memset(
new_words
+ bm->size/UTIL_BITMASK_BITS_PER_WORD,
125
bm->words =
new_words
;
Completed in 165 milliseconds