HomeSort by: relevance | last modified time | path
    Searched defs:newindex (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/amiga/stand/binpatch/
binpatch.c 416 u_long newindex = 0; local
427 newindex = (u_long)atoi(sindex);
429 *index = newindex;
  /src/external/mpl/bind/dist/lib/isc/
ht.c 143 uint8_t newindex = HT_NEXTTABLE(oldindex); local
150 REQUIRE(ht->hashbits[newindex] == HT_NO_BITS);
151 REQUIRE(ht->table[newindex] == NULL);
155 hashtable_new(ht, newindex, newbits);
157 ht->hindex = newindex;
hashmap.c 422 uint8_t newindex = hashmap_nexttable(oldindex); local
429 hashmap_create_table(hashmap, newindex, newbits);
430 hashmap->hindex = newindex;
439 uint8_t newindex = hashmap_nexttable(oldindex); local
446 hashmap_create_table(hashmap, newindex, newbits);
447 hashmap->hindex = newindex;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
ht.c 183 uint8_t newindex = HT_NEXTTABLE(oldindex); local
190 REQUIRE(ht->hashbits[newindex] == HT_NO_BITS);
191 REQUIRE(ht->table[newindex] == NULL);
195 hashtable_new(ht, newindex, newbits);
197 ht->hindex = newindex;
  /src/external/mpl/bind/dist/lib/dns/
rbt.c 1497 uint8_t newindex = RBT_HASH_NEXTTABLE(oldindex); local
1504 REQUIRE(rbt->hashbits[newindex] == 0U);
1505 REQUIRE(rbt->hashtable[newindex] == NULL);
1509 hashtable_new(rbt, newindex, newbits);
1511 rbt->hindex = newindex;

Completed in 31 milliseconds