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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_xattrs.c66 static struct hash_entry { struct
69 struct hash_entry *next;
92 struct hash_entry *hash_entry = malloc(sizeof(*hash_entry)); local
97 if(hash_entry == NULL) {
102 hash_entry->start = start;
103 hash_entry->offset = offset;
104 hash_entry->next = hash_table[hash];
105 hash_table[hash] = hash_entry;
118 struct hash_entry *hash_entry = hash_table[hash]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dservices.c903 DBusPreallocatedHash *hash_entry; member in struct:__anon1651
917 _dbus_assert (d->hash_entry != NULL);
918 bus_service_relink (d->service, d->hash_entry);
922 _dbus_assert (d->hash_entry == NULL);
948 d->hash_entry = NULL;
962 if (d->hash_entry)
964 d->hash_entry);
989 d->hash_entry = _dbus_hash_table_preallocate_entry (service->registry->service_hash);
1014 d->hash_entry == NULL ||
H A Dactivation.c1015 DBusPreallocatedHash *hash_entry; member in struct:__anon1605
1024 _dbus_assert (d->hash_entry != NULL);
1031 d->hash_entry,
1036 d->hash_entry = NULL;
1044 if (d->hash_entry)
1046 d->hash_entry);
1064 d->hash_entry = _dbus_hash_table_preallocate_entry (d->pending_activation->activation->pending_activations);
1068 if (d->hash_entry == NULL ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-lock.c38 struct list_head hash_entry; member in struct:lock_stat
288 list_for_each_entry(ret, entry, hash_entry) {
305 list_add(&new->hash_entry, entry);
816 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
873 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dlockdep.c657 list_for_each_entry(class, hash_head, hash_entry) {
709 list_for_each_entry(class, hash_head, hash_entry)
741 list_add_tail_rcu(&class->hash_entry, hash_head);
3480 list_del_rcu(&class->hash_entry);
3509 list_for_each_entry_safe(class, next, head, hash_entry) {
3552 list_for_each_entry_safe(class, next, head, hash_entry) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlockdep.h58 struct list_head hash_entry; member in struct:lock_class
/netgear-R7000-V1.0.7.12_1.2.5/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 291 milliseconds