OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldindex
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/
ht.c
141
uint8_t
oldindex
= ht->hindex;
local
142
uint32_t oldbits = ht->hashbits[
oldindex
];
143
uint8_t newindex = HT_NEXTTABLE(
oldindex
);
145
REQUIRE(ht->hashbits[
oldindex
] >= HT_MIN_BITS);
146
REQUIRE(ht->hashbits[
oldindex
] <= HT_MAX_BITS);
147
REQUIRE(ht->table[
oldindex
] != NULL);
hashmap.c
420
uint8_t
oldindex
= hashmap->hindex;
local
421
uint32_t oldbits = hashmap->tables[
oldindex
].hashbits;
422
uint8_t newindex = hashmap_nexttable(
oldindex
);
437
uint8_t
oldindex
= hashmap->hindex;
local
438
uint32_t oldbits = hashmap->tables[
oldindex
].hashbits;
439
uint8_t newindex = hashmap_nexttable(
oldindex
);
/src/external/mpl/dhcp/bind/dist/lib/isc/
ht.c
181
uint8_t
oldindex
= ht->hindex;
local
182
uint32_t oldbits = ht->hashbits[
oldindex
];
183
uint8_t newindex = HT_NEXTTABLE(
oldindex
);
185
REQUIRE(ht->hashbits[
oldindex
] >= HT_MIN_BITS);
186
REQUIRE(ht->hashbits[
oldindex
] <= HT_MAX_BITS);
187
REQUIRE(ht->table[
oldindex
] != NULL);
/src/external/mpl/bind/dist/lib/dns/
rbt.c
1495
uint8_t
oldindex
= rbt->hindex;
local
1496
uint32_t oldbits = rbt->hashbits[
oldindex
];
1497
uint8_t newindex = RBT_HASH_NEXTTABLE(
oldindex
);
1499
REQUIRE(rbt->hashbits[
oldindex
] >= ISC_HASH_MIN_BITS);
1500
REQUIRE(rbt->hashbits[
oldindex
] <= ISC_HASH_MAX_BITS);
1501
REQUIRE(rbt->hashtable[
oldindex
] != NULL);
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026