Home
last modified time | relevance | path

Searched refs:end1 (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dcp-gimplify.c820 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/
Dlist_test.c241 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/
Dsh4.c29 _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/
Dhttpread.c102 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()
Dwps_upnp_ssdp.c42 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/
Dsanitizer_posix.cpp216 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/
Dxmltok.h254 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \ argument
255 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
Dxmltok_impl.c1715 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/
Difdef.c99 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/
DFlattenCFG.cpp331 BasicBlock::iterator end1 = Block1->getTerminator()->getIterator(); in CompareIfRegionBlock() local
336 if (iter1 == end1) { in CompareIfRegionBlock()
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/awk/
Dt_awk.sh61 h_check end1
/freebsd-12-stable/lib/libc/regex/
Dregcomp.c129 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/
Dregex.c5301 (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/
Dregex.c5301 (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/
Dregcomp.c84 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/
Ddiffreg.c1655 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/
DSymbols.h448 static Defined *end1; member
DSymbols.cpp55 Defined *ElfSym::end1; member in ElfSym
DWriter.cpp327 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/
Dmd_ddf.c963 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/
Dregcomp.c630 int end1, /* first terminating character */ in p_bre() argument
642 while (MORE() && !SEETWO(end1, end2)) { in p_bre()
/freebsd-12-stable/tools/sched/
Dschedgraph.py1023 (name, name1, val, val1, attrstring, end, end1) = m.groups();
1027 end = end1