Home
last modified time | relevance | path

Searched refs:new_b (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libast/common/hash/
H A Dhashsize.c43 register Hash_bucket_t* new_b; in hashsize() local
67 new_b = old_b; in hashsize()
69 index = new_b->hash; in hashsize()
71 new_b->next = new_s[index]; in hashsize()
72 new_s[index] = new_b; in hashsize()
/titanic_41/usr/src/lib/libsqlite/test/
H A Dtrigger2.test82 CREATE TABLE rlog (idx, old_a, old_b, db_sum_a, db_sum_b, new_a, new_b);
83 CREATE TABLE clog (idx, old_a, old_b, db_sum_a, db_sum_b, new_a, new_b);
/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c1945 uint32_t new_a, new_b; in s1394_match_GUID() local
1957 new_b = nnode->node_guid_lo; in s1394_match_GUID()
1968 if ((old_a == new_a) && (old_b == new_b)) { in s1394_match_GUID()