Searched refs:nextFree (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Datom.c108 int nextFree; member in struct:StringTable_Rec
123 stable->nextFree = 1;
138 stable->nextFree = 0;
185 if (stable->nextFree + len + 1 >= stable->size) {
192 loc = stable->nextFree;
194 stable->nextFree += len + 1;
305 int nextFree; member in struct:AtomTable_Rec
381 if (atable->nextFree >= atable->size)
382 GrowAtomTable(atable, atable->nextFree*2);
383 atable->amap[atable->nextFree]
[all...]
/external/svox/pico/lib/
H A Dpicoos.c254 MemCellHdr prevFree, nextFree; member in struct:mem_cell_hdr
327 cbeg->nextFree = cmid;
329 cmid->nextFree = cend;
331 cend->nextFree = NULL;
337 cbeg->nextFree = NULL;
339 cmid->nextFree = this->freeCells->nextFree;
341 cmid->nextFree->prevFree = cmid;
342 cmid->prevFree->nextFree = cmid;
343 cend->nextFree
[all...]
/external/valgrind/main/helgrind/
H A Dlibhb_core.c3835 void* nextFree; member in struct:__anon13948
3861 ga->nextFree = NULL;
3873 tl_assert(ga->nextFree == NULL);
3883 *elem = (UWord)ga->nextFree;
3884 ga->nextFree = elem;
3893 if (UNLIKELY(ga->nextFree == NULL)) {
3896 elem = ga->nextFree;
3897 ga->nextFree = (void*)*elem;
3911 *elem = (UWord)ga->nextFree;
3912 ga->nextFree
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 109 milliseconds