Searched refs:dups (Results 1 – 8 of 8) sorted by relevance
158 struct dups { struct159 struct dups *next; argument162 struct dups *duplist; /* head of dup list */ argument163 struct dups *muldup; /* end of unique duplicate dup block numbers */
75 static struct dups *duphead;109 struct dups *dlp; in pass1bcheck()
201 struct dups *dp; in checkfilesys()301 duplist = (struct dups *)0; in checkfilesys()302 muldup = (struct dups *)0; in checkfilesys()
336 struct dups *dlp; in pass1check()337 struct dups *new; in pass1check()368 new = malloc(sizeof(struct dups)); in pass1check()
140 struct dups *dlp; in pass4check()
1091 SmallVector<LiveInterval*, 8> dups; in finish() local1092 dups.push_back(li); in finish()1094 dups.push_back(&Edit->createEmptyInterval()); in finish()1095 ConEQ.Distribute(&dups[0], MRI); in finish()
329 * Makefile.am: remove dups from gen_files_test, add check-timegm.
878 * ca.c: (hx509_ca_tbs_add_eku): filter out dups.