Searched refs:free_index (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c142 int free_index = -1; local
156 free_index = index;
160 if (free_index >= 0) {
161 unsigned comp = c->Constants[free_index].Size++;
162 c->Constants[free_index].u.Immediate[comp] = data;
164 return free_index;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c142 int free_index = -1; local
156 free_index = index;
160 if (free_index >= 0) {
161 unsigned comp = c->Constants[free_index].Size++;
162 c->Constants[free_index].u.Immediate[comp] = data;
164 return free_index;
/external/zlib/src/examples/
H A Dzran.c82 local void free_index(struct access *index) function
115 free_index(index);
238 free_index(index);
406 free_index(index);
/external/openssl/apps/
H A Dapps.h307 void free_index(CA_DB *db);
H A Dsrp.c746 if (db) free_index(db);
H A Docsp.c920 free_index(rdb);
H A Dapps.c2082 void free_index(CA_DB *db) function
H A Dca.c1556 free_index(db);

Completed in 182 milliseconds