Searched refs:DELETED (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dcompat_ohash.c40 #define DELETED ((const char *)h) macro
108 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
132 if (result == NULL || result == DELETED)
138 h->t[i].p = DELETED;
148 if (h->t[i].p == DELETED)
160 if (h->t[i].p == DELETED) {
189 if (h->t[*pos].p != DELETED && h->t[*pos].p != NULL)
248 if (h->t[i].p == DELETED) {
258 h->t[i].p = DELETED;
295 if (h->t[i].p == DELETED) {
[all...]
/freebsd-11-stable/lib/libopenbsd/
H A Dohash.c33 #define DELETED ((const char *)h) macro
101 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
125 if (result == NULL || result == DELETED)
131 h->t[i].p = DELETED;
141 if (h->t[i].p == DELETED)
153 if (h->t[i].p == DELETED) {
182 if (h->t[*pos].p != DELETED && h->t[*pos].p != NULL)
241 if (h->t[i].p == DELETED) {
251 h->t[i].p = DELETED;
288 if (h->t[i].p == DELETED) {
[all...]
/freebsd-11-stable/sys/sys/
H A Dpmc.h178 * DELETED -- being destroyed
189 __PMC_STATE(DELETED)

Completed in 73 milliseconds