Searched refs:hash_entry (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dsym.c39 struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
40 struct hash_entry *sctbl[START_COND_HASH_SIZE];
41 struct hash_entry *ccltab[CCL_HASH_SIZE];
43 struct hash_entry *findsym();
59 register struct hash_entry *sym_entry = table[hash_val];
60 register struct hash_entry *new_entry;
61 register struct hash_entry *successor;
74 new_entry = (struct hash_entry *)
75 flex_alloc( sizeof( struct hash_entry ) );
130 struct hash_entry *findsy
[all...]
H A Dflexdef.h323 struct hash_entry struct
325 struct hash_entry *prev, *next;
331 typedef struct hash_entry **hash_table;
337 extern struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
338 extern struct hash_entry *sctbl[START_COND_HASH_SIZE];
339 extern struct hash_entry *ccltab[CCL_HASH_SIZE];
1008 extern struct hash_entry *findsym PROTO((register char[], hash_table, int ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhash.h27 struct hash_entry;
33 struct hash_entry *first; /* Pointer to head of list of entries. */
34 struct hash_entry *table; /* Pointer to array of entries. */
H A Dhash.c41 typedef struct hash_entry struct
47 struct hash_entry *next;
49 hash_entry; typedef in typeref:struct:hash_entry
98 htab->table = XCALLOC (init_size + 1, hash_entry);
153 hash_entry *table = htab->table;
193 hash_entry *table = htab->table;
212 hash_entry *table = htab->table;
241 hash_entry *table = htab->table;
247 htab->table = XCALLOC (1 + htab->size, hash_entry);
271 hash_entry *tabl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhash.h27 struct hash_entry;
33 struct hash_entry *first; /* Pointer to head of list of entries. */
34 struct hash_entry *table; /* Pointer to array of entries. */
H A Dhash.c41 typedef struct hash_entry struct
47 struct hash_entry *next;
49 hash_entry; typedef in typeref:struct:hash_entry
98 htab->table = XCALLOC (init_size + 1, hash_entry);
153 hash_entry *table = htab->table;
193 hash_entry *table = htab->table;
212 hash_entry *table = htab->table;
241 hash_entry *table = htab->table;
247 htab->table = XCALLOC (1 + htab->size, hash_entry);
271 hash_entry *tabl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dhash.h27 struct hash_entry;
33 struct hash_entry *first; /* Pointer to head of list of entries. */
34 struct hash_entry *table; /* Pointer to array of entries. */
H A Dhash.c41 typedef struct hash_entry struct
47 struct hash_entry *next;
49 hash_entry; typedef in typeref:struct:hash_entry
98 htab->table = XCALLOC (init_size + 1, hash_entry);
153 hash_entry *table = htab->table;
193 hash_entry *table = htab->table;
212 hash_entry *table = htab->table;
241 hash_entry *table = htab->table;
247 htab->table = XCALLOC (1 + htab->size, hash_entry);
271 hash_entry *tabl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlockdep.h81 struct list_head hash_entry; member in struct:lock_class
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep.c1190 list_for_each_entry(class, hash_head, hash_entry)
1239 list_for_each_entry(class, hash_head, hash_entry)
1270 list_add_tail_rcu(&class->hash_entry, hash_head);
2506 list_del_rcu(&class->hash_entry);
2533 list_for_each_entry_safe(class, next, head, hash_entry)
2571 list_for_each_entry_safe(class, next, head, hash_entry) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c10205 struct hash_entry *harray;
10212 struct hash_entry { struct
10233 struct hash_entry *new_array, *ent;
10280 sizeof(struct hash_entry) * (fd->max_array+500));
10310 const struct hash_entry *he_a = (const struct hash_entry *) a;
10311 const struct hash_entry *he_b = (const struct hash_entry *) b;
10334 const struct hash_entry *he_a = (const struct hash_entry *)
[all...]

Completed in 119 milliseconds