Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_object_range_pos.ksh117 end1=${obj_ids[5]}
120 expected=$(get_object_list_range $TESTPOOL/$TESTFS $start1 $end1;
122 actual=$(get_object_list $TESTPOOL/$TESTFS $start1:$end1 $start2:$end2)
126 expected=$(get_object_list_range $TESTPOOL/$TESTFS $start1 $end1;
128 actual=$(get_object_list $TESTPOOL/$TESTFS $start1:$end1 $start2 $end2)
134 end1_hex=$(printf "0x%x" $end1)
142 objects="$start1 $end1 $start2 $end2"
/freebsd/contrib/atf/atf-c/detail/
H A 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/contrib/wpa/src/wps/
H A 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()
H A 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp228 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, in IntervalsAreSeparate() argument
230 CHECK(start1 <= end1); in IntervalsAreSeparate()
232 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
/freebsd/contrib/expat/lib/
H A Dxmltok.h254 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \ argument
255 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
H A 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/contrib/diff/src/
H A 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/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp328 BasicBlock::iterator end1 = Block1->getTerminator()->getIterator(); in CompareIfRegionBlock() local
333 if (iter1 == end1) { in CompareIfRegionBlock()
/freebsd/contrib/netbsd-tests/usr.bin/awk/
H A Dt_awk.sh61 h_check end1
/freebsd/lib/libc/regex/
H A Dregcomp.c121 static void p_re(struct parse *p, int end1, int end2);
757 int end1, /* first terminating character */ in p_re() argument
763 if (end1 == OUT && end2 == OUT) in p_re()
767 #define SEEEND() (!p->bre ? SEE(end1) : SEETWO(end1, end2)) in p_re()
800 assert(!MORE() || SEE(end1)); in p_re()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h154 auto end1 = vec1.end(); in GetOverlaps() local
157 while (pos1 != end1 && pos2 != end2) { in GetOverlaps()
/freebsd/contrib/nvi/regex/
H A 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/contrib/llvm-project/lld/ELF/
H A DSymbols.h512 static Defined *end1; member
H A DSymbols.cpp66 Defined *ElfSym::end1; member in ElfSym
H A DWriter.cpp246 ElfSym::end1 = add("end", -1); in addReservedSymbols()
1145 if (ElfSym::end1) in setReservedSymbolSections()
1146 ElfSym::end1->section = last->lastSec; in setReservedSymbolSections()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp736 uptr end1 = addr1 + size1; in ReportRace() local
738 uptr addr_max = max(end0, end1); in ReportRace()
/freebsd/sys/geom/raid/
H A Dmd_ddf.c961 off_t beg[32], end[32], beg1, end1; in ddf_meta_unused_range() local
986 end1 = beg1 + GET64D(meta, vdc->Block_Count); in ddf_meta_unused_range()
988 if (beg[j] >= end1 || end[j] <= beg1 ) in ddf_meta_unused_range()
990 if (beg[j] < beg1 && end[j] > end1) { in ddf_meta_unused_range()
991 beg[n] = end1; in ddf_meta_unused_range()
998 beg[j] = end1; in ddf_meta_unused_range()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c630 int end1, /* first terminating character */ in p_bre() argument
642 while (MORE() && !SEETWO(end1, end2)) { in p_bre()
/freebsd/contrib/bmake/
H A Dvar.c2115 char end1, end2; in ParseModifierPartSubst() local
2120 end1 = whole ? ':' : delim; in ParseModifierPartSubst()
2122 while (*p != '\0' && *p != end1 && *p != end2) { in ParseModifierPartSubst()
2145 if (*p != end1 && *p != end2) { in ParseModifierPartSubst()
/freebsd/tools/sched/
H A Dschedgraph.py1022 (name, name1, val, val1, attrstring, end, end1) = m.groups();
1026 end = end1
/freebsd/sys/kern/
H A Dvfs_subr.c580 size_t end1, end2, off1, off2; in vnode_dtor() local
588 end1 = off1 + sizeof(((struct vnode *)NULL)->v_vnodelist); in vnode_dtor()
604 off1 = roundup2(end1, KASAN_SHADOW_SCALE); in vnode_dtor()