Searched refs:table3 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-hash.c1439 DBusHashTable *table3; local
1479 table3 = _dbus_hash_table_new (DBUS_HASH_UINTPTR,
1481 if (table3 == NULL)
1516 if (!_dbus_hash_table_insert_uintptr (table3,
1522 _dbus_assert (count_entries (table3) == i + 1);
1532 value = _dbus_hash_table_lookup_uintptr (table3, i);
1547 _dbus_hash_table_remove_uintptr (table3, i);
1551 _dbus_assert (count_entries (table3) == i);
1558 _dbus_hash_table_ref (table3);
1561 _dbus_hash_table_unref (table3);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_verifier.c235 static hazard_t table3[256]; variable
651 hz_table = table3;
1101 setup_hazard_table(init_table3, table3,

Completed in 52 milliseconds