HomeSort by: relevance | last modified time | path
    Searched defs:hash_entry_type (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/config/accel/
target-indirect.c 37 typedef struct indirect_map_t *hash_entry_type; typedef in typeref:struct:indirect_map_t
45 htab_hash (hash_entry_type element)
51 htab_eq (hash_entry_type x, hash_entry_type y)
90 hash_entry_type *slot = htab_find_slot (&indirect_htab, &element,
92 *slot = (hash_entry_type) map_entry;
107 hash_entry_type entry = htab_find (indirect_htab, &element);
  /src/external/gpl3/gcc/dist/libgomp/
task.c 35 typedef struct gomp_task_depend_entry *hash_entry_type; typedef in typeref:struct:gomp_task_depend_entry
52 htab_hash (hash_entry_type element)
58 htab_eq (hash_entry_type x, hash_entry_type y)
174 hash_entry_type ent;
287 hash_entry_type *slot = &parent->depend_hash->entries[0];
288 hash_entry_type *end = slot + htab_size (parent->depend_hash);
370 hash_entry_type *slot = htab_find_slot (&parent->depend_hash,
372 hash_entry_type out = NULL, last = NULL;
1342 hash_entry_type *slo
    [all...]
target.c 55 typedef uintptr_t *hash_entry_type; typedef
63 htab_hash (hash_entry_type element)
69 htab_eq (hash_entry_type x, hash_entry_type y)
  /src/external/gpl3/gcc.old/dist/libgomp/
task.c 35 typedef struct gomp_task_depend_entry *hash_entry_type; typedef in typeref:struct:gomp_task_depend_entry
52 htab_hash (hash_entry_type element)
58 htab_eq (hash_entry_type x, hash_entry_type y)
173 hash_entry_type ent;
241 hash_entry_type *slot = htab_find_slot (&parent->depend_hash,
243 hash_entry_type out = NULL, last = NULL;
1187 hash_entry_type *slot
2182 hash_entry_type *p, *olimit;
2188 hash_entry_type x = *p
    [all...]
target.c 47 typedef uintptr_t *hash_entry_type; typedef
53 htab_hash (hash_entry_type element)
59 htab_eq (hash_entry_type x, hash_entry_type y)

Completed in 102 milliseconds