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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-rc.c23 static const u16 oldtable[] = { variable
182 code = oldtable[code - 0x4501];
184 code = oldtable[code - 0x4521];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dhash.c201 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[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dhash.c201 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[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dhash.c201 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[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dhash.c201 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[
[all...]

Completed in 69 milliseconds