Searched refs:nspace (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Derrors.c180 struct gl_client_namespace *nspace = local
187 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id);
189 state = nspace->ZeroID;
210 _mesa_HashInsert(nspace->IDs, id, (void*)state);
212 nspace->ZeroID = state;
215 insert_at_tail(&nspace->Severity[severity], &entry->link);
231 struct gl_client_namespace *nspace = local
238 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id);
240 state = nspace->ZeroID;
252 _mesa_HashInsert(nspace
[all...]
/external/mksh/src/
H A Dmisc.c1232 unsigned int i, r, c, rows, cols, nspace, max_col; local
1281 nspace = (x_cols - max_col * cols) / cols;
1282 if (nspace < 2)
1283 nspace = 2;
1294 max_col, str, nspace, null);

Completed in 43 milliseconds