HomeSort by relevance Sort by last modified time
    Searched defs:nspace (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/sqlite/src/src/
printf.c 723 register int nspace; local
724 nspace = width-length;
725 if( nspace>0 ){
726 appendSpace(pAccum, nspace);
733 register int nspace; local
734 nspace = width-length;
735 if( nspace>0 ){
736 appendSpace(pAccum, nspace);
    [all...]
  /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 1236 unsigned int i, r, c, rows, cols, nspace, max_col; local
1282 nspace = (x_cols - max_col * cols) / cols;
1284 if (nspace <= 0)
1285 nspace = 1;
1293 shf_fprintf(shf, "%*s", nspace, null);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 19206 register int nspace; local
19216 register int nspace; local
    [all...]

Completed in 836 milliseconds