/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
H A D | zdb_object_range_pos.ksh | 117 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 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/sys/compat/linuxkpi/common/src/ |
H A D | linux_aperture.c | 144 static bool overlap(resource_size_t base1, resource_size_t end1, in overlap() argument 147 return (base1 < end2) && (end1 > base2); in overlap()
|
/freebsd/contrib/wpa/src/wps/ |
H A 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()
|
H A 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix.cpp | 228 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 D | xmltok.h | 254 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \ argument 255 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
|
H A 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/contrib/diff/src/ |
H A 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/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 328 BasicBlock::iterator end1 = Block1->getTerminator()->getIterator(); in CompareIfRegionBlock() local 333 if (iter1 == end1) { in CompareIfRegionBlock()
|
/freebsd/contrib/netbsd-tests/usr.bin/awk/ |
H A D | t_awk.sh | 61 h_check end1
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 121 static void p_re(struct parse *p, int end1, int end2); 772 int end1, /* first terminating character */ in p_re() argument 778 if (end1 == OUT && end2 == OUT) in p_re() 782 #define SEEEND() (!p->bre ? SEE(end1) : SEETWO(end1, end2)) in p_re() 815 assert(!MORE() || SEE(end1)); in p_re()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 154 auto end1 = vec1.end(); in GetOverlaps() local 157 while (pos1 != end1 && pos2 != end2) { in GetOverlaps()
|
/freebsd/contrib/nvi/regex/ |
H A 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/contrib/llvm-project/lld/ELF/ |
H A D | Symbols.h | 530 static Defined *end1; member
|
H A D | Symbols.cpp | 66 Defined *ElfSym::end1; member in ElfSym
|
H A D | Writer.cpp | 242 ElfSym::end1 = add("end", -1); in addReservedSymbols() 872 if (ElfSym::end1) in setReservedSymbolSections() 873 ElfSym::end1->section = last->lastSec; in setReservedSymbolSections()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cpp | 736 uptr end1 = addr1 + size1; in ReportRace() local 738 uptr addr_max = max(end0, end1); in ReportRace()
|
/freebsd/sys/geom/raid/ |
H A D | md_ddf.c | 961 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 D | regcomp.c | 630 int end1, /* first terminating character */ in p_bre() argument 642 while (MORE() && !SEETWO(end1, end2)) { in p_bre()
|
/freebsd/contrib/bmake/ |
H A D | var.c | 2198 char end1, in ParseModifierPart() argument 2219 while (*p != '\0' && *p != end1 && *p != end2) { in ParseModifierPart() 2242 if (*p != end1 && *p != end2) { in ParseModifierPart() 2248 if (end1 == end2) in ParseModifierPart()
|
/freebsd/tools/sched/ |
H A D | schedgraph.py | 1022 (name, name1, val, val1, attrstring, end, end1) = m.groups(); 1026 end = end1
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 622 size_t end1, end2, off1, off2; in vnode_dtor() local 630 end1 = off1 + sizeof(((struct vnode *)NULL)->v_vnodelist); in vnode_dtor() 646 off1 = roundup2(end1, KASAN_SHADOW_SCALE); in vnode_dtor()
|