| /freebsd-12-stable/contrib/gcc/cp/ |
| D | cp-gimplify.c | 820 tree start1, end1, p1; in cxx_omp_clause_apply_fn() local 840 end1 = TYPE_SIZE_UNIT (TREE_TYPE (arg1)); in cxx_omp_clause_apply_fn() 841 end1 = fold_convert (TREE_TYPE (start1), end1); in cxx_omp_clause_apply_fn() 842 end1 = build2 (PLUS_EXPR, TREE_TYPE (start1), start1, end1); in cxx_omp_clause_apply_fn() 884 t = build2 (NE_EXPR, boolean_type_node, p1, end1); in cxx_omp_clause_apply_fn()
|
| /freebsd-12-stable/contrib/atf/atf-c/detail/ |
| D | list_test.c | 241 atf_list_citer_t end1, end2; in ATF_TC_BODY() local 246 end1 = atf_list_end_c(&l1); in ATF_TC_BODY() 249 ATF_CHECK(end1.m_entry != end2.m_entry); in ATF_TC_BODY()
|
| /freebsd-12-stable/release/picobsd/tinyware/msh/ |
| D | sh4.c | 29 _PROTOTYPE(static char *generate, (char *start1, char *end1, char *middle, char *end )); 535 generate(start1, end1, middle, end) in generate() argument 537 register char *end1; 543 p = op = space((int)(end1-start1)+strlen(middle)+strlen(end)+2); 544 for (xp = start1; xp != end1;)
|
| /freebsd-12-stable/contrib/wpa/src/wps/ |
| D | httpread.c | 102 int end1 = 0; in word_eq() local 111 end1 = !isgraph(c1); in word_eq() 113 if (end1 || end2 || c1 != c2) in word_eq() 116 return end1 && end2; /* reached end of both words? */ in word_eq()
|
| D | wps_upnp_ssdp.c | 42 int end1 = 0; in token_eq() local 51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-'); in token_eq() 53 if (end1 || end2 || c1 != c2) in token_eq() 56 return end1 && end2; /* reached end of both words? */ in token_eq()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_posix.cpp | 216 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, in IntervalsAreSeparate() argument 218 CHECK(start1 <= end1); in IntervalsAreSeparate() 220 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
|
| /freebsd-12-stable/contrib/expat/lib/ |
| D | xmltok.h | 254 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \ argument 255 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
|
| D | xmltok_impl.c | 1715 const char *end1, const char *ptr2) { in PREFIX() 1718 if (end1 - ptr1 < MINBPC(enc)) { in PREFIX() 1729 return ptr1 == end1; in PREFIX()
|
| /freebsd-12-stable/contrib/diff/src/ |
| D | ifdef.c | 99 format_ifdef (char const *format, lin beg0, lin end0, lin beg1, lin end1) in format_ifdef() argument 108 groups[1].upto = end1; in format_ifdef()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | FlattenCFG.cpp | 331 BasicBlock::iterator end1 = Block1->getTerminator()->getIterator(); in CompareIfRegionBlock() local 336 if (iter1 == end1) { in CompareIfRegionBlock()
|
| /freebsd-12-stable/contrib/netbsd-tests/usr.bin/awk/ |
| D | t_awk.sh | 61 h_check end1
|
| /freebsd-12-stable/lib/libc/regex/ |
| D | regcomp.c | 129 static void p_re(struct parse *p, int end1, int end2); 749 int end1, /* first terminating character */ in p_re() argument 755 if (end1 == OUT && end2 == OUT) in p_re() 759 #define SEEEND() (!p->bre ? SEE(end1) : SEETWO(end1, end2)) in p_re() 792 assert(!MORE() || SEE(end1)); in p_re()
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | regex.c | 5301 (iswalnum ((wint_t)((d) == end1 ? *string2 \ 5302 : (d) == string2 - 1 ? *(end1 - 1) : *(d))) != 0 \ 5303 || ((d) == end1 ? *string2 \ 5304 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) == L'_') 5307 (SYNTAX ((d) == end1 ? *string2 \ 5308 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) \ 5561 const CHAR_T *end1, *end2; in wcs_re_match_2_internal() local 5811 end1 = string1 + size1; in wcs_re_match_2_internal() 5826 end_match_1 = end1; in wcs_re_match_2_internal() 5843 end_match_1 = end1; in wcs_re_match_2_internal() [all …]
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | regex.c | 5301 (iswalnum ((wint_t)((d) == end1 ? *string2 \ 5302 : (d) == string2 - 1 ? *(end1 - 1) : *(d))) != 0 \ 5303 || ((d) == end1 ? *string2 \ 5304 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) == L'_') 5307 (SYNTAX ((d) == end1 ? *string2 \ 5308 : (d) == string2 - 1 ? *(end1 - 1) : *(d)) \ 5561 const CHAR_T *end1, *end2; in wcs_re_match_2_internal() local 5811 end1 = string1 + size1; in wcs_re_match_2_internal() 5826 end_match_1 = end1; in wcs_re_match_2_internal() 5843 end_match_1 = end1; in wcs_re_match_2_internal() [all …]
|
| /freebsd-12-stable/contrib/nvi/regex/ |
| D | regcomp.c | 84 static void p_bre(struct parse *p, int end1, int end2, size_t reclimit); 503 int end1, /* first terminating character */ in p_bre() argument 523 while (MORE() && !SEETWO(end1, end2)) { in p_bre()
|
| /freebsd-12-stable/usr.bin/diff/ |
| D | diffreg.c | 1655 char end1[10]; in print_header() local 1670 strftime(end1, 10, "%z", tm_ptr1); in print_header() 1672 sprintf(buf1, "%s.%.9d %s", buf1, nsec1, end1); in print_header()
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | Symbols.h | 448 static Defined *end1; member
|
| D | Symbols.cpp | 55 Defined *ElfSym::end1; member in ElfSym
|
| D | Writer.cpp | 327 ElfSym::end1 = add("end", -1); in addReservedSymbols() 1187 if (ElfSym::end1) in setReservedSymbolSections() 1188 ElfSym::end1->section = last->lastSec; in setReservedSymbolSections()
|
| /freebsd-12-stable/sys/geom/raid/ |
| D | md_ddf.c | 963 off_t beg[32], end[32], beg1, end1; in ddf_meta_unused_range() local 988 end1 = beg1 + GET64D(meta, vdc->Block_Count); in ddf_meta_unused_range() 990 if (beg[j] >= end1 || end[j] <= beg1 ) in ddf_meta_unused_range() 992 if (beg[j] < beg1 && end[j] > end1) { in ddf_meta_unused_range() 993 beg[n] = end1; in ddf_meta_unused_range() 1000 beg[j] = end1; in ddf_meta_unused_range()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | regcomp.c | 630 int end1, /* first terminating character */ in p_bre() argument 642 while (MORE() && !SEETWO(end1, end2)) { in p_bre()
|
| /freebsd-12-stable/tools/sched/ |
| D | schedgraph.py | 1023 (name, name1, val, val1, attrstring, end, end1) = m.groups(); 1027 end = end1
|