Searched refs:deleted (Results 1 - 25 of 90) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D20001201.x2 # (_stat is a stub and files can't be deleted).
H A D6367.x2 # (_stat is a stub and files can't be deleted).
H A Dio0.x2 # (_stat is a stub and files can't be deleted).
H A Dio1.x2 # (_stat is a stub and files can't be deleted).
/openbsd-current/usr.bin/ctfconv/
H A Dhash.c35 unsigned int deleted; member in struct:hash
67 if (4 * h->deleted < h->total) {
72 } else if (3 * h->deleted > 2 * h->total)
99 h->total -= h->deleted;
100 h->deleted = 0;
112 h->deleted++;
113 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total)
125 h->deleted--;
164 h->total = h->deleted
[all...]
/openbsd-current/lib/libutil/
H A Dohash.c77 if (4 * h->deleted < h->total) {
82 } else if (3 * h->deleted > 2 * h->total)
113 h->total -= h->deleted;
114 h->deleted = 0;
129 h->deleted++;
130 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total)
151 h->deleted--;
165 return h->total - h->deleted;
202 h->total = h->deleted
[all...]
H A Dohash.h43 unsigned int deleted; member in struct:ohash
/openbsd-current/lib/libcurses/base/
H A Dlib_freeall.c76 bool deleted = FALSE; local
109 deleted = TRUE;
117 if (!deleted)
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h154 /// erased from available trees if it exists and finally get deleted.
164 /// be called. Finally, DelBB will be deleted.
213 void deleted() override {
215 CallbackVH::deleted();
237 /// Returns true if at least one BasicBlock is deleted.
246 /// Helper function to flush deleted BasicBlocks if all available
H A DAssumptionCache.h72 void deleted() override;
199 /// function is deleted. The nature of the AssumptionCache is that it is not
204 /// delete our cache of intrinsics for a function when it is deleted.
208 void deleted() override;
H A DPhiValues.h87 /// A CallbackVH to notify PhiValues when a value is deleted or replaced, so
92 void deleted() override;
H A DGlobalsModRef.h66 void deleted() override;
/openbsd-current/usr.bin/sed/
H A Ddefs.h130 int deleted; /* If deleted. */ member in struct:__anon51
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h51 uint64_t deleted : 16; // number of elements deleted member in struct:lldb_private::CFBasicHash::__CFBasicHash::Bits
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_MacOS.pm27 away, and the code was icky to begin with, the code has been deleted to
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dcontext.c187 while (next && next->line0 + next->deleted <= i)
196 Otherwise it is "deleted". */
224 If lines were deleted here in file 0, this is "changed".
226 prefix = (next->deleted > 0 ? "!" : "+");
330 /* For each difference, first output the deleted part. */
332 k = next->deleted;
375 top0 = start->line0 + start->deleted;
397 It should be 1 if all the lines inserted or deleted in that change
H A Dutil.c594 the line is inserted, deleted, changed, etc.). */
746 If no lines from file 0 are deleted, then FIRST0 is LAST0+1.
748 Also set *DELETES nonzero if any lines of file 0 are deleted
750 If only ignorable lines are inserted or deleted, both are
772 l0 = next->line0 + next->deleted - 1;
774 show_from += next->deleted;
814 /* If all inserted or deleted lines are ignorable,
856 sp->line0, sp->line1, sp->deleted, sp->inserted);
H A Ddiff.h191 Each `struct change' represents one place where some lines are deleted
195 DELETED is the number of lines deleted here from file 0.
205 int deleted; /* # lines of file 0 changed here. */
206 int line0; /* Line number of 1st deleted line. */
203 int deleted; /* # lines of file 0 changed here. */ member in struct:change
/openbsd-current/usr.sbin/ospfd/
H A Drde_lsdb.c400 if (old->deleted && evtimer_pending(&old->ev, &tv)) {
408 new->deleted = 1;
450 v->deleted = 1;
523 /* LSA that are deleted are not findable */
524 if (v && v->deleted)
543 /* LSA that are deleted are not findable */
544 if (v->deleted)
576 if (v->deleted)
612 if (v->deleted)
665 if (v->deleted) {
[all...]
H A Drde.h53 u_int8_t deleted; member in struct:vertex
/openbsd-current/usr.sbin/ospf6d/
H A Drde_lsdb.c485 if (old->deleted && evtimer_pending(&old->ev, &tv)) {
493 new->deleted = 1;
536 v->deleted = 1;
605 /* LSA that are deleted are not findable */
606 if (v && v->deleted)
641 if (!v->deleted) {
731 if (v->deleted)
759 if (v->deleted)
814 if (v->deleted) {
818 v->deleted
[all...]
H A Drde.h54 u_int8_t deleted; member in struct:vertex
/openbsd-current/gnu/usr.bin/perl/lib/
H A DInternals.t129 is($foo{2}, 2, 'Can add back deleted keys in a read-only hash');
/openbsd-current/usr.sbin/rpki-client/
H A Drepo.c62 struct filepath_tree deleted; member in struct:rrdprepo
569 filepath_free(&rr->deleted);
843 RB_INIT(&rr->deleted);
892 int fd = -1, try = 0, deleted = 0; local
903 if (filepath_exists(&rr->deleted, uri)) {
904 warnx("%s: already deleted", uri);
923 /* write new content or mark uri as deleted. */
925 filepath_add(&rr->deleted, uri, 0, 0);
927 fp = filepath_find(&rr->deleted, uri);
929 filepath_put(&rr->deleted, f
[all...]
/openbsd-current/lib/libc/db/btree/
H A Dbt_delete.c85 * have started a scan and not have already deleted it.
283 int deleted, exact, redo; local
285 deleted = 0;
289 return (deleted ? RET_SUCCESS : RET_ERROR);
292 return (deleted ? RET_SUCCESS : RET_SPECIAL);
315 deleted = 1;
377 * offset is for the page traversed on the search. We've just deleted
382 * (which is never deleted, it's just not worth the effort) or if the
607 * Link around a deleted page.
611 * h: page to be deleted
[all...]

Completed in 285 milliseconds

1234