/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 | 1174 unsigned int i, r, c, rows, cols, nspace, max_col; local 1222 nspace = (x_cols + max_col * cols) / cols; 1223 if (nspace <= 0) 1224 nspace = 1; 1232 shf_fprintf(shf, "%*s", nspace, null); [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | 19221 register int nspace; local 19231 register int nspace; local [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 20029 register int nspace; local 20039 register int nspace; local [all...] |
/external/sqlite/dist/ |
sqlite3.c | 20029 register int nspace; local 20039 register int nspace; local [all...] |