Searched refs:hash_entry_type (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | hashtab.h | 51 static inline hashval_t htab_hash (hash_entry_type); 52 static inline bool htab_eq (hash_entry_type, hash_entry_type); 56 #define HTAB_EMPTY_ENTRY ((hash_entry_type) 0) 61 #define HTAB_DELETED_ENTRY ((hash_entry_type) 1) 84 hash_entry_type entries[]; 239 + size * sizeof (hash_entry_type)); in htab_create() 244 memset (result->entries, 0, size * sizeof (hash_entry_type)); in htab_create() 254 static hash_entry_type * 259 hash_entry_type *slot = htab->entries + index; in find_empty_slot_for_expand() 292 hash_entry_type *olimit; in htab_expand() [all …]
|
H A D | task.c | 34 typedef struct gomp_task_depend_entry *hash_entry_type; typedef 51 htab_hash (hash_entry_type element) in htab_hash() 57 htab_eq (hash_entry_type x, hash_entry_type y) in htab_eq() 170 hash_entry_type ent; in gomp_task_handle_depend() 238 hash_entry_type *slot = htab_find_slot (&parent->depend_hash, in gomp_task_handle_depend() 240 hash_entry_type out = NULL, last = NULL; in gomp_task_handle_depend() 1127 hash_entry_type *slot in gomp_task_run_post_handle_depend_hash() 2074 hash_entry_type *p, *olimit; in gomp_reduction_register() 2080 hash_entry_type x = *p; in gomp_reduction_register() 2099 hash_entry_type n; in gomp_reduction_register() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | hashtab.h | 51 static inline hashval_t htab_hash (hash_entry_type); 52 static inline bool htab_eq (hash_entry_type, hash_entry_type); 56 #define HTAB_EMPTY_ENTRY ((hash_entry_type) 0) 61 #define HTAB_DELETED_ENTRY ((hash_entry_type) 1) 84 hash_entry_type entries[]; 232 memset (htab->entries, 0, htab->size * sizeof (hash_entry_type)); in htab_clear() 248 + size * sizeof (hash_entry_type)); in htab_create() 260 static hash_entry_type * 265 hash_entry_type *slot = htab->entries + index; in find_empty_slot_for_expand() 298 hash_entry_type *olimit; in htab_expand() [all …]
|
H A D | task.c | 35 typedef struct gomp_task_depend_entry *hash_entry_type; typedef 52 htab_hash (hash_entry_type element) in htab_hash() 58 htab_eq (hash_entry_type x, hash_entry_type y) in htab_eq() 173 hash_entry_type ent; in gomp_task_handle_depend() 241 hash_entry_type *slot = htab_find_slot (&parent->depend_hash, in gomp_task_handle_depend() 243 hash_entry_type out = NULL, last = NULL; in gomp_task_handle_depend() 1187 hash_entry_type *slot in gomp_task_run_post_handle_depend_hash() 2182 hash_entry_type *p, *olimit; in gomp_reduction_register() 2188 hash_entry_type x = *p; in gomp_reduction_register() 2207 hash_entry_type n; in gomp_reduction_register() [all …]
|
H A D | target.c | 47 typedef uintptr_t *hash_entry_type; typedef 53 htab_hash (hash_entry_type element) in htab_hash() 59 htab_eq (hash_entry_type x, hash_entry_type y) in htab_eq()
|
H A D | ChangeLog | 2071 * target.c (hash_entry_type): New typedef. 13710 (hash_entry_type): New typedef.
|