HomeSort by relevance Sort by last modified time
    Searched refs:oldtable (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 464 AtomTable oldtable; local
469 oldtable = *atable;
470 size = oldtable.htable.size*2 + 1;
476 for (ii = atable->nextFree; ii < oldtable.nextFree; ii++) {
477 strloc = oldtable.amap[ii];
478 s = &oldtable.stable.strings[strloc];
479 oldhashloc = FindHashLoc(&oldtable, s);
481 value = oldtable.htable.entry[oldhashloc].value;
484 FreeAtomTable(&oldtable);
  /external/libxml2/
hash.c 201 struct _xmlHashEntry *oldtable; local
214 oldtable = table->table;
215 if (oldtable == NULL)
220 table->table = oldtable;
233 if (oldtable[i].valid == 0)
235 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2,
236 oldtable[i].name3);
237 memcpy(&(table->table[key]), &(oldtable[i]), sizeof(xmlHashEntry));
242 iter = oldtable[i].next
    [all...]
  /bionic/libc/stdio/
vfprintf.c 1198 unsigned char *oldtable = *typetable; local
1206 memcpy( *typetable, oldtable, *tablesize);

Completed in 34 milliseconds