Home
last modified time | relevance | path

Searched refs:ENT (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddoschk.c19 typedef struct ENT struct
21 struct ENT *next; argument
26 } ENT; argument
28 ENT *eroot = 0;
51 ENT *
54 ENT *rv = (ENT *)malloc (sizeof (ENT)); in alloc_ent()
60 memset (rv, 0, sizeof (ENT)); in alloc_ent()
66 ENT *ent; in fill_ent()
180 ENT **e1; in compare_ent_dosname()
181 ENT **e2;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-gen.c1956 #define IS_ONLY_IFZERO(ENT) \ argument
1957 ((ENT)->bits[0] != NULL && (ENT)->bits[1] == NULL && (ENT)->bits[2] == NULL \
1958 && (ENT)->disent == NULL && (ENT)->skip_flag == 0)
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dia64-gen.c1924 #define IS_ONLY_IFZERO(ENT) \ argument
1925 ((ENT)->bits[0] != NULL && (ENT)->bits[1] == NULL && (ENT)->bits[2] == NULL \
1926 && (ENT)->disent == NULL && (ENT)->skip_flag == 0)
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp8609 for (const auto &ENT : ExitNotTaken) { in getExact() local
8610 const SCEV *BECount = ENT.ExactNotTaken; in getExact()
8612 assert(SE->DT.dominates(ENT.ExitingBlock, Latch) && in getExact()
8619 for (const auto *P : ENT.Predicates) in getExact()
8622 assert((Preds || ENT.hasAlwaysTruePredicate()) && in getExact()
8636 for (const auto &ENT : ExitNotTaken) in getExact() local
8637 if (ENT.ExitingBlock == ExitingBlock && ENT.hasAlwaysTruePredicate()) in getExact()
8638 return ENT.ExactNotTaken; in getExact()
8645 for (const auto &ENT : ExitNotTaken) in getConstantMax() local
8646 if (ENT.ExitingBlock == ExitingBlock && ENT.hasAlwaysTruePredicate()) in getConstantMax()
[all …]
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-1759 ENT-TYPE FILENAME <tab> ATTRNAME = ATTRVAL {; ATTRNAME = ATTRVAL}
762 ENT-TYPE is `F' for a file, in which case the entry specifies the
765 ENT-TYPE is `D', and FILENAME empty, to specify default attributes
768 Other ENT-TYPE are reserved for future expansion. CVS 1.9 and older
/openbsd-src/usr.sbin/nsd/doc/
H A DRELNOTES1529 'Fix is_existing flag for ENT' bugfix.
1564 - Fix is_existing flag for ENT when domain that has a shared ENT
1565 is deleted by IXFR. (ENT == Empty Non-Terminal)
H A DChangeLog3244 - Fix is_existing flag for ENT when domain that has a shared ENT
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DCaseFolding.txt1513 10CA7; C; 10CE7; # OLD HUNGARIAN CAPITAL LETTER ENT
1523 10CB1; C; 10CF1; # OLD HUNGARIAN CAPITAL LETTER ENT-SHAPED SIGN
H A DNamesList.txt32303 10C26 OLD TURKIC LETTER ORKHON ENT
32304 10C27 OLD TURKIC LETTER YENISEI ENT
32410 10CA7 OLD HUNGARIAN CAPITAL LETTER ENT
32431 10CB1 OLD HUNGARIAN CAPITAL LETTER ENT-SHAPED SIGN
32502 10CE7 OLD HUNGARIAN SMALL LETTER ENT
32523 10CF1 OLD HUNGARIAN SMALL LETTER ENT-SHAPED SIGN
H A DDNormalizationProps.txt7000 10CA7 ; NFKC_CF; 10CE7 # L& OLD HUNGARIAN CAPITAL LETTER ENT
7010 10CB1 ; NFKC_CF; 10CF1 # L& OLD HUNGARIAN CAPITAL LETTER ENT-SHAPED SIGN
H A DUnicodeData.txt19127 10C26;OLD TURKIC LETTER ORKHON ENT;Lo;0;R;;;;;N;;;;;
19128 10C27;OLD TURKIC LETTER YENISEI ENT;Lo;0;R;;;;;N;;;;;
19201 10CA7;OLD HUNGARIAN CAPITAL LETTER ENT;Lu;0;R;;;;;N;;;;10CE7;
19211 10CB1;OLD HUNGARIAN CAPITAL LETTER ENT-SHAPED SIGN;Lu;0;R;;;;;N;;;;10CF1;
19252 10CE7;OLD HUNGARIAN SMALL LETTER ENT;Ll;0;R;;;;;N;;;10CA7;;10CA7
19262 10CF1;OLD HUNGARIAN SMALL LETTER ENT-SHAPED SIGN;Ll;0;R;;;;;N;;;10CB1;;10CB1
/openbsd-src/gnu/usr.bin/cvs/src/
H A DChangeLog-972813 * fileattr.h: Add comment about unrecognized ENT-TYPE and order of
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/
H A Dallkeys.txt22633 10CE7 ; [.3C82.0020.0002] # OLD HUNGARIAN SMALL LETTER ENT
22634 10CA7 ; [.3C82.0020.0008] # OLD HUNGARIAN CAPITAL LETTER ENT
22653 10CF1 ; [.3C8A.0020.0002] # OLD HUNGARIAN SMALL LETTER ENT-SHAPED SIGN
22654 10CB1 ; [.3C8A.0020.0008] # OLD HUNGARIAN CAPITAL LETTER ENT-SHAPED SIGN
22695 10C26 ; [.3CA3.0020.0002] # OLD TURKIC LETTER ORKHON ENT
22696 10C27 ; [.3CA3.0020.0004][.0000.0118.0004] # OLD TURKIC LETTER YENISEI ENT
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog5487 - Fix NSEC ENT wildcard check. Matching wildcard does not have to be a
11105 - unit test for multiple ENT case.