Searched refs:regNew (Results 1 - 3 of 3) sorted by relevance

/external/skia/third_party/glu/libtess/
H A Dsweep.c224 ActiveRegion *regNew = (ActiveRegion *)memAlloc( sizeof( ActiveRegion )); local
225 if (regNew == NULL) longjmp(tess->env,1);
227 regNew->eUp = eNewUp;
229 regNew->nodeUp = dictInsertBefore( tess->dict, regAbove->nodeUp, regNew );
230 if (regNew->nodeUp == NULL) longjmp(tess->env,1);
231 regNew->fixUpperEdge = FALSE;
232 regNew->sentinel = FALSE;
233 regNew->dirty = FALSE;
235 eNewUp->activeRegion = regNew;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c100569 int regNew; /* Content of the NEW.* table in triggers */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c100582 int regNew; /* Content of the NEW.* table in triggers */ local
[all...]

Completed in 463 milliseconds