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

  /src/usr.bin/m4/lib/
ohash_int.h 18 #define DELETED ((const char *)h)
  /src/external/gpl3/gcc/dist/gcc/
ordered-hash-map-tests.cc 122 const int DELETED = -2;
124 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
hash-map-tests.cc 115 const int DELETED = -2;
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
346 const int DELETED = -2;
347 typedef hash_map<int_hash<int, EMPTY, DELETED>, val_t> Map;
350 been cleared out completely, there remain 'deleted' elements, and these
394 /* All non-deleted elements have been moved. */
tree-diagnostic-path.cc 496 gcc_assert (range->m_stack_depth != DELETED);
518 static const int DELETED = -2;
519 typedef int_hash <int, EMPTY, DELETED> vbar_hash;
  /src/external/gpl3/gcc.old/dist/gcc/
ordered-hash-map-tests.cc 115 const int DELETED = -2;
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
hash-map-tests.cc 115 const int DELETED = -2;
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
346 const int DELETED = -2;
347 typedef hash_map<int_hash<int, EMPTY, DELETED>, val_t> Map;
350 been cleared out completely, there remain 'deleted' elements, and these
394 /* All non-deleted elements have been moved. */
tree-diagnostic-path.cc 313 const int DELETED = -2;
314 typedef int_hash <int, EMPTY, DELETED> vbar_hash;
429 gcc_assert (range->m_stack_depth != DELETED);
  /src/external/bsd/mdocml/dist/
compat_ohash.c 34 #define DELETED ((const char *)h)
81 if (4 * h->deleted < h->total) {
86 } else if (3 * h->deleted > 2 * h->total)
102 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
117 h->total -= h->deleted;
118 h->deleted = 0;
126 if (result == NULL || result == DELETED)
132 h->t[i].p = DELETED;
133 h->deleted++;
134 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
symtab.cc 36 /* A deleted entry. */
37 #define DELETED ((hashnode) -1)
117 if (node == DELETED)
136 if (node == DELETED)
151 /* We prefer to overwrite the first deleted slot we saw. */
194 if (*p && *p != DELETED)
231 if (*p && *p != DELETED)
249 if (*p && *p != DELETED)
252 *p = DELETED;
277 size_t total_bytes, longest, deleted = 0 local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
symtab.cc 36 /* A deleted entry. */
37 #define DELETED ((hashnode) -1)
117 if (node == DELETED)
136 if (node == DELETED)
151 /* We prefer to overwrite the first deleted slot we saw. */
194 if (*p && *p != DELETED)
231 if (*p && *p != DELETED)
249 if (*p && *p != DELETED)
252 *p = DELETED;
277 size_t total_bytes, longest, deleted = 0 local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 1249 DELETED,
1259 return DELETED;
1379 'deleted' attribute. */
1483 bool cctor_explicitly_deleted = (cctor_def == DELETED);
1488 if (dtor_def == DELETED)
  /src/sys/dev/marvell/
mvxpsecvar.h 242 #define DELETED (1 << 11)
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 1284 DELETED,
1294 return DELETED;
1414 'deleted' attribute. */
1518 bool cctor_explicitly_deleted = (cctor_def == DELETED);
1523 if (dtor_def == DELETED)

Completed in 44 milliseconds