OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_chain
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-hash.c
926
DBusHashEntry **
old_chain
;
local
1004
for (
old_chain
= old_buckets; old_size > 0; old_size--,
old_chain
++)
1006
for (entry = *
old_chain
; entry != NULL; entry = *
old_chain
)
1011
*
old_chain
= entry->next;
[
all
...]
/external/elfutils/src/
unstrip.c
490
const Hash_Word *const
old_chain
= &old_bucket[nbucket]; \
505
if (
old_chain
[i] != STN_UNDEF) \
506
new_chain[map[i - 1]] = map[
old_chain
[i] - 1]; \
[
all
...]
Completed in 198 milliseconds