OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nspace
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/main/
errors.c
180
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
->IDs, id, (void*)state)
[
all
...]
/external/mksh/src/
misc.c
1232
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);
[
all
...]
Completed in 66 milliseconds