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

  /src/external/gpl3/binutils/dist/include/
hashtab.h 82 #define HTAB_EMPTY_ENTRY ((void *) 0)
  /src/external/gpl3/binutils.old/dist/include/
hashtab.h 82 #define HTAB_EMPTY_ENTRY ((void *) 0)
  /src/external/gpl3/gcc/dist/include/
hashtab.h 82 #define HTAB_EMPTY_ENTRY ((void *) 0)
  /src/external/gpl3/gcc.old/dist/include/
hashtab.h 82 #define HTAB_EMPTY_ENTRY ((PTR) 0)
  /src/external/gpl3/gdb.old/dist/include/
hashtab.h 82 #define HTAB_EMPTY_ENTRY ((void *) 0)
  /src/external/gpl3/gdb/dist/include/
hashtab.h 82 #define HTAB_EMPTY_ENTRY ((void *) 0)
  /src/external/gpl3/gcc/dist/libgomp/
hashtab.h 56 #define HTAB_EMPTY_ENTRY ((hash_entry_type) 0)
268 if (*slot == HTAB_EMPTY_ENTRY)
281 if (*slot == HTAB_EMPTY_ENTRY)
319 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY)
344 if (entry == HTAB_EMPTY_ENTRY
356 if (entry == HTAB_EMPTY_ENTRY
391 if (entry == HTAB_EMPTY_ENTRY)
406 if (entry == HTAB_EMPTY_ENTRY)
424 *first_deleted_slot = HTAB_EMPTY_ENTRY;
440 || *slot == HTAB_EMPTY_ENTRY || *slot == HTAB_DELETED_ENTRY
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
hashtab.h 56 #define HTAB_EMPTY_ENTRY ((hash_entry_type) 0)
268 if (*slot == HTAB_EMPTY_ENTRY)
281 if (*slot == HTAB_EMPTY_ENTRY)
319 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY)
344 if (entry == HTAB_EMPTY_ENTRY
356 if (entry == HTAB_EMPTY_ENTRY
391 if (entry == HTAB_EMPTY_ENTRY)
406 if (entry == HTAB_EMPTY_ENTRY)
424 *first_deleted_slot = HTAB_EMPTY_ENTRY;
440 || *slot == HTAB_EMPTY_ENTRY || *slot == HTAB_DELETED_ENTRY
    [all...]

Completed in 30 milliseconds